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.

26 lines
801 B

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