123456789101112131415161718192021222324252627 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru POS",
- 'author': "Robert Gauto",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': [
- 'base',
- 'sale',
- 'account',
- 'currency_utility',
- 'eiru_sidebar_toggler',
- 'eiru_topbar_toggler',
- 'eiru_bank_payments_references',
- 'eiru_payments_invoices',
- 'multi_store',
- 'multi_store_stock',
- 'product_pack'
- ],
- 'data': [
- 'templates.xml',
- 'security/eiru_pos_security.xml'
- ],
- 'qweb': [
- 'static/report/ticket_template.xml'
- ]
- }
|