19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:29:53 +01:00
parent 6e54c1af6c
commit 3ca647e428
1087 changed files with 132065 additions and 108499 deletions

View file

@ -10,3 +10,5 @@ access_reward_pos_manager,Loyalty Reward (PoS Manager),loyalty.model_loyalty_rew
access_communication_pos_user,Loyalty Communication (PoS User),loyalty.model_loyalty_mail,point_of_sale.group_pos_user,1,0,0,0
access_communication_pos_manager,Loyalty Communication (PoS Manager),loyalty.model_loyalty_mail,point_of_sale.group_pos_manager,1,1,1,1
access_sale_coupon_generate,Coupon Generation,loyalty.model_loyalty_generate_wizard,point_of_sale.group_pos_user,1,1,1,0
access_loyalty_history_pos_user,Loyalty History (Pos User),loyalty.model_loyalty_history,point_of_sale.group_pos_user,1,1,1,0
access_loyalty_card_update_balance_pos_user,Loyalty Card Update Balance (Pos User),loyalty.model_loyalty_card_update_balance,point_of_sale.group_pos_user,1,1,1,0

1 id name model_id/id group_id/id perm_read perm_write perm_create perm_unlink
10 access_communication_pos_user Loyalty Communication (PoS User) loyalty.model_loyalty_mail point_of_sale.group_pos_user 1 0 0 0
11 access_communication_pos_manager Loyalty Communication (PoS Manager) loyalty.model_loyalty_mail point_of_sale.group_pos_manager 1 1 1 1
12 access_sale_coupon_generate Coupon Generation loyalty.model_loyalty_generate_wizard point_of_sale.group_pos_user 1 1 1 0
13 access_loyalty_history_pos_user Loyalty History (Pos User) loyalty.model_loyalty_history point_of_sale.group_pos_user 1 1 1 0
14 access_loyalty_card_update_balance_pos_user Loyalty Card Update Balance (Pos User) loyalty.model_loyalty_card_update_balance point_of_sale.group_pos_user 1 1 1 0