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.

27 lines
825 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 AvanzOSC - Oihane Crucelaegui
  3. # Copyright 2015 Tecnativa - Pedro M. Baeza
  4. # Copyright 2015 Comunitea - Omar Castiñeira Saavedra
  5. # Copyright 2016 Oliver Dony
  6. # Copyright 2017-18 Tecnativa - David Vidal
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  8. {
  9. "name": "Web - Numpad Dot as decimal separator",
  10. "version": "11.0.1.0.3",
  11. "license": "AGPL-3",
  12. "summary": "Allows using numpad dot to enter period decimal separator",
  13. "depends": [
  14. "web",
  15. ],
  16. "author": "AvanzOSC, "
  17. "Comunitea, "
  18. "Tecnativa, "
  19. "Odoo Community Association (OCA)",
  20. "website": "https://github.com/OCA/web",
  21. "category": "Web",
  22. "data": [
  23. "views/web_decimal_numpad_dot.xml",
  24. ],
  25. "installable": True,
  26. }