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.
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
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: