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

  1. # -*- coding: utf-8 -*-
  2. # © 2014-2016 Aurélien DUMAINE
  3. # © 2015-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'POS Payment Terminal',
  7. 'version': '10.0.0.1.1',
  8. 'category': 'Point Of Sale',
  9. 'summary': 'Manage Payment Terminal device from POS front end',
  10. 'author': "Aurélien DUMAINE,Akretion,Odoo Community Association (OCA)",
  11. 'license': 'AGPL-3',
  12. 'depends': ['point_of_sale'],
  13. 'data': [
  14. 'views/pos_config.xml',
  15. 'views/account_journal.xml',
  16. 'views/pos_payment_terminal_template.xml',
  17. ],
  18. 'demo': ['demo/pos_payment_terminal_demo.xml'],
  19. 'qweb': ['static/src/xml/pos_payment_terminal.xml'],
  20. 'installable': True,
  21. }