Skip to content

Commit 83f6936

Browse files
committed
[BOT] post-merge updates
1 parent e5495a2 commit 83f6936

4 files changed

Lines changed: 16 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24+
[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
2425
[website_cookiebot](website_cookiebot/) | 17.0.1.0.1 | | Ask for cookies consent connecting with Cookiebot
2526
[website_cookiefirst](website_cookiefirst/) | 17.0.1.0.0 | | Cookiefirst integration
2627
[website_form_require_legal](website_form_require_legal/) | 17.0.1.0.0 | | Add possibility to require confirm legal terms.

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[project]
22
name = "odoo-addons-oca-website"
3-
version = "17.0.20250110.0"
3+
version = "17.0.20250114.0"
44
dependencies = [
5+
"odoo-addon-website_conditional_visibility_user_group>=17.0dev,<17.1dev",
56
"odoo-addon-website_cookiebot>=17.0dev,<17.1dev",
67
"odoo-addon-website_cookiefirst>=17.0dev,<17.1dev",
78
"odoo-addon-website_form_require_legal>=17.0dev,<17.1dev",

website_conditional_visibility_user_group/README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Conditional visibility for internal users in Website
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:748c0a8174d9f9a0b4aee5b58aeaced2309a29997f74d53c86a129c7b0b021a0
10+
!! source digest: sha256:3bbca96da1873574321a715ab9006d10573854d43eafe55f064b7346fc4fd883
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -42,14 +42,14 @@ Configuration
4242

4343
To configure the user group visibility:
4444

45-
- With the frontend editor opened select the block you want to set the
46-
visibility for.
47-
- In *Style* tab of the editor panel set the *Visibility* option to
48-
*Conditional* and unfold it.
49-
- Set the *Users* option to *Visible for logged in*.
50-
- Now you'll see the new *Groups* option.
51-
- You can choose between *Only internal users*, *Only portal users* or
52-
*No restriction*, which is the default value.
45+
- With the frontend editor opened select the block you want to set the
46+
visibility for.
47+
- In *Style* tab of the editor panel set the *Visibility* option to
48+
*Conditional* and unfold it.
49+
- Set the *Users* option to *Visible for logged in*.
50+
- Now you'll see the new *Groups* option.
51+
- You can choose between *Only internal users*, *Only portal users* or
52+
*No restriction*, which is the default value.
5353

5454
Bug Tracker
5555
===========
@@ -72,10 +72,10 @@ Authors
7272
Contributors
7373
------------
7474

75-
- `Tecnativa <https://tecnativa.com>`__
75+
- `Tecnativa <https://tecnativa.com>`__
7676

77-
- David Vidal
78-
- Pilar Vargas
77+
- David Vidal
78+
- Pilar Vargas
7979

8080
Maintainers
8181
-----------

website_conditional_visibility_user_group/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Conditional visibility for internal users in Website</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:748c0a8174d9f9a0b4aee5b58aeaced2309a29997f74d53c86a129c7b0b021a0
370+
!! source digest: sha256:3bbca96da1873574321a715ab9006d10573854d43eafe55f064b7346fc4fd883
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/website/tree/17.0/website_conditional_visibility_user_group"><img alt="OCA/website" src="https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/website-17-0/website-17-0-website_conditional_visibility_user_group"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/website&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module adds extra granularity in the visibility of the website

0 commit comments

Comments
 (0)