forked from Techsystech/web
[MIG] web_decimal_numpad_dot: Migration to 13.0
parent
9992153595
commit
9dd74b42f4
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue