__openerp__.py 470 B

1234567891011121314151617
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Product Curve Manager',
  4. 'version': '1.0',
  5. 'category': 'Product',
  6. 'summary': 'Add Curve to products',
  7. 'author': 'NetAndCo, Akretion, Prisnet Telecommunications SA'
  8. ', MONK Software, Odoo Community Association (OCA), Eiru',
  9. 'license': 'AGPL-3',
  10. 'depends': ['product'],
  11. 'data': [
  12. 'product_curve_view.xml',
  13. # 'security/ir.model.access.csv'
  14. ],
  15. 'installable': True,
  16. }