mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
This commits adds the possibility to update the payment reference on a payment transaction before generating XML file.
1.2 KiB
1.2 KiB
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_account_payment_order | Full access on account.payment.order to Payment Manager | model_account_payment_order | group_account_payment | 1 | 1 | 1 | 1 |
| 3 | access_account_payment_line | Full access on account.payment.line to Payment Manager | model_account_payment_line | group_account_payment | 1 | 1 | 1 | 1 |
| 4 | access_bank_payment_line | Full access on account.payment to Payment Manager | account.model_account_payment | group_account_payment | 1 | 1 | 1 | 1 |
| 5 | base.access_res_partner_bank_group_partner_manager | Full access on res.partner.bank to Account Payment group | base.model_res_partner_bank | group_account_payment | 1 | 1 | 1 | 1 |
| 6 | base.access_res_bank_group_partner_manager | Full access on res.bank to Account Payment group | base.model_res_bank | group_account_payment | 1 | 1 | 1 | 1 |
| 7 | access_account_payment_line_create | access_account_payment_line_create | model_account_payment_line_create | group_account_payment | 1 | 1 | 1 | 1 |
| 8 | access_account_invoice_payment_line_multi | access_account_invoice_payment_line_multi | model_account_invoice_payment_line_multi | group_account_payment | 1 | 1 | 1 | 1 |
| 9 | access_account_payment_update | access_account_payment_update | model_account_payment_update | group_account_payment | 1 | 1 | 1 | 1 |