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.

31 lines
774 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Tecnativa - Jairo Llopis
  3. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  4. {
  5. 'name': 'POS Pricelist',
  6. 'version': '10.0.1.0.4',
  7. 'category': 'Point Of Sale',
  8. 'author': "Tecnativa, "
  9. "Odoo SA, "
  10. "Odoo Community Association (OCA)",
  11. 'summary': 'Pricelist for Point of sale',
  12. 'license': 'LGPL-3',
  13. 'post_init_hook': 'post_init_hook',
  14. 'depends': [
  15. "point_of_sale",
  16. ],
  17. "external_dependencies": {
  18. "python": [
  19. "oca.decorators",
  20. ],
  21. },
  22. 'data': [
  23. "security/ir.model.access.csv",
  24. "templates/assets.xml",
  25. "views/pos_config_view.xml",
  26. ],
  27. 'qweb': [
  28. 'static/src/xml/pos.xml'
  29. ],
  30. }