1234567891011121314151617181920 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Pos ticket HomePro',
- 'category': 'Point Of Sale',
- 'version': '8.0.1.0.0',
- 'depends': [
- 'point_of_sale',
- ],
- 'data': [
- "template.xml",
- ],
- 'qweb': [
- 'static/src/xml/pos.xml',
- 'static/src/xml/view.xml',
- ],
- 'author': 'Eiru',
- 'website': 'https://www.eiru.com.py',
- 'license': 'AGPL-3',
- 'installable': True,
- }
|