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.

24 lines
731 B

  1. # coding: utf-8
  2. # Copyright 2019 Coop IT Easy SCRLfs
  3. # Robin Keunen <robin@coopiteasy.be>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Require Product Quantity in POS",
  7. "version": "9.0.0.1.0",
  8. "author": "Coop IT Easy SCRLfs, Odoo Community Association (OCA)",
  9. "website": "www.coopiteasy.be",
  10. "license": "AGPL-3",
  11. "category": "Point of Sale",
  12. "summary": """
  13. A popup is shown if product quantity is set to 0 for one or more order
  14. lines when clicking on "Payment" button.
  15. """,
  16. "depends": [
  17. 'point_of_sale',
  18. ],
  19. 'data': [
  20. 'views/pos_config.xml',
  21. 'static/src/xml/templates.xml',
  22. ],
  23. 'installable': True,
  24. }