[16.0][ADD] new module res_company_access_all_children#676
[16.0][ADD] new module res_company_access_all_children#676OCA-git-bot merged 2 commits intoOCA:16.0from
Conversation
57b3201 to
7a28e9e
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
@legalsylvain Great feature! I can test as soon as the runboat is built. I would only rename it in proper English |
17250de to
8e30efd
Compare
|
thanks for your english review ! module renamed. |
|
@legalsylvain I have this error when trying to set a company_id on a partner: |
|
hi @polchampion. This error looks legit and occures in native Odoo instance. |
quentinDupont
left a comment
There was a problem hiding this comment.
Tested with success on runboat ✔️
|
Hey @polchampion could review it again ? :) |
…r to all child companies, when a user has access to parent company
…mpany_id' that makes classic module failing, like 'res_company_access_all_childs'
8e30efd to
cebca51
Compare
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
@legalsylvain The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 67b96d6. Thanks a lot for contributing to OCA. ❤️ |
Description
This module is usefull in a multi-company context with hierarchy. (with parent and child companies)
Once installed, if a user has access to a parent company, he will have access to all the child companies.
If a new child company is created, all the users that have access to the parent company will have access to the new child company.
This module avoids the need for parameterization, which can be fastidious in a context with many companies and users.