Skip to content

Latest commit

 

History

History

itm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

IT Infrastructure Management

Beta License: AGPL-3 trevi-software/trevi-misc

This module is used to record information about a site's IT infrastructure. You can record information about equipment, software, backups, networks and access credentials.

Table of contents

  • Manually set (or install) the python library 'cryptography' to version 36.0.2. Because of Odoo Python requirements this module will NOT work with versions of cryptography greater than 36.0.2. It will also NOT work with the version in the Odoo requirements.txt file (currently 3.4.8).
  • The password for encrypting and decrypting credentials is stored in Odoo as a system parameter. An attacker who has the 'Administration/Settings' priviledge or has access to the Odoo database itself can easily decrypt a credential's password field.
  • To Do: store the encryption password in Odoo's configuration file instead of a system parameter in the database
  • [IMP] Allow multiple ip addresses with the same name if they are in different networks.
  • [IMP] Add views for Asset Type under "Configuration" menu
  • [IMP] Track state of IT Assets
  • [IMP] Remove field Equipment Type and replace with Asset Type which points to a new model "itm.equipment.type"
  • [IMP] Add new field "location" for storing location of assets
  • [IMP] Add new field "code" for organization specific coding of assets
  • [IMP] Add Wireless Network info
  • [IMP] Add field for equipment owner
  • [IMP] Enhancement of module's icon image
  • [IMP] Added help or a hover message
  • [IMP] Added brand to IT Asset page
  • [FIX] Asset image alignment to the right
  • [FIX] An unhandled exception when creating a worklog from Equipment form view
  • [IMP] Add ability to register components (network cards, SATA controllers, etc) and associate them with assets
  • [FIX] Only password fields should be replaced with asterisk (not ALL text fields)
  • [IMP] Enhancement to enable show-password functionality
  • [FIX] Fix a bug that was causing random passwords to be doubly encrypted
  • [IMP] Move functionality of web_clipboard_password (Copy password to clipboard) into this module

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • TREVI Software
  • Leandro Ezequiel Baldi

This module is part of the trevi-software/trevi-misc project on GitHub.

You are welcome to contribute.