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

  1. # coding: utf-8
  2. # Copyright (C) 2013 - Today: GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Point Of Sale - Payments Change',
  7. 'version': '8.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'author': 'GRAP',
  10. 'website': 'http://www.grap.coop',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'point_of_sale',
  14. ],
  15. 'data': [
  16. 'views/action.xml',
  17. 'views/view_account_bank_statement.xml',
  18. 'views/view_pos_change_payments_wizard.xml',
  19. 'views/view_pos_order.xml',
  20. 'views/view_pos_switch_journal_wizard.xml',
  21. ],
  22. 'installable': True,
  23. }