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

  1. # Copyright (C) 2013 - Today: GRAP (http://www.grap.coop)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Point Of Sale - Change Payments",
  6. "version": "12.0.1.0.2",
  7. "summary": "Allow cashier to change order payments, as long as"
  8. " the session is not closed.",
  9. "category": "Point Of Sale",
  10. "author": "GRAP, Odoo Community Association (OCA)",
  11. "website": "https://www.github.com/OCA/pos",
  12. "license": "AGPL-3",
  13. "depends": ["point_of_sale"],
  14. "maintainers": ["legalsylvain"],
  15. "development_status": "Beta",
  16. "data": [
  17. "wizards/view_pos_payment_change_wizard.xml",
  18. "views/view_pos_config.xml",
  19. "views/view_pos_order.xml",
  20. ],
  21. "installable": True,
  22. }