1234567891011121314151617 |
- # -*- encoding: utf-8 -*-
- {
- 'name': 'Product Curve Manager',
- 'version': '1.0',
- 'category': 'Product',
- 'summary': 'Add Curve to products',
- 'author': 'NetAndCo, Akretion, Prisnet Telecommunications SA'
- ', MONK Software, Odoo Community Association (OCA), Eiru',
- 'license': 'AGPL-3',
- 'depends': ['product'],
- 'data': [
- 'product_curve_view.xml',
- # 'security/ir.model.access.csv'
- ],
- 'installable': True,
- }
|