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.

26 lines
661 B

7 years ago
7 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. ],
  12. 'data': [
  13. 'view/view.xml',
  14. ],
  15. 'qweb': [
  16. 'static/src/xml/ppt.xml',
  17. ],
  18. 'demo': [
  19. 'demo/product_attribute_value.xml',
  20. 'demo/product_product.xml',
  21. ],
  22. 'images': [
  23. 'static/src/img/screenshots/pos_product_template.png',
  24. ],
  25. 'installable': True,
  26. }