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.

33 lines
718 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 Coop IT Easy SCRLfs
  3. # Vincent Van Rossem <vvrossem@gmail.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Currency Management Extension to POS Customer Display',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'summary': """
  10. Add Currency Management to POS Customer Display device""",
  11. "author": "Coop IT Easy SCRLfs, "
  12. "Odoo Community Association (OCA)",
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'pos_customer_display'
  16. ],
  17. 'data': [
  18. 'templates/templates.xml',
  19. 'views/pos_config_view.xml',
  20. ],
  21. 'demo': [],
  22. 'installable': True,
  23. }