123456789101112131415161718192021222324252627282930313233343536 |
- {
- 'name': 'Product Curve Pricelist',
- 'author': 'ERP|OPEN, André Schenkels - Eiru',
- 'version': '1.0',
- 'website': 'www.erpopen.nl',
- 'license': 'AGPL-3',
- 'category': 'Product',
- 'depends': [
- 'product',
- 'product_curve'
- ],
- 'data': [
- 'views/product_pricelist_item.xml',
- ]
- }
|