Module mrp_default_location stops inconsistent database
Created by: nestoravalos
I install the module mrp_default_location, buy this stops inconsistent database.
This the error in the other modules:
Traceback (most recent call last): File "/opt/odoo/openerp/http.py", line 537, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/openerp/http.py", line 574, in dispatch result = self._call_function(**self.params) File "/opt/odoo/openerp/http.py", line 310, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/openerp/service/model.py", line 118, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/openerp/http.py", line 307, in checked_call return self.endpoint(*a, **kw) File "/opt/odoo/openerp/http.py", line 803, in call return self.method(*args, **kw) File "/opt/odoo/openerp/http.py", line 403, in response_wrap response = f(*args, **kw) File "/opt/odoo/addons/web/controllers/main.py", line 944, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo/addons/web/controllers/main.py", line 936, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/opt/odoo/openerp/api.py", line 250, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/openerp/api.py", line 345, in old_api result = method(recs, *args, **kwargs) File "/opt/addons-vauxoo/sale_team_warehouse/models/sales_team.py", line 34, in _default_get res_users_brw.default_section_id.default_warehouse.id AttributeError: 'crm.case.section' object has no attribute 'default_warehouse'
Regards