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

  1. # © 2014-2016 Aurélien DUMAINE
  2. # © 2015-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'POS Payment Terminal',
  6. 'version': '12.0.0.1.1',
  7. 'category': 'Point Of Sale',
  8. 'summary': 'Manage Payment Terminal device from POS front end',
  9. 'author': "Aurélien DUMAINE,GRAP,Akretion,"
  10. "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/assets.xml',
  17. ],
  18. 'demo': ['demo/pos_config.xml'],
  19. 'qweb': ['static/src/xml/pos_payment_terminal.xml'],
  20. 'installable': True,
  21. }