This question has been flagged
1 Reply
3408 Views

we have installed OpenERP 6.1 on a Server and are in the process of adding the desired modules. (Warehousing, Manufacturing etc.) When selecting 'sale' the system can not install it, comes back with (Last line in log):

File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_20130226_004040-py2.6.egg/openerp/addons/base/ir/ir_model.py", line 647, in _get_id raise ValueError('No such external ID currently defined in the system: %s.%s' % (module, xml_id)) ValueError: No such external ID currently defined in the system: base.res_partner_agrolait

Interestingly the button 'Install' is not offered with this App. Is this a hint for non compatibility? Is there a with V6.1 compatible version of 'sale'? Is the problem solved with V7?

Avatar
Discard

Did you check if it is already installed or not ?

Author

the module/app in question shows up if 'modules not installed' is selected and is hidden when 'modules installed' is selected. In addition it does not show up as a menu item/function at the start page.

Best Answer

You deleted demonstration data that are required by the sale module. Note that in v7, we added a check to provide a better error message to the user and to explain how to fix this.

You should install without demonstration data if it's your purpose.

To fix this in your database, you can update the base module.

Avatar
Discard