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.

35 lines
1.0 KiB

  1. # -*- coding: utf-8 -*-
  2. # © 2014-2015 Taktik (http://www.taktik.be) - Adil Houmadi <ah@taktik.be>
  3. # © 2016 Serv. Tecnol. Avanzados - Pedro M. Baeza
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'POS Pricelist',
  7. 'version': '8.0.1.5.0',
  8. 'category': 'Point Of Sale',
  9. 'sequence': 1,
  10. 'author': "Adil Houmadi @Taktik, "
  11. "Serv. Tecnol. Avanzados - Pedro M. Baeza, "
  12. "Odoo Community Association (OCA)",
  13. 'summary': 'Pricelist for Point of sale',
  14. 'depends': [
  15. "point_of_sale",
  16. ],
  17. 'data': [
  18. "views/pos_pricelist_template.xml",
  19. "views/pos_pricelist_views.xml",
  20. "views/point_of_sale_view.xml",
  21. "report/report_receipt.xml",
  22. "security/ir.model.access.csv",
  23. "security/account_fiscal_position_security.xml",
  24. ],
  25. 'demo': [
  26. 'demo/pos_pricelist_demo.yml',
  27. ],
  28. 'qweb': [
  29. 'static/src/xml/pos.xml'
  30. ],
  31. 'post_init_hook': "set_pos_line_taxes",
  32. 'installable': True,
  33. 'license': 'AGPL-3',
  34. }