[IMP] Remove full access on uom.uom and uom.category to sale manager, stock manager, purchase manager, POS manager, MRP manager

We only keep full access to uom.uom and uom.category to the group Administration/Configuration
This commit is contained in:
Alexis de Lattre
2025-05-08 12:18:30 +00:00
parent 47afd81567
commit a98490706f
8 changed files with 16 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ access_procurement_scheduler_log_user,Read/Create procurement.scheduler.log to S
access_procurement_scheduler_log_read,Read access on procurement.scheduler.log to Employee,model_procurement_scheduler_log,base.group_user,1,0,0,0
access_stock_warehouse_orderpoint_employee,Read access on stock.warehouse.orderpoint to employee (needed to open product form view with employee-only group),stock.model_stock_warehouse_orderpoint,base.group_user,1,0,0,0
stock.access_stock_inventory_line_user,stock.inventory.line user,stock.model_stock_inventory_line,stock.group_stock_user,1,1,1,1
stock.access_uom_category_stock_manager,Read access on uom.category (inherited in usability module to remove full access),uom.model_uom_category,stock.group_stock_manager,1,0,0,0
stock.access_uom_uom_stock_manager,Read access on uom.uom (inherited in usability module to remove full access),uom.model_uom_uom,stock.group_stock_manager,1,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
4 access_procurement_scheduler_log_read Read access on procurement.scheduler.log to Employee model_procurement_scheduler_log base.group_user 1 0 0 0
5 access_stock_warehouse_orderpoint_employee Read access on stock.warehouse.orderpoint to employee (needed to open product form view with employee-only group) stock.model_stock_warehouse_orderpoint base.group_user 1 0 0 0
6 stock.access_stock_inventory_line_user stock.inventory.line user stock.model_stock_inventory_line stock.group_stock_user 1 1 1 1
7 stock.access_uom_category_stock_manager Read access on uom.category (inherited in usability module to remove full access) uom.model_uom_category stock.group_stock_manager 1 0 0 0
8 stock.access_uom_uom_stock_manager Read access on uom.uom (inherited in usability module to remove full access) uom.model_uom_uom stock.group_stock_manager 1 0 0 0