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.

23 lines
657 B

  1. # © 2020 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 frontend return traceability",
  5. "summary": "Adds full return traceability to POS frontend",
  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. 'pos_order_mgmt',
  13. 'pos_order_return',
  14. ],
  15. 'data': [
  16. "views/pos_templates.xml",
  17. ],
  18. "qweb": [
  19. 'static/src/xml/pos.xml',
  20. ],
  21. 'installable': True,
  22. }