1234567891011 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru POS",
- 'author': "Robert Gauto",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base', 'sale', 'account', 'multi_store', 'eiru_product_extra_price', 'currency_utility'],
- 'data': [
- 'templates.xml'
- ]
- }
|