__openerp__.py 565 B

1234567891011121314151617181920212223242526
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Project Feature Dental Mocona',
  4. 'summary': 'Project Feature Dental Mocona',
  5. 'category': 'extra',
  6. 'version': '0.1',
  7. 'description': """
  8. """,
  9. 'author': 'Trey (www.trey.es) - Eiru',
  10. 'website': 'https://www.eiru.com.py',
  11. 'depends': [
  12. 'product',
  13. 'account',
  14. 'sale',
  15. ],
  16. 'data': [
  17. 'data/report_paperformat.xml',
  18. 'reports/ticket.xml',
  19. # 'data/sequence.xml',
  20. 'views/project_task.xml',
  21. ],
  22. 'test': [
  23. ],
  24. 'installable': True,
  25. }