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.

20 lines
708 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 Payment",
  6. "version": "12.0.1.0.0",
  7. "category": "Point Of Sale",
  8. "author": "GRAP, Odoo Community Association (OCA)",
  9. "website": "https://www.github.com/OCA/pos",
  10. "license": "AGPL-3",
  11. "depends": ["point_of_sale"],
  12. "maintainers": ["legalsylvain"],
  13. "development_status": "Beta",
  14. "data": [
  15. "wizards/view_pos_payment_change_wizard.xml",
  16. "views/view_pos_config.xml",
  17. "views/view_pos_order.xml",
  18. ],
  19. "installable": True,
  20. }