3
0
Fork 0
Commit Graph

160 Commits (e9f85f5ab467974b77525609b7668695455903d7)

Author SHA1 Message Date
fshah e9f85f5ab4 [IMP] web_widget_numeric_step: isort, black, prettier. 2021-12-13 13:01:29 +07:00
OCA-git-bot 1d356a094c web_widget_numeric_step 13.0.1.1.0 2021-12-13 13:01:29 +07:00
Alexandre D. Díaz 7c266307d0 [IMP] web_widget_numeric_step: Add auto_select option 2021-12-13 13:01:29 +07:00
Alessandro Fiorino 69a3d5f683 Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: web-13.0/web-13.0-web_widget_numeric_step
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_numeric_step/it/
2021-12-13 13:01:29 +07:00
Alessandro Fiorino c09d36b2f4 Added translation using Weblate (Italian) 2021-12-13 13:01:29 +07:00
OCA-git-bot 72dd882f09 [UPD] README.rst 2021-12-13 13:01:28 +07:00
oca-travis ef03bbee9b [UPD] Update web_widget_numeric_step.pot 2021-12-13 13:01:28 +07:00
Carlos Roca 45ceadcf0a [MIG] web_widget_numeric_step: Migration to v13 2021-12-13 13:01:28 +07:00
Carlos Roca 01fbf68de8 [IMP] web_widget_numeric_step: black, isort, prettier 2021-12-13 13:01:28 +07:00
Alexandre D. Díaz 7df665cae9 [FIX] web_widget_numeric_step: Only modify widget parent 2021-12-13 13:01:28 +07:00
Ernesto Tejeda 47541113a0 [IMP] web_widget_numeric_step: better visualization in list view cells 2021-12-13 13:01:27 +07:00
claudiagn 9403f0f3eb Translated using Weblate (Spanish)
Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_widget_numeric_step
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_numeric_step/es/
2021-12-13 13:01:27 +07:00
claudiagn 2369a3985c Added translation using Weblate (Spanish) 2021-12-13 13:01:27 +07:00
Alexandre Díaz 8e18dbde94 [FIX] web_widget_numeri_step: Change click interval
Previous this commit, the task for auto-step can enter in a
infinite loop. Now only creates a new task if no other task is running.
2021-12-13 13:01:27 +07:00
Alexandre Díaz ac0d3af968 [FIX] web_widget_numeric_step: Change number parse method
Previous this commit the widget only works with 'dots', with
this commit works using odoo parse method that support other separators.
2021-12-13 13:01:26 +07:00
Alexandre Díaz 813e31f52a [IMP] web_widget_numeric_step: Event handler 2021-12-13 13:01:26 +07:00
Sergio Teruel e37a20e28b [FIX] web_widget_numeric_step: Fix _onChange input fields methods disabled by the widget 2021-12-13 13:01:26 +07:00
Alexandre Díaz 8357085d1d [FIX] web_widget_numeric_step: Float Precision 2021-12-13 13:01:26 +07:00
Alexandre Díaz 6c6566078a [IMP] web_widget_numeric_step: Better CSS and supports mobile layouts 2021-12-13 13:01:26 +07:00
Quentin Dupont aa9dd2716d [ADD] Widget Numeric step 2021-12-13 13:01:25 +07:00
OCA-git-bot 222bec5c5d [ADD] setup.py 2021-11-16 23:26:00 +00:00
OCA-git-bot 59cef0a261 [UPD] README.rst 2021-11-16 23:25:59 +00:00
OCA-git-bot 836e763810 [UPD] addons table in README.md 2021-11-16 23:25:58 +00:00
oca-ci cda2ce5276 [UPD] Update web_m2x_options_manager.pot 2021-11-16 23:23:42 +00:00
OCA-git-bot 890a141446 Merge PR #2081 into 15.0
Signed-off-by pedrobaeza
2021-11-16 23:21:15 +00:00
Germana 6f696c1228 [MIG] web_m2x_options_manager: Migration to 15.0
- Fix postprocess inherit (removed from v15), and use _postprocess_tag_field
for create/edit options: In v14 it worked with inheriting the "postprocess"
method because in each recursive call it passed a section of the view, in the
way that it went through all the child nodes of the root node, and passed through
the fields, and now in v15 the method "_postprocess_view "it just does the while,
and we never go through the nodes.

- Fix pylint errors: xml-deprecated-tree-attributte, attribute-string-redundant,
translation-positional-used
2021-11-15 18:35:49 -04:00
Germana 6db6fc76de [IMP] web_m2x_options_manager: black, isort, prettier 2021-11-15 18:35:41 -04:00
OCA-git-bot 98b5fb489f web_m2x_options_manager 14.0.1.1.0 2021-11-15 16:21:56 -04:00
oca-travis d294a4764c [UPD] Update web_m2x_options_manager.pot 2021-11-15 16:21:56 -04:00
Maksym Yankin c1677bbe84 [UPD] web_m2x_options_manager: Add option to prevent Create/Edit wizard to pop up 2021-11-15 16:21:56 -04:00
OCA-git-bot ffb66eb0f8 [UPD] README.rst 2021-11-15 16:21:56 -04:00
oca-travis fc0399da77 [UPD] Update web_m2x_options_manager.pot 2021-11-15 16:21:56 -04:00
SilvioC2C 4378fe8cfc [14.0] web_m2x_options_manager: New module to manage create/edit options from interface 2021-11-15 16:21:56 -04:00
OCA-git-bot e7aa0e1bf9 [ADD] setup.py 2021-11-15 07:36:39 +00:00
OCA-git-bot fec44e54fe [UPD] README.rst 2021-11-15 07:36:39 +00:00
OCA-git-bot bfce2adc55 [UPD] addons table in README.md 2021-11-15 07:36:38 +00:00
oca-ci fe5ee86010 [UPD] Update web_environment_ribbon.pot 2021-11-15 07:28:20 +00:00
OCA-git-bot 780cced9d1 Merge PR #2055 into 15.0
Signed-off-by pedrobaeza
2021-11-15 07:26:27 +00:00
Andreas Perhab 387d45edbd [MIG] web_environment_ribbon: add missing setup directory with pre-commit 2021-11-15 08:23:22 +01:00
Andreas Perhab fcb8c6e5a5 [IMP] web_environment_ribbon: hide the ribbon when navigation is in use 2021-11-15 07:55:42 +01:00
Andreas Perhab 7518f83c9f [MIG] web_environment_ribbon: Migration to 15.0 2021-11-15 07:55:42 +01:00
Bosd 3b1cfc6520 Translated using Weblate (Dutch)
Currently translated at 100.0% (4 of 4 strings)

Translation: web-14.0/web-14.0-web_environment_ribbon
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_environment_ribbon/nl/
2021-11-15 07:55:42 +01:00
Bosd 87a4a78a3d Added translation using Weblate (Dutch) 2021-11-15 07:55:42 +01:00
Bosd adca8f7e91 Translated using Weblate (Dutch)
Currently translated at 75.0% (3 of 4 strings)

Translation: web-14.0/web-14.0-web_environment_ribbon
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_environment_ribbon/nl_NL/
2021-11-15 07:55:42 +01:00
OCA-git-bot 44f273d1fd [UPD] README.rst 2021-11-15 07:55:42 +01:00
oca-travis 9d29263a4d [UPD] Update web_environment_ribbon.pot 2021-11-15 07:55:42 +01:00
Pablo Fuentes 98865cb53e [14.0][MIG] web_environment_ribbon: Migration to 14.0 2021-11-15 07:55:42 +01:00
Pablo Fuentes 23b0aaebe1 [IMP] web_environment_ribbon: Prettier 2021-11-15 07:55:42 +01:00
c2cdidier 227230d7e5 Translated using Weblate (German)
Currently translated at 100.0% (4 of 4 strings)

Translation: web-13.0/web-13.0-web_environment_ribbon
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_environment_ribbon/de/
2021-11-15 07:55:42 +01:00
OCA-git-bot 4d95fc91a6 [UPD] README.rst 2021-11-15 07:55:42 +01:00