__openerp__.py 402 B

12345678910111213141516171819
  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_payments_invoices',
  13. 'eiru_sidebar_toggler',
  14. 'eiru_topbar_toggler'
  15. ],
  16. 'data': [
  17. 'templates.xml'
  18. ]
  19. }