-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][FIX] product_multi_company: don't change rules, but respect previous company assignments #762
base: 16.0
Are you sure you want to change the base?
Conversation
dbf4b41
to
02edfb3
Compare
02edfb3
to
ad2634d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't you include here migration scripts the same as in partner_multi_company
?
ad2634d
to
39e389f
Compare
You're right, thanks for the review. Script added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ocabot merge major
Please fw-port it.
This PR looks fantastic, let's merge it! |
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-762-by-pedrobaeza-bump-major. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
@yajo please check the CI |
@yajo The tests for this module are broken. Please check https://github.com/OCA/multi-company/actions/runs/13632724910/job/38103974812#step:8:847. Are you available to fix this? |
Remove lots of code thanks to #760.
Also, call the new
fill_company_ids
hook, to respect company assignments done before the module installation.Draft until:
in False
search operators #760Instructions for functional tests: This refactor is internal and should not be noticed functionally. The module
product_multi_company
should work just as always. If so, then this is good.@moduon MT-8873