[MIG] web_decimal_numpad_dot: Migration to 13.0

pull/1402/head
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",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"summary": "Allows using numpad dot to enter period decimal separator",
"depends": [
"web",
],
"depends": ["web"],
"author": "AvanzOSC, "
"Comunitea, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"Comunitea, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"category": "Web",
"data": [
"views/web_decimal_numpad_dot.xml",
],
"data": ["views/web_decimal_numpad_dot.xml"],
"installable": True,
}

View File

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