__openerp__.py 323 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Minimum and maximum price in product",
  4. 'author': "Robert Gauto",
  5. 'category': 'Uncategorized',
  6. 'depends': ['sale'],
  7. 'data': [
  8. 'templates.xml',
  9. ],
  10. 'installable': True,
  11. 'license': 'AGPL-3',
  12. 'external_dependencies': {
  13. 'python': [],
  14. },
  15. }