769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
554 B
554 B
1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
---|---|---|---|---|---|---|---|---|
2 | access_account_voucher_manager | account.voucher | model_account_voucher | account.group_account_manager | 1 | 0 | 0 | 0 |
3 | access_account_voucher_line_manager | account.voucher.line | model_account_voucher_line | account.group_account_manager | 1 | 0 | 0 | 0 |
4 | access_account_voucher_invoice | account.voucher invoice | model_account_voucher | account.group_account_invoice | 1 | 1 | 1 | 1 |
5 | access_account_voucher_line_invoice | account.voucher.line invoice | model_account_voucher_line | account.group_account_invoice | 1 | 1 | 1 | 1 |