3
0
Fork 0

[MIG] web_decimal_numpad_dot: Migration to 13.0

13.0
emagdalena 2019-10-12 15:53:53 +02:00
parent 9992153595
commit 9dd74b42f4
2 changed files with 10 additions and 10 deletions

View File

@ -7,20 +7,16 @@
{ {
"name": "Web - Numpad Dot as decimal separator", "name": "Web - Numpad Dot as decimal separator",
"version": "12.0.1.0.0", "version": "13.0.1.0.0",
"license": "AGPL-3", "license": "AGPL-3",
"summary": "Allows using numpad dot to enter period decimal separator", "summary": "Allows using numpad dot to enter period decimal separator",
"depends": [ "depends": ["web"],
"web",
],
"author": "AvanzOSC, " "author": "AvanzOSC, "
"Comunitea, " "Comunitea, "
"Tecnativa, " "Tecnativa, "
"Odoo Community Association (OCA)", "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web", "website": "https://github.com/OCA/web",
"category": "Web", "category": "Web",
"data": [ "data": ["views/web_decimal_numpad_dot.xml"],
"views/web_decimal_numpad_dot.xml",
],
"installable": True, "installable": True,
} }

View File

@ -9,3 +9,7 @@
* David Vidal * David Vidal
* Jairo Llopis * Jairo Llopis
* Ernesto Tejeda * Ernesto Tejeda
* `C2i Change 2 improve <http://www.c2i.es>`_:
* Eduardo Magdalena <emagdalena@c2i.es>