12345678910111213141516171819202122 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru Pos Session add Purchases and Expenses',
- 'author': 'Adrielso Kunert',
- 'version': '0.0.1',
- 'category': 'account, pos',
- 'description': "Este modulo agregara dos botones en la sesión del pos que permitirá registra un gasto o una compra..",
- 'depends': [
- 'eiru_assets',
- 'point_of_sale',
- 'purchase',
- 'account',
- 'eiru_account_bank_statement_pos',
- ],
- 'data': [
- 'views/templates.xml'
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- ],
- 'installable': True,
- }
|