diff --git a/web_decimal_numpad_dot/README.rst b/web_decimal_numpad_dot/README.rst
index 82e353e2d..a9bb3695c 100644
--- a/web_decimal_numpad_dot/README.rst
+++ b/web_decimal_numpad_dot/README.rst
@@ -14,13 +14,13 @@ Web - Numpad Dot as decimal separator
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
- :target: https://github.com/OCA/web/tree/12.0/web_decimal_numpad_dot
+ :target: https://github.com/OCA/web/tree/13.0/web_decimal_numpad_dot
:alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_decimal_numpad_dot
+ :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_decimal_numpad_dot
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/162/12.0
+ :target: https://runbot.odoo-community.org/runbot/162/13.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -45,7 +45,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -74,6 +74,10 @@ Contributors
* Jairo Llopis
* Ernesto Tejeda
+* `C2i Change 2 improve `_:
+
+ * Eduardo Magdalena
+
Maintainers
~~~~~~~~~~~
@@ -87,6 +91,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/web `_ project on GitHub.
+This module is part of the `OCA/web `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/web_decimal_numpad_dot/__manifest__.py b/web_decimal_numpad_dot/__manifest__.py
index 1951a3e26..c9029b5f0 100644
--- a/web_decimal_numpad_dot/__manifest__.py
+++ b/web_decimal_numpad_dot/__manifest__.py
@@ -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,
}
diff --git a/web_decimal_numpad_dot/i18n/web_decimal_numpad_dot.pot b/web_decimal_numpad_dot/i18n/web_decimal_numpad_dot.pot
index d2e396f15..cc93d01ee 100644
--- a/web_decimal_numpad_dot/i18n/web_decimal_numpad_dot.pot
+++ b/web_decimal_numpad_dot/i18n/web_decimal_numpad_dot.pot
@@ -3,12 +3,11 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 12.0\n"
+"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: <>\n"
+"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
-
diff --git a/web_decimal_numpad_dot/readme/CONTRIBUTORS.rst b/web_decimal_numpad_dot/readme/CONTRIBUTORS.rst
index c8d09bb78..7112a86df 100644
--- a/web_decimal_numpad_dot/readme/CONTRIBUTORS.rst
+++ b/web_decimal_numpad_dot/readme/CONTRIBUTORS.rst
@@ -9,3 +9,7 @@
* David Vidal
* Jairo Llopis
* Ernesto Tejeda
+
+* `C2i Change 2 improve `_:
+
+ * Eduardo Magdalena
diff --git a/web_decimal_numpad_dot/static/description/index.html b/web_decimal_numpad_dot/static/description/index.html
index bbadf8a38..5e5d07e63 100644
--- a/web_decimal_numpad_dot/static/description/index.html
+++ b/web_decimal_numpad_dot/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

Allows using numpad dot to enter period decimal separator even in localizations
where comma is used instead of period.
Table of contents
@@ -393,7 +393,7 @@ proper decimal separator for the active localization.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -421,6 +421,10 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
Ernesto Tejeda
+
C2i Change 2 improve:
+
@@ -430,7 +434,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/web project on GitHub.
+
This module is part of the OCA/web project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.