Skip to content

Commit

Permalink
[MIG] web_decimal_numpad_dot: Migration to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emagdalenaC2i committed Oct 14, 2019
1 parent 9992153 commit 9dd74b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 6 additions & 10 deletions web_decimal_numpad_dot/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
4 changes: 4 additions & 0 deletions web_decimal_numpad_dot/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
* David Vidal
* Jairo Llopis
* Ernesto Tejeda

* `C2i Change 2 improve <http://www.c2i.es>`_:

* Eduardo Magdalena <[email protected]>

0 comments on commit 9dd74b4

Please sign in to comment.