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.

19 lines
658 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 for the Hardware Customer Display ",
  7. 'version': '12.0.1.0.0',
  8. 'summary': """
  9. Adds currency management to the Hardware Customer Display""",
  10. "author": "Coop IT Easy SCRLfs, "
  11. "Odoo Community Association (OCA)",
  12. 'license': "AGPL-3",
  13. 'website': "https://github.com/OCA/pos/",
  14. 'category': 'Hardware Drivers',
  15. 'depends': ['hw_customer_display'],
  16. 'data': [],
  17. 'installable': False,
  18. }