mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Warehouse/User and Warehouse/Manager can access to the product form. After this PR, all users can access to the product form, but only users that belong to the group "Warehouse/User" can access to the section for Putaway strategies in the Inventory tab.
505 B
505 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_stock_product_putaway_strategy | stock_product_putaway_strategy managers | model_stock_product_putaway_strategy | stock.group_stock_manager | 1 | 1 | 1 | 1 |
| 3 | access_stock_product_putaway_user | stock_product_putaway_strategy user | model_stock_product_putaway_strategy | stock.group_stock_user | 1 | 0 | 0 | 0 |
| 4 | access_stock_product_putaway_base_user | stock_product_putaway_strategy all users | model_stock_product_putaway_strategy | base.group_user | 1 | 0 | 0 | 0 |