123456789101112131415161718192021222324 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru Ticket Sharon',
- 'summary': 'Ticket Sharon',
- 'category': 'extra',
- 'version': '0.1',
- 'description': """
- """,
- 'author': 'Eiru',
- 'website': 'https://www.eiru.com.py',
- 'depends': [
- 'product',
- 'account',
- 'sale',
- ],
- 'data': [
- 'data/report_paperformat.xml',
- 'reports/ticket.xml',
- ],
- 'test': [
- ],
- 'installable': True,
- }
|