~sergio-incaser/banking-addons/banking-addons

« back to all changes in this revision

Viewing changes to account_banking_payment_export/__openerp__.py

  • Committer: Stéphane Bidoul
  • Author(s): Alexis de Lattre
  • Date: 2014-02-16 14:01:09 UTC
  • mto: (225.1.9 banking-addons)
  • mto: This revision was merged to the branch mainline in revision 227.
  • Revision ID: stephane.bidoul@acsone.eu-20140216140109-wfst7pfaafkvtb29
[IMP] Add demo data

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        'data/payment_mode_type.xml',
53
53
        'security/ir.model.access.csv',
54
54
    ],
 
55
    'demo': ['demo/banking_demo.xml'],
55
56
    'description': '''
56
57
        Infrastructure to export payment orders.
57
58