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.

16 lines
545 B

  1. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  2. {
  3. 'name': 'Hardware Telium Payment Terminal',
  4. 'version': '12.0.1.0.0',
  5. 'category': 'Hardware Drivers',
  6. 'license': 'AGPL-3',
  7. 'summary': 'Adds support for Payment Terminals using Telium protocol',
  8. 'author': "Akretion,Odoo Community Association (OCA)",
  9. 'website': 'http://www.github.com/OCA/pos',
  10. 'depends': ['hw_proxy'],
  11. 'external_dependencies': {
  12. 'python': ['serial', 'pycountry'],
  13. },
  14. 'data': [],
  15. 'installable': False,
  16. }