diff --git a/README.md b/README.md index 65b963b324..3f1248d2fa 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[website_conditional_visibility_user_group](website_conditional_visibility_user_group/) | 17.0.1.0.0 | | Only internal users will see the blocks you add this condition to [website_cookiebot](website_cookiebot/) | 17.0.1.0.1 | | Ask for cookies consent connecting with Cookiebot [website_cookiefirst](website_cookiefirst/) | 17.0.1.0.0 | | Cookiefirst integration [website_form_require_legal](website_form_require_legal/) | 17.0.1.0.0 | | Add possibility to require confirm legal terms. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 4dedc5c3fc..b49c7ca825 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-website" -version = "17.0.20250110.0" +version = "17.0.20250114.0" dependencies = [ + "odoo-addon-website_conditional_visibility_user_group>=17.0dev,<17.1dev", "odoo-addon-website_cookiebot>=17.0dev,<17.1dev", "odoo-addon-website_cookiefirst>=17.0dev,<17.1dev", "odoo-addon-website_form_require_legal>=17.0dev,<17.1dev", diff --git a/website_conditional_visibility_user_group/README.rst b/website_conditional_visibility_user_group/README.rst index 6cc9577a98..c6fa250c9a 100644 --- a/website_conditional_visibility_user_group/README.rst +++ b/website_conditional_visibility_user_group/README.rst @@ -7,7 +7,7 @@ Conditional visibility for internal users in Website !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:748c0a8174d9f9a0b4aee5b58aeaced2309a29997f74d53c86a129c7b0b021a0 + !! source digest: sha256:3bbca96da1873574321a715ab9006d10573854d43eafe55f064b7346fc4fd883 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -42,14 +42,14 @@ Configuration To configure the user group visibility: -- With the frontend editor opened select the block you want to set the - visibility for. -- In *Style* tab of the editor panel set the *Visibility* option to - *Conditional* and unfold it. -- Set the *Users* option to *Visible for logged in*. -- Now you'll see the new *Groups* option. -- You can choose between *Only internal users*, *Only portal users* or - *No restriction*, which is the default value. +- With the frontend editor opened select the block you want to set the + visibility for. +- In *Style* tab of the editor panel set the *Visibility* option to + *Conditional* and unfold it. +- Set the *Users* option to *Visible for logged in*. +- Now you'll see the new *Groups* option. +- You can choose between *Only internal users*, *Only portal users* or + *No restriction*, which is the default value. Bug Tracker =========== @@ -72,10 +72,10 @@ Authors Contributors ------------ -- `Tecnativa `__ +- `Tecnativa `__ - - David Vidal - - Pilar Vargas + - David Vidal + - Pilar Vargas Maintainers ----------- diff --git a/website_conditional_visibility_user_group/static/description/index.html b/website_conditional_visibility_user_group/static/description/index.html index 38ddce875b..94e338087a 100644 --- a/website_conditional_visibility_user_group/static/description/index.html +++ b/website_conditional_visibility_user_group/static/description/index.html @@ -367,7 +367,7 @@

Conditional visibility for internal users in Website

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:748c0a8174d9f9a0b4aee5b58aeaced2309a29997f74d53c86a129c7b0b021a0 +!! source digest: sha256:3bbca96da1873574321a715ab9006d10573854d43eafe55f064b7346fc4fd883 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds extra granularity in the visibility of the website