~acysos-team/acysos/openerp-addons-7.0

« back to all changes in this revision

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

  • Committer: Ignacio Ibeas - Acysos S.L.
  • Date: 2014-06-25 13:34:26 UTC
  • Revision ID: ignacio@acysos.com-20140625133426-mw6hienkvio2bgpd
[FIX] Compatibility account_payment_extension & account_chart_update with Odoo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
 
2
"access_payment_type","payment.type","model_payment_type","account_payment.group_account_payment",1,1,1,1
 
3
"access_payment_type_user","payment.type.user","model_payment_type","base.group_user",1,0,0,0
 
4