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.

22 lines
616 B

  1. # © 2019 Solvos Consultoría Informática (<http://www.solvos.es>)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "POS Ticket Without Price",
  5. "summary": "Adds receipt ticket without price or taxes",
  6. "version": "12.0.1.0.0",
  7. "author": "Odoo Community Association (OCA), Solvos",
  8. "website": "http://www.github.com/OCA/pos",
  9. "license": "AGPL-3",
  10. "category": "Point Of Sale",
  11. "depends": [
  12. 'point_of_sale'
  13. ],
  14. 'data': [
  15. "views/pos_templates.xml",
  16. ],
  17. "qweb": [
  18. 'static/src/xml/pos.xml',
  19. ],
  20. 'installable': True,
  21. }