-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
[12.0] migrate product_multi_company #124
[12.0] migrate product_multi_company #124
Conversation
This PR is now ready. |
@florian-dacosta can you rebase to include that recent merge and see if CI goes green? |
49983fa
to
8df3f46
Compare
Depends on #154 to make the tests green |
========================================== Product permissions for discrete companies ========================================== This modules allows to select in which of the companies you want to use each of the products. Installation ============ This module uses the post and uninstall hooks for updating default product template security rule. This only means that updating the module will not restore the security rule this module changes. Only a complete removal and reinstallation will serve. Usage ===== On the product form view, go to the "Information" tab, and put the companies in which you want to use that product. If none is selected, the product will be visible in all of them. The default value is the current one.
* Rename manifest * Change openerp references to odoo * Bump version * Add pragma no cover * Edit security of product employee to allow writes (in tests) * Fix permissions in tests * Fix domain & add test * Implement base_multi_company on product_multi_company * Add related cols for product variant
8df3f46
to
46eb24a
Compare
Test are now green! |
hi, any good news for merge? |
Hello @elvise @pedrobaeza @lmignon @legalsylvain |
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.
A remark. LGTM otherwise.
@@ -0,0 +1,3 @@ | |||
This module sets the default company taxes for all the existing companies when | |||
a product is created. It also adds a button to set all the taxes from other | |||
companies matching them by tax code. |
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.
This description doesnt seem to be the right one. Don't you think ?
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.
Indeed, it is very strange, I don't understand where this came from...
I fixed this anyway.
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.
Code review migration only, trivial
Thanks
This PR has the |
Ready to merge? |
yes |
@LoisRForgeFlow |
Seems there are no active maintainers for this repo: https://github.com/orgs/OCA/teams/intercompany-maintainers/members. @pedrobaeza @JordiBForgeFlow could any of you help merging here? |
/ocabot merge |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 9a22183. Thanks a lot for contributing to OCA. ❤️ |
Thanks Pedro! |
Depends on #123