1234567891011121314151617181920212223242526 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Project Feature Dental Mocona',
- 'summary': 'Project Feature Dental Mocona',
- 'category': 'extra',
- 'version': '0.1',
- 'description': """
- """,
- 'author': 'Trey (www.trey.es) - Eiru',
- 'website': 'https://www.eiru.com.py',
- 'depends': [
- 'product',
- 'account',
- 'sale',
- ],
- 'data': [
- 'data/report_paperformat.xml',
- 'reports/ticket.xml',
- # 'data/sequence.xml',
- 'views/project_task.xml',
- ],
- 'test': [
- ],
- 'installable': True,
- }
|