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

  1. # Copyright 2019 ACSONE SA/NV
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Pos Payment Terminal Server',
  5. 'summary': """
  6. Adds the possibility to manage several terminals with one server""",
  7. 'version': '9.0.1.0.0',
  8. 'license': 'AGPL-3',
  9. 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/pos',
  11. 'depends': [
  12. 'point_of_sale',
  13. 'pos_payment_terminal',
  14. ],
  15. 'data': [
  16. 'views/pos_config.xml',
  17. 'views/pos_payment_multi_terminal_template.xml',
  18. ],
  19. 'qweb': ['static/src/xml/pos_payment_terminal.xml'],
  20. 'installable': True,
  21. }