mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Namely, the pick/put/inventory operations are now split in different models. Pick and Put share a model and customize their behavior, which is pretty similar. The inventory operation will have a different view and different workflow. This changes will ease a lot the customization of the different workflows and views.
850 B
850 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_vertical_lift_shuttle_stock_user | access_vertical_lift_shuttle stock user | model_vertical_lift_shuttle | stock.group_stock_user | 1 | 0 | 0 | 0 |
| 3 | access_vertical_lift_shuttle_manager | access_vertical_lift_shuttle stock manager | model_vertical_lift_shuttle | stock.group_stock_manager | 1 | 1 | 1 | 1 |
| 4 | access_vertical_lift_operation_pick_stock_user | access_vertical_lift_operation_pick stock user | model_vertical_lift_operation_pick | stock.group_stock_user | 1 | 1 | 1 | 1 |
| 5 | access_vertical_lift_operation_put_stock_user | access_vertical_lift_operation_put stock user | model_vertical_lift_operation_put | stock.group_stock_user | 1 | 1 | 1 | 1 |
| 6 | access_vertical_lift_operation_inventory_stock_user | access_vertical_lift_operation_inventory stock user | model_vertical_lift_operation_inventory | stock.group_stock_user | 1 | 1 | 1 | 1 |