123456789101112131415161718192021222324252627 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru study feature',
- 'summary': 'Study Feature',
- '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/eiru_study_feature.xml',
- 'views/res_partner.xml',
- ],
- 'test': [
- ],
- 'installable': True,
- }
|