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
If you have not multicompany, when you add a new line at a new purchase quotation, gives an permission error about multi-company rule, literaly you cannot make a purchase, this is migrated without review or what?
To Reproduce
Affected versions:
Steps to reproduce the behavior:
New DB with only 1 company
Create a new purchase
Add a line
Change the purchase price
Try to save
Additional context
Tried on runboat
The text was updated successfully, but these errors were encountered:
we're having the same issue. prior to installing oca modules the problem doesn't seem to arise.
manually setting the rule to <field name="domain_force">[('company_id', 'in', company_ids + [False])]</field>
gets over the problem for now (that is, adding + [False])
The real question is, why all of a sudden is company_id == False ? apparently it was absent before...
Module
purchase_last_price_info
Describe the bug
If you have not multicompany, when you add a new line at a new purchase quotation, gives an permission error about multi-company rule, literaly you cannot make a purchase, this is migrated without review or what?
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Additional context
Tried on runboat
The text was updated successfully, but these errors were encountered: