You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
718 B

7 years ago
7 years ago
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'POS - Product Template',
  4. 'version': '10.0.1.0.2',
  5. 'category': 'Point Of Sale',
  6. 'author': "Akretion,Odoo Community Association (OCA)",
  7. 'summary': 'Manage Product Template in Front End Point Of Sale',
  8. 'website': 'http://www.akretion.com',
  9. 'license': 'AGPL-3',
  10. 'depends': [
  11. 'point_of_sale',
  12. ],
  13. 'data': [
  14. 'view/view.xml',
  15. ],
  16. 'qweb': [
  17. 'static/src/xml/ppt.xml',
  18. ],
  19. 'demo': [
  20. 'demo/product_attribute_value.yml',
  21. 'demo/product_product.yml',
  22. 'demo/res_groups.yml',
  23. ],
  24. 'images': [
  25. 'static/src/img/screenshots/pos_product_template.png',
  26. ],
  27. 'installable': True,
  28. }