v 9.0 v 10.0 v 11.0 v 12.0 Third Party 33 3594
Download for v 9.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Technical Name bt_asset_management
LicenseAGPL-3
Websitehttp://www.broadtech-innovations.com
Versions 16.0 10.0 12.0 13.0 15.0 9.0 11.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Technical Name bt_asset_management
LicenseAGPL-3
Websitehttp://www.broadtech-innovations.com
Versions 16.0 10.0 12.0 13.0 15.0 9.0 11.0

Odoo Asset Management App

A simple and independent App from BroadTech IT Solutions to manage the assets owned by an organization. It helps to capture, organize and analyse Asset related information without much complications. Movements of Assets between different locations are captured separately, which helps to track the entire history of an asset during its life cycle. Instead of removing an asset from the system and erasing its past, the deprecated assets are moved into a virtual location named "Scrap", so that the record and its history will be available in the system for ever. This app has no connection with Odoo accounting applications.

The Asset form captures purchase and warranty related information. During the creation of an asset, current location of the asset will be set, which cannot be changed directly after the creation.

Critical information changes like purchase price, purchase date etc will be logged as notes along with the asset record.

For organizations having multiple branches, the locations can be those branches. Locations can also be physically separated places in the same organization, similar to Odoo stock locations.

Locations also keep history of the asset moves happened within each location.

Assets are moved from one location to another using the Asset move option.

The list view of the asset move allows analysis of the moves on the basis of Asset and Location.

Asset Scraping is done with the help of a button in the asset form, which automatically moves the asset from its present location to scrap location. Scrap location is a virtual location configured in the system. There can be only one scrap location.

Odoo Group By feature allows users to have quick review of the assets based on their location, category etc.

The following link provides a quick overview of the module functionality Asset Management.

For any assistance please feel free to contact us: contact@broadtech-innovations.com

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
After installation unable to see Asset Management module in odoo9.0?
by
naveen
on 3/27/18, 1:19 AM

I have installed Asset Management V9.0 in my local machine.After installation we are unable to see Asset Management module , like your shared screenshots, only we are getting Account module.So how we can get separate Asset Management module.


How to resolve module loading failed for asset management in odoo9.0
by
naveen
on 3/27/18, 12:37 AM

Hi, I am trying to install Asset Management module in odoo9,while installing this module getting below error: Please let me know the solution for this. =============================== Exception: Module loading asset_management failed: file asset_management/security/ir.model.access.csv could not be processed: Line 1 : No matching record found for external id 'bt_asset_management.group_asset_management_user' in field 'Group'


How to resolve module loading failed for asset management in odoo9.0
by
naveen
on 3/27/18, 12:35 AM

Hi, I am trying to install Asset Management module in odoo9,while installing this module getting below error: Please let me know the solution for this. ===================================================== Odoo Odoo Server Error Traceback (most recent call last): File "/home/naveen/odoo-9.0/openerp/http.py", line 648, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/naveen/odoo-9.0/openerp/http.py", line 685, in dispatch result = self._call_function(**self.params) File "/home/naveen/odoo-9.0/openerp/http.py", line 321, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/naveen/odoo-9.0/openerp/service/model.py", line 118, in wrapper return f(dbname, *args, **kwargs) File "/home/naveen/odoo-9.0/openerp/http.py", line 314, in checked_call result = self.endpoint(*a, **kw) File "/home/naveen/odoo-9.0/openerp/http.py", line 964, in __call__ return self.method(*args, **kw) File "/home/naveen/odoo-9.0/openerp/http.py", line 514, in response_wrap response = f(*args, **kw) File "/home/naveen/odoo-9.0/addons/web/controllers/main.py", line 899, in call_button action = self._call_kw(model, method, args, {}) File "/home/naveen/odoo-9.0/addons/web/controllers/main.py", line 887, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/home/naveen/odoo-9.0/openerp/api.py", line 250, in wrapper return old_api(self, *args, **kwargs) File "/home/naveen/odoo-9.0/openerp/addons/base/module/module.py", line 459, in button_immediate_install return self._button_immediate_function(cr, uid, ids, self.button_install, context=context) File "/home/naveen/odoo-9.0/openerp/api.py", line 250, in wrapper return old_api(self, *args, **kwargs) File "/home/naveen/odoo-9.0/openerp/addons/base/module/module.py", line 534, in _button_immediate_function registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True) File "/home/naveen/odoo-9.0/openerp/modules/registry.py", line 386, in new openerp.modules.load_modules(registry._db, force_demo, status, update_module) File "/home/naveen/odoo-9.0/openerp/modules/loading.py", line 340, in load_modules loaded_modules, update_module) File "/home/naveen/odoo-9.0/openerp/modules/loading.py", line 239, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/home/naveen/odoo-9.0/openerp/modules/loading.py", line 156, in load_module_graph _load_data(cr, module_name, idref, mode, kind='data') File "/home/naveen/odoo-9.0/openerp/modules/loading.py", line 98, in _load_data tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report) File "/home/naveen/odoo-9.0/openerp/tools/convert.py", line 843, in convert_file convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate) File "/home/naveen/odoo-9.0/openerp/tools/convert.py", line 907, in convert_csv_import raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg)) Exception: Module loading asset_management failed: file asset_management/security/ir.model.access.csv could not be processed: Line 1 : No matching record found for external id 'bt_asset_management.group_asset_management_user' in field 'Group'