mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
This way, it will be easier to decide who can set discount or not. The current group scope is too broad. [UPD] Update base_global_discount.pot
4 lines
301 B
CSV
4 lines
301 B
CSV
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
|
access_global_discount_user,Global Discount Users,model_global_discount,base.group_user,1,0,0,0
|
|
access_global_discount_manager,Global Discount Manager,model_global_discount,base_global_discount.group_global_discount,1,1,1,1
|