forked from Mapan/odoo17e
614 B
614 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_account_batch_payment_readonly | account.batch.payment | model_account_batch_payment | account.group_account_readonly | 1 | 0 | 0 | 0 |
| 3 | access_account_batch_payment | account.batch.payment | model_account_batch_payment | account.group_account_invoice | 1 | 1 | 1 | 1 |
| 4 | access_account_batch_error_wizard | access.account.batch.error.wizard | model_account_batch_error_wizard | account.group_account_invoice | 1 | 1 | 1 | 0 |
| 5 | access_account_batch_error_wizard_line | access.account.batch.error.wizard.line | model_account_batch_error_wizard_line | account.group_account_invoice | 1 | 1 | 1 | 0 |