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

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2017-TODAY Camptocamp SA (<http://www.camptocamp.com>).
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'POS Default payment mehotd',
  6. 'version': '10.0.1.0.0',
  7. 'author': 'Camptocamp,Odoo Community Association (OCA)',
  8. 'category': 'Sales Management',
  9. 'depends': [
  10. 'point_of_sale',
  11. ],
  12. 'demo': [],
  13. 'website': 'https://github.com/OCA/pos',
  14. 'data': [
  15. 'views/assets.xml',
  16. 'views/pos_config_view.xml',
  17. ],
  18. 'installable': True,
  19. 'license': 'AGPL-3',
  20. }