~akretion-team/banking-addons/70-sepa-direct-debit

« back to all changes in this revision

Viewing changes to account_banking_sepa_direct_debit/security/ir.model.access.csv

  • Committer: Alexis de Lattre
  • Date: 2013-10-15 21:29:28 UTC
  • Revision ID: alexis@via.ecp.fr-20131015212928-7wj0xxftxv613rhi
First implementation of mandates, but I still have a lot of hesitation about the data model so it may change.
Manage different sequence types in the same file ; we just have to separate them in different payment info blocks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
2
2
"access_banking_export_sdd","Full access on banking.export.sdd","model_banking_export_sdd","account_payment.group_account_payment",1,1,1,1
 
3
"access_sdd_mandate","Full access on sdd.mandate","model_sdd_mandate","account_payment.group_account_payment",1,1,1,1
 
4
"access_sdd_mandate_read","Read access on sdd.mandate","model_sdd_mandate","base.group_user",1,0,0,0