123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- 'name': 'POS Select Cashier',
- 'summary': 'Changing POS cashier easily',
- 'version': '8.0.1.0',
- 'category': 'Point Of Sale',
- 'author': "binhnguyenxuan (www.xubi.me)",
- 'website': 'http://www.xubi.me',
- 'license': 'AGPL-3',
- 'depends': [
- 'point_of_sale',
- ],
- 'data': [
- 'views/pos_config_views.xml',
- 'views/res_users_views.xml',
- 'templates/templates.xml',
- ],
- 'qweb': ['static/src/xml/*.xml'],
- 'installable': True,
- 'application': True,
- }
|