__openerp__.py 413 B

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