You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an intercompany context, when a product is company-specific and uses mts+mto rule, upgrading the module raises this error:
File "/opt/odoo/odoo/models.py", line 3464, in _check_company
raise UserError("\n".join(lines))
odoo.exceptions.UserError: Incompatible companies on records:
'Make To Order + Make To Stock' belongs to company False and 'Products' (product_ids: 'San Francisco company-specific product') belongs to another company.
module affected: stock_mts_mto_rule
In an intercompany context, when a product is company-specific and uses mts+mto rule, upgrading the module raises this error:
Steps to reproduce:
Expected behavior
No exception on module upgrade
Temporary fix/workaround can be found here #2126
The text was updated successfully, but these errors were encountered: