__openerp__.py 606 B

123456789101112131415161718192021
  1. # -*- coding: utf-8 -*-
  2. # Copyright© 2016 ICTSTUDIO <http://www.ictstudio.eu>
  3. # License: AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
  4. {
  5. 'name': 'Products Pricelist Prices',
  6. 'version': '8.0.1.1.5',
  7. 'author': 'ICTSTUDIO, André Schenkels - Eiru',
  8. 'website': 'http://www.ictstudio.eu',
  9. 'license': 'AGPL-3',
  10. 'category': 'Sales Management',
  11. 'depends': ['product'],
  12. 'demo': [],
  13. 'summary': "Show Price for Available Pricelists",
  14. 'data': [
  15. 'views/product_pricelist.xml',
  16. 'views/product_product.xml',
  17. 'views/product_template.xml',
  18. ],
  19. }