Odoo 13 Assets Management
by Odoo Mates https://www.odoomates.tech , Odoo S.A. https://www.odoomates.techAvailability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 1431 |
Technical Name |
om_account_asset |
License | LGPL-3 |
Website | http://odoomates.tech |
Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Odoo 13 Asset Management
Manage assets owned by a company or a person.
Keeps track of depreciation's, and creates corresponding journal entries
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedNice module. First of al: It does what it should do: provide an intuitive and effective asset administration. Furthermore Odoo Mates take their users very seriously and provides excellent service.
Asset Category Issue in Vendor Bill Solved
Get the latest copy: asset category not saving in vendor bills is fixed
g
how to add Sum of the year method
[13.0]om_account_asset l can not save Asset Category in Bills
When I create a bill and enter the asset category, click save, the asset category that was originally entered will be cleared This issue prevents this module from working properly you can find issue at the following link https://github.com/odoomates/odooapps/issues/14
Re: [13.0]om_account_asset l can not save Asset Category in Bills
Fixed: https://github.com/odoomates/odooapps/commit/9d55f4deaadb83cf15e0846c69fb73fa262b3d21
installation Error part 3
while parsing /opt/odoo/custom-addons/om_account_asset/wizard/asset_depreciation_confirmation_wizard_views.xml:2, near asset.depreciation.confirmation.wizard asset.depreciation.confirmation.wizard
This wizard will post installment/depreciation lines for the selected month.
This will generate journal entries for all related installment lines on this period of asset/revenue recognition as well.
Re: installation Error part 3
Hi,We are not able to reproduce the error. We will try to reproduce the issue. It will be nice, if you can send us a short video of generating this error. You can send it to, odoomates@gmail.com
Installation Error Part 2
During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/odoo/odoo/odoo/http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo/odoo/http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/opt/odoo/odoo/odoo/tools/pycompat.py", line 14, in reraise raise value File "/opt/odoo/odoo/odoo/http.py", line 664, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo/odoo/http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo/odoo/service/model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo/odoo/http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/odoo/odoo/http.py", line 909, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo/odoo/http.py", line 510, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo/addons/web/controllers/main.py", line 1323, in call_button action = self._call_kw(model, method, args, kwargs) File "/opt/odoo/odoo/addons/web/controllers/main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/odoo/odoo/api.py", line 410, in call_kw else: File "/opt/odoo/odoo/odoo/api.py", line 397, in _call_kw_multi _logger.debug("call %s.%s(%s)", recs, method.__name__, Params(args, kwargs)) File "", line 2, in button_immediate_install File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log return method(self, *args, **kwargs) File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 463, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 573, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/opt/odoo/odoo/odoo/modules/registry.py", line 86, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/opt/odoo/odoo/odoo/modules/loading.py", line 420, in load_modules loaded_modules, update_module, models_to_check) File "/opt/odoo/odoo/odoo/modules/loading.py", line 312, in load_marked_modules perform_checks=perform_checks, models_to_check=models_to_check File "/opt/odoo/odoo/odoo/modules/loading.py", line 222, in load_module_graph load_data(cr, idref, mode, kind='data', package=package, report=report) File "/opt/odoo/odoo/odoo/modules/loading.py", line 68, in load_data tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind, report) File "/opt/odoo/odoo/odoo/tools/convert.py", line 737, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate, report) File "/opt/odoo/odoo/odoo/tools/convert.py", line 804, in convert_xml_import obj.parse(doc.getroot()) File "/opt/odoo/odoo/odoo/tools/convert.py", line 722, in parse exc_info[2] File "/opt/odoo/odoo/odoo/tools/pycompat.py", line 13, in reraise raise value.with_traceback(tb) File "/opt/odoo/odoo/odoo/tools/convert.py", line 713, in parse self._tag_root(de) File "/opt/odoo/odoo/odoo/tools/convert.py", line 675, in _tag_root f(rec) File "/opt/odoo/odoo/odoo/tools/convert.py", line 578, in _tag_record record = model._load_records([data], self.mode == 'update') File "/opt/odoo/odoo/odoo/models.py", line 4005, in _load_records records = self._load_records_create([data['values'] for data in to_create]) File "/opt/odoo/odoo/odoo/models.py", line 3919, in _load_records_create return self.create(values) File "", line 2, in create File "/opt/odoo/odoo/odoo/api.py", line 359, in _model_create_multi return create(self, [arg]) File "/opt/odoo/odoo/odoo/addons/base/models/ir_actions.py", line 235, in create return super(IrActionsActWindow, self).create(vals_list) File "", line 2, in create File "/opt/odoo/odoo/odoo/api.py", line 359, in _model_create_multi return create(self, [arg]) File "/opt/odoo/odoo/odoo/addons/base/models/ir_actions.py", line 59, in create res = super(IrActions, self).create(vals_list) File "", line 2, in create File "/opt/odoo/odoo/odoo/api.py", line 359, in _model_create_multi return create(self, [arg]) File "/opt/odoo/odoo/odoo/models.py", line 3624, in create raise ValueError("Invalid field %r on model %r" % (key, self._name)) odoo.tools.convert.ParseError: "Invalid field 'view_type' on model 'ir.actions.act_window'"
Re: Installation Error Part 2
Thanks for Reporting the Issue, we have fixed the issue and updated the code. Please Pull the latest code and try. Thanks
installation Error
Error: Odoo Server Error Traceback (most recent call last): File "/opt/odoo/odoo/odoo/tools/convert.py", line 713, in parse self._tag_root(de) File "/opt/odoo/odoo/odoo/tools/convert.py", line 675, in _tag_root f(rec) File "/opt/odoo/odoo/odoo/tools/convert.py", line 578, in _tag_record record = model._load_records([data], self.mode == 'update') File "/opt/odoo/odoo/odoo/models.py", line 4005, in _load_records records = self._load_records_create([data['values'] for data in to_create]) File "/opt/odoo/odoo/odoo/models.py", line 3919, in _load_records_create return self.create(values) File "", line 2, in create File "/opt/odoo/odoo/odoo/api.py", line 359, in _model_create_multi return create(self, [arg]) File "/opt/odoo/odoo/odoo/addons/base/models/ir_actions.py", line 235, in create return super(IrActionsActWindow, self).create(vals_list) File "", line 2, in create File "/opt/odoo/odoo/odoo/api.py", line 359, in _model_create_multi return create(self, [arg]) File "/opt/odoo/odoo/odoo/addons/base/models/ir_actions.py", line 59, in create res = super(IrActions, self).create(vals_list) File "", line 2, in create File "/opt/odoo/odoo/odoo/api.py", line 359, in _model_create_multi return create(self, [arg]) File "/opt/odoo/odoo/odoo/models.py", line 3624, in create raise ValueError("Invalid field %r on model %r" % (key, self._name)) ValueError: Invalid field 'view_type' on model 'ir.actions.act_window'
Re: installation Error
Thanks for Reporting the Issue, we have fixed the issue and updated the code. Please Pull the latest code and try. Thanks
Assets Error
when try to add Vendor from assets from : om_account_asset.view_account_asset_asset_form i get this error : ValueError: Invalid field 'supplier' in leaf ""
Re: Assets Error
Thanks for reporting the issue. We have fixed the issue, Please pull the latest code and see whether everything is fine.