This question has been flagged
4 Replies
2977 Views

Error details:

Field `x_salesshop` does not exist

Error context:

View `res.users.groups`

[view_id: 156, xml_id: base.user_groups_view, model: res.users, parent_id: 153]" while parsing file:///C:/Program Files (x86)/Odoo 8.0-20151230/server/openerp/addons/stock/security/stock_security.xml:5, near

<record id="group_locations" model="res.groups">

<field name="name">Manage Multiple Locations and Warehouses</field>

<field name="category_id" ref="base.module_category_hidden"/>

</record>

Avatar
Discard

x_salesshop is a custom field according to the Odoo coding recommendations and does not belong to the standard warehouse module.

Author

so, please tell me how to repair this problem, or how to remove this error while system stoped

Best Answer

You or somebody else has modified the original Odoo stock module. You or this person could try to fix that, because we do not know what was done and can therefore also not give much help besides Diego's suggestion. Or you try to delete the modified stock module in your addons and replace it with the original version. Then restart your Odoo instance and update the module list.

Avatar
Discard
Best Answer

Hello, 

problem seems to be that on this view or other inherited view from this one is defined a field called x_salesshop, when this field is not defined on a model, was deleted, or ¿the view is called on server before this field?. Try to search for "field name=x_salesshop" on code and comment it, and after this update module

Avatar
Discard