1234567891011121314151617181920212223 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Pos and Purchases Buttons',
- 'version': '1.0',
- 'author': 'Eiru',
- 'category': 'extra tool',
- 'depends': ['account','eiru_pos','eiru_purchases'],
- 'data': [
- 'views/templates.xml',
- 'views/account_invoice_button_view.xml',
- 'views/account_voucher_button_view.xml',
- 'views/purchase_order_button_view.xml',
- 'views/sale_order_button_view.xml',
- 'views/menus.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/xml/modal/*.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- }
|