12345678910111213141516171819202122232425 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Eiru Stock Picking Sale and Purchase',
- 'version': '1.0.2',
- 'description': '''
- ## Devolución de producto de Venta/Compra.\n
- * Facilita las devoluciones de productos.\n
- * Mejora la creación de factura a crédito.
- ''',
- 'author': 'Adrielso Kunert',
- 'category': 'stock',
- 'depends': ['sale', 'purchase', 'base'],
- 'data': [
- 'views/templates.xml',
- 'views/eiru_stock_picking.xml',
- 'views/eiru_stock_picking_purchase.xml',
- ],
- 'qweb': [
- 'static/src/xml/*.xml',
- 'static/src/xml/modal/*.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- }
|