From 05a016d30b67036cbd16d2e7d527b09c0f6ac22f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 18 May 2024 14:43:15 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + web_widget_char_size/README.rst | 26 +++++++------- .../static/description/index.html | 35 ++++++++++--------- 5 files changed, 33 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 846030e20..9554ba4d4 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ addon | version | maintainers | summary [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 15.0.1.0.0 | | Open the linked resource when clicking on their name [web_view_calendar_list](web_view_calendar_list/) | 15.0.1.0.0 | | Show calendars as a List [web_widget_bokeh_chart](web_widget_bokeh_chart/) | 15.0.1.1.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | This widget allows to display charts using Bokeh library. +[web_widget_char_size](web_widget_char_size/) | 15.0.1.0.0 | | Add size option to Char widget [web_widget_child_selector](web_widget_child_selector/) | 15.0.1.0.0 | | Widget used for navigation on hierarchy fields [web_widget_domain_editor_dialog](web_widget_domain_editor_dialog/) | 15.0.1.0.1 | | Recovers the Domain Editor Dialog functionality [web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 15.0.1.0.0 | | This module adds support for dynamic dropdown widget diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b7f26c1e2..f639e5e91 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240403.0 \ No newline at end of file +15.0.20240518.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c137f331e..f8fa38288 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -46,6 +46,7 @@ setuptools.setup( 'odoo-addon-web_tree_many2one_clickable>=15.0dev,<15.1dev', 'odoo-addon-web_view_calendar_list>=15.0dev,<15.1dev', 'odoo-addon-web_widget_bokeh_chart>=15.0dev,<15.1dev', + 'odoo-addon-web_widget_char_size>=15.0dev,<15.1dev', 'odoo-addon-web_widget_child_selector>=15.0dev,<15.1dev', 'odoo-addon-web_widget_domain_editor_dialog>=15.0dev,<15.1dev', 'odoo-addon-web_widget_dropdown_dynamic>=15.0dev,<15.1dev', diff --git a/web_widget_char_size/README.rst b/web_widget_char_size/README.rst index b9c6344e3..097e5f303 100644 --- a/web_widget_char_size/README.rst +++ b/web_widget_char_size/README.rst @@ -2,10 +2,13 @@ Widget Char size ================ -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:5f94ad897a05e212eec3660aad1c9ae9d08a2ac7098917e2a0cb74868de392d1 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,14 +17,14 @@ Widget Char size :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/14.0/web_widget_char_size + :target: https://github.com/OCA/web/tree/15.0/web_widget_char_size :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_char_size + :target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_widget_char_size :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/14.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=15.0 + :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,8 +50,8 @@ 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 `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -60,11 +63,6 @@ Authors * Agile Business Group -Contributors -~~~~~~~~~~~~ - -* Thanakrit Pintana - Maintainers ~~~~~~~~~~~ @@ -78,6 +76,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_widget_char_size/static/description/index.html b/web_widget_char_size/static/description/index.html index e6b10d5f3..283fa57ea 100644 --- a/web_widget_char_size/static/description/index.html +++ b/web_widget_char_size/static/description/index.html @@ -1,20 +1,19 @@ - - + Widget Char size