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.

29 lines
750 B

6 years ago
6 years ago
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'POS - Product Template',
  4. 'version': '10.0.2.1.0',
  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. 'pos_fix_search_limit',
  13. ],
  14. 'data': [
  15. 'view/view.xml',
  16. ],
  17. 'qweb': [
  18. 'static/src/xml/ppt.xml',
  19. ],
  20. 'demo': [
  21. 'demo/product_attribute_value.yml',
  22. 'demo/product_product.yml',
  23. 'demo/res_groups.yml',
  24. ],
  25. 'images': [
  26. 'static/src/img/screenshots/pos_product_template.png',
  27. ],
  28. 'installable': True,
  29. }