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,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_product_attribute_category_public,product.attribute.category public,model_product_attribute_category,,1,0,0,0
access_product_attribute_category_public_saleman,product.attribute.category sale manager,model_product_attribute_category,sales_team.group_sale_manager,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_product_attribute_category_public product.attribute.category public model_product_attribute_category 1 0 0 0
3 access_product_attribute_category_public_saleman product.attribute.category sale manager model_product_attribute_category sales_team.group_sale_manager 1 1 1 1