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.

27 lines
693 B

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