From 6a6f55f96028734709dc936021d83712ac49878a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 9 Jan 2025 12:34:06 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 +- web_widget_numeric_step/README.rst | 30 +++++++++---------- .../static/description/index.html | 2 +- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d5ac2e644..cf86df0b8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.1 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Web Pivot Computed Measure [web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 18.0.1.0.1 | | Allows you to dynamically color fields on tree views [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 18.0.1.0.1 | | Open the linked resource when clicking on their name +[web_widget_numeric_step](web_widget_numeric_step/) | 18.0.1.0.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Web Widget Numeric Step [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5d4881d5f..21cb7d030 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-web" -version = "18.0.20241226.0" +version = "18.0.20250109.0" dependencies = [ "odoo-addon-web_environment_ribbon==18.0.*", "odoo-addon-web_no_bubble==18.0.*", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-web_pivot_computed_measure==18.0.*", "odoo-addon-web_tree_dynamic_colored_field==18.0.*", "odoo-addon-web_tree_many2one_clickable==18.0.*", + "odoo-addon-web_widget_numeric_step==18.0.*", ] classifiers=[ "Programming Language :: Python", diff --git a/web_widget_numeric_step/README.rst b/web_widget_numeric_step/README.rst index 817182ac6..a9fd4af37 100644 --- a/web_widget_numeric_step/README.rst +++ b/web_widget_numeric_step/README.rst @@ -7,7 +7,7 @@ Web Widget Numeric Step !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1062d0c26bb10198c524113d70fa069c5928514e9569f607316544fee88bb6d9 + !! source digest: sha256:4a2ac37cf1ccb4a65d48561e5eefdf8d501b4bb4e07c29286bce0726743aa851 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -63,12 +63,12 @@ Example for an 0.25 step, min to -1 and max to 10 : **Available Options** -- step > Amount to increase/decrease (default: 1.0) -- min > Min. value allowed (default: no limit) -- max > Max. value allowed (default: no limit) -- auto_select > Select the content when the element get focus (default: - False) -- placeholder > Define the placeholder text (default: None) +- step > Amount to increase/decrease (default: 1.0) +- min > Min. value allowed (default: no limit) +- max > Max. value allowed (default: no limit) +- auto_select > Select the content when the element get focus (default: + False) +- placeholder > Define the placeholder text (default: None) **Examples** @@ -121,18 +121,18 @@ Authors Contributors ------------ -- `GRAP `__: +- `GRAP `__: - - Quentin DUPONT + - Quentin DUPONT -- `Tecnativa `__: +- `Tecnativa `__: - - Alexandre Díaz - - Carlos Roca + - Alexandre Díaz + - Carlos Roca -- Helly kapatel -- Thanakrit Pintana -- Dhara Solanki +- Helly kapatel +- Thanakrit Pintana +- Dhara Solanki Maintainers ----------- diff --git a/web_widget_numeric_step/static/description/index.html b/web_widget_numeric_step/static/description/index.html index 52ccc3419..204f475b5 100644 --- a/web_widget_numeric_step/static/description/index.html +++ b/web_widget_numeric_step/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1062d0c26bb10198c524113d70fa069c5928514e9569f607316544fee88bb6d9 +!! source digest: sha256:4a2ac37cf1ccb4a65d48561e5eefdf8d501b4bb4e07c29286bce0726743aa851 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This widget changes input number field and make it easier to increment