Hello,
I have downloaded the module "Product Cost incl. BOM", but i hane no idea how to install it on the Open ERP server, anyone can help me?
Thank You.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I have downloaded the module "Product Cost incl. BOM", but i hane no idea how to install it on the Open ERP server, anyone can help me?
Thank You.
Hi
Install Module
Put your module in Addons directory.
GO Settings >> Modules >> Update Modules List Po-pup will open Click on Update button then
Go Settings >> Modules >> Install Modules
Remove Install module and search your module name open your module and click on install button
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Mar 15
|
3840 | ||
|
0
Mar 15
|
3758 | ||
|
3
Jul 25
|
1962 | ||
|
3
May 25
|
3426 | ||
|
2
Jun 25
|
4005 |
I am getting an error trying to install this module:OpenERP Server ErrorTraceback (most recent call last): File "/opt/odoo/odoo/openerp/http.py", line 476, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo/openerp/http.py", line 495, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo/openerp/http.py", line 311, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo/openerp/service/model.py", line 113, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo/openerp/http.py", line 308, in checked_call return self.endpoint(*a, **kw) File "/opt/odoo/odoo/openerp/http.py", line 685, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo/openerp/http.py", line 360, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo/addons/web/controllers/main.py", line 987, in call_button action = self._call_kw(model, method, args, {}) File "/opt/odoo/odoo/addons/web/controllers/main.py", line 975, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/opt/odoo/odoo/openerp/api.py", line 204, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/addons/base/module/module.py", line 450, in button_immediate_install return self._button_immediate_function(cr, uid, ids, self.button_install, context=context) File "/opt/odoo/odoo/openerp/api.py", line 204, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/openerp/addons/base/module/module.py", line 497, in _button_immediate_function registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True) File "/opt/odoo/odoo/openerp/modules/registry.py", line 322, in new openerp.modules.load_modules(registry._db, force_demo, status, update_module) File "/opt/odoo/odoo/openerp/modules/loading.py", line 365, in load_modules loaded_modules, update_module) File "/opt/odoo/odoo/openerp/modules/loading.py", line 268, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/opt/odoo/odoo/openerp/modules/loading.py", line 152, in load_module_graph load_openerp_module(package.name) File "/opt/odoo/odoo/openerp/modules/module.py", line 305, in load_openerp_module __import__('openerp.addons.' + module_name) File "/opt/odoo/odoo/openerp/modules/module.py", line 76, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/opt/odoo/odoo/addons/product_get_cost_field/__init__.py", line 22, in from . import product_get_cost_field File "/opt/odoo/odoo/addons/product_get_cost_field/product_get_cost_field.py", line 25, in import decimal_precision as dp ImportError: No module named decimal_precisionDecimal_precision is installed on the server.
I edited product_cost_incl_bom.py and change one import line into: import openerp.addons.decimal_precision as dp