__openerp__.py 368 B

123456789101112131415161718
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Eiru Purchases",
  4. 'author': "Robert Gauto",
  5. 'category': 'Uncategorized',
  6. 'version': '0.1',
  7. 'depends': [
  8. 'base',
  9. 'account',
  10. 'purchase',
  11. 'eiru_bank_payments_references',
  12. 'eiru_sidebar_toggler',
  13. 'eiru_topbar_toggler'
  14. ],
  15. 'data': [
  16. 'templates.xml'
  17. ]
  18. }