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
717 B

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