Initial commit: Odoomates Odoo packages (12 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:49:21 +02:00
commit 3b38c49bf0
526 changed files with 34983 additions and 0 deletions

View file

@ -0,0 +1,11 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_followup_followup_line,followup.followup.line,model_followup_line,account.group_account_invoice,1,0,0,0
access_followup_followup_line_manager,followup.followup.line.manager,model_followup_line,account.group_account_manager,1,1,1,1
access_followup_followup_accountant,followup.followup.user,model_followup_followup,account.group_account_invoice,1,0,0,0
access_followup_followup_manager,followup.followup.manager,model_followup_followup,account.group_account_manager,1,1,1,1
access_followup_stat_invoice,followup.stat.invoice,model_followup_stat,account.group_account_invoice,1,1,0,0
access_followup_stat_by_partner_manager,followup.stat.by.partner,model_followup_stat_by_partner,account.group_account_user,1,1,0,0
access_followup_stat_user,followup.stat.user,model_followup_stat,account.group_account_user,1,1,0,0
access_followup_stat_manager,followup.stat.manager,model_followup_stat,account.group_account_manager,1,1,1,1
access_followup_print,access_followup_print,model_followup_print,base.group_user,1,1,1,1
access_followup_sending_results,access_followup_sending_results,model_followup_sending_results,base.group_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_followup_followup_line followup.followup.line model_followup_line account.group_account_invoice 1 0 0 0
3 access_followup_followup_line_manager followup.followup.line.manager model_followup_line account.group_account_manager 1 1 1 1
4 access_followup_followup_accountant followup.followup.user model_followup_followup account.group_account_invoice 1 0 0 0
5 access_followup_followup_manager followup.followup.manager model_followup_followup account.group_account_manager 1 1 1 1
6 access_followup_stat_invoice followup.stat.invoice model_followup_stat account.group_account_invoice 1 1 0 0
7 access_followup_stat_by_partner_manager followup.stat.by.partner model_followup_stat_by_partner account.group_account_user 1 1 0 0
8 access_followup_stat_user followup.stat.user model_followup_stat account.group_account_user 1 1 0 0
9 access_followup_stat_manager followup.stat.manager model_followup_stat account.group_account_manager 1 1 1 1
10 access_followup_print access_followup_print model_followup_print base.group_user 1 1 1 1
11 access_followup_sending_results access_followup_sending_results model_followup_sending_results base.group_user 1 1 1 1