From 7e9dcdf980f8baac6685de56c7bfc762106f00ad Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 9 Oct 2023 10:05:25 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + web_apply_field_style/README.rst | 2 +- web_apply_field_style/__manifest__.py | 2 +- web_apply_field_style/static/description/index.html | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3a1dfb85..361dd7fdf 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [web_action_conditionable](web_action_conditionable/) | 16.0.1.0.0 | | web_action_conditionable [web_advanced_search](web_advanced_search/) | 16.0.1.0.3 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Easier and more powerful searching tools +[web_apply_field_style](web_apply_field_style/) | 16.0.1.0.1 | | Apply css class style to fields from a dict parameters [web_chatter_position](web_chatter_position/) | 16.0.1.0.1 | | Add an option to change the chatter position [web_company_color](web_company_color/) | 16.0.1.1.1 | | Web Company Color [web_dark_mode](web_dark_mode/) | 16.0.1.0.1 | | Enabled Dark Mode for the Odoo Backend diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 370681f0d..80ac7bc86 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230924.0 \ No newline at end of file +16.0.20231009.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 52f9157a2..817665a0f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ setuptools.setup( install_requires=[ 'odoo-addon-web_action_conditionable>=16.0dev,<16.1dev', 'odoo-addon-web_advanced_search>=16.0dev,<16.1dev', + 'odoo-addon-web_apply_field_style>=16.0dev,<16.1dev', 'odoo-addon-web_chatter_position>=16.0dev,<16.1dev', 'odoo-addon-web_company_color>=16.0dev,<16.1dev', 'odoo-addon-web_dark_mode>=16.0dev,<16.1dev', diff --git a/web_apply_field_style/README.rst b/web_apply_field_style/README.rst index f798acd23..069d87131 100644 --- a/web_apply_field_style/README.rst +++ b/web_apply_field_style/README.rst @@ -7,7 +7,7 @@ Apply Field Style !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:dec2135f450935a31305575e98d577ccafcc5e10e314dc396f4e0c2f15f9e691 + !! source digest: sha256:38a4bb4c2b2b17a0055b08a8a192ba970bcc84eff7632e722687545c75251d72 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_apply_field_style/__manifest__.py b/web_apply_field_style/__manifest__.py index c49e67014..8fc1f04a9 100644 --- a/web_apply_field_style/__manifest__.py +++ b/web_apply_field_style/__manifest__.py @@ -2,7 +2,7 @@ "name": "Apply Field Style", "author": "Akretion,Odoo Community Association (OCA)", "summary": "Apply css class style to fields from a dict parameters", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "maintainer": ["bealdav"], "website": "https://github.com/OCA/web", diff --git a/web_apply_field_style/static/description/index.html b/web_apply_field_style/static/description/index.html index f60550b40..3957d11a4 100644 --- a/web_apply_field_style/static/description/index.html +++ b/web_apply_field_style/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:dec2135f450935a31305575e98d577ccafcc5e10e314dc396f4e0c2f15f9e691 +!! source digest: sha256:38a4bb4c2b2b17a0055b08a8a192ba970bcc84eff7632e722687545c75251d72 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allow to set an additional css class to fields in form view.