__openerp__.py 424 B

123456789101112131415161718
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'EIRU Base Menu',
  4. 'version': '8.0.0.1.0',
  5. 'category': 'Product',
  6. 'summary': 'Menus for EIRU SYSTEM CRAZY',
  7. 'author': 'eiru',
  8. 'license': 'AGPL-3',
  9. 'depends': ['base'],
  10. 'data': [
  11. 'views/accounting_menu.xml',
  12. 'views/hide_menu.xml',
  13. 'views/operations_menu.xml',
  14. 'views/registration_menu.xml',
  15. ],
  16. 'installable': True,
  17. }