Initial commit: Sale packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:49 +02:00
commit 14e3d26998
6469 changed files with 2479670 additions and 0 deletions

View file

@ -0,0 +1,5 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_event_booth_registration_salesman,access.event.booth.registration.salesman,model_event_booth_registration,sales_team.group_sale_salesman,1,1,1,1
access_event_booth_registration_event_desk,access.event.booth.registration.event.desk,model_event_booth_registration,event.group_event_registration_desk,1,0,0,0
access_event_booth_registration_event_user,access.event.booth.registration.event.user,model_event_booth_registration,event.group_event_user,1,1,1,1
access_event_booth_configurator_salesman,access.event.booth.configurator.salesman,model_event_booth_configurator,sales_team.group_sale_salesman,1,1,1,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_event_booth_registration_salesman access.event.booth.registration.salesman model_event_booth_registration sales_team.group_sale_salesman 1 1 1 1
3 access_event_booth_registration_event_desk access.event.booth.registration.event.desk model_event_booth_registration event.group_event_registration_desk 1 0 0 0
4 access_event_booth_registration_event_user access.event.booth.registration.event.user model_event_booth_registration event.group_event_user 1 1 1 1
5 access_event_booth_configurator_salesman access.event.booth.configurator.salesman model_event_booth_configurator sales_team.group_sale_salesman 1 1 1 0