Skip to content
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][MIG] product_unit_manager_group + rename #117

Open
wants to merge 1 commit into
base: 12.0
Choose a base branch
from

Commits on May 13, 2020

  1. [12.0][MIG] product_unit_manager_group + rename

    Basic module migration and :
    
    - rename module's name product_unit_manager_group into uom_manager_group
    in order to follow the new separation between product and uom modules
    in Odoo 12.0
    - light refactor adding a group category "Units of Measure" with two
    levels :
        - nothing : neither UoM fields nor menus are displayed
        - User : UoM fields are displayed but not Uom menus (Users are not
        allowed to create or modify UoM)
        - Manager : display both fields and UoM menus
    
    The rest of the module philosophy is maintained. All the Sales
    Manager, Stock Manager, MRP Manager have no more rights to create or
    modify UoMs. Only "UoM Managers" can.
    clementmbr committed May 13, 2020
    Configuration menu
    Copy the full SHA
    16424a6 View commit details
    Browse the repository at this point in the history