Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[website_conditional_visibility_user_group](website_conditional_visibility_user_group/) | 19.0.1.0.0 | | Only internal users will see the blocks you add this condition to
[website_cookiefirst](website_cookiefirst/) | 19.0.1.0.0 | | Cookiefirst integration
[website_form_require_legal](website_form_require_legal/) | 19.0.1.0.1 | | Add possibility to require confirm legal terms.
[website_forum_subscription](website_forum_subscription/) | 19.0.1.0.0 | | Adds a button to allow subscription from the website
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[project]
name = "odoo-addons-oca-website"
version = "19.0.20260811.0"
version = "19.0.20260819.0"
dependencies = [
"odoo-addon-website_conditional_visibility_user_group==19.0.*",
"odoo-addon-website_cookiefirst==19.0.*",
"odoo-addon-website_form_require_legal==19.0.*",
"odoo-addon-website_forum_subscription==19.0.*",
Expand Down
101 changes: 101 additions & 0 deletions website_conditional_visibility_user_group/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

====================================================
Conditional visibility for internal users in Website
====================================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2ec599ab98418df44eda5654653c5adaf26dc7c9dff29cdceefe969d7aed1ae4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github
:target: https://github.com/OCA/website/tree/19.0/website_conditional_visibility_user_group
:alt: OCA/website
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/website-19-0/website-19-0-website_conditional_visibility_user_group
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=19.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds extra granularity in the visibility of the website
snippets allowing to set if the users that can see a block are internal
or portal ones.

**Table of contents**

.. contents::
:local:

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.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/website/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/website/issues/new?body=module:%20website_conditional_visibility_user_group%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Tecnativa

Contributors
------------

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

- David Vidal
- Pilar Vargas
- Carlos Roca
- Adasat Torres

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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/website <https://github.com/OCA/website/tree/19.0/website_conditional_visibility_user_group>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions website_conditional_visibility_user_group/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
30 changes: 30 additions & 0 deletions website_conditional_visibility_user_group/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 2024 Tecnativa - David Vidal
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Conditional visibility for internal users in Website",
"summary": "Only internal users will see the blocks you add this condition to",
"version": "19.0.1.0.0",
"category": "Product",
"website": "https://github.com/OCA/website",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["website"],
"assets": {
"web.assets_frontend_minimal": [
"website_conditional_visibility_user_group/static/src/js/inject_dom.esm.js",
],
"web.assets_frontend_lazy": [
# Remove assets_frontend_minimal
(
"remove",
"website_conditional_visibility_user_group/static/src/js/inject_dom.esm.js",
),
],
"web.assets_tests": [
"website_conditional_visibility_user_group/static/src/tests/*.js"
],
"website.website_builder_assets": [
"website_conditional_visibility_user_group/static/src/website_builder/**"
],
},
}
43 changes: 43 additions & 0 deletions website_conditional_visibility_user_group/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_conditional_visibility_user_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-12 05:20+0000\n"
"PO-Revision-Date: 2024-07-12 07:21+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4.4\n"

#. module: website_conditional_visibility_user_group
#: model:ir.model,name:website_conditional_visibility_user_group.model_ir_http
msgid "HTTP Routing"
msgstr "Ruta HTTP"

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "No restriction"
msgstr "Sin restricciones"

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "Only internal users"
msgstr "Solo usuarios internos"

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "Only portal users"
msgstr "Solo usuarios de portal"

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "⌙ Groups"
msgstr "⌙ Grupos"
42 changes: 42 additions & 0 deletions website_conditional_visibility_user_group/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_conditional_visibility_user_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-01-15 10:06+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.6.2\n"

#. module: website_conditional_visibility_user_group
#: model:ir.model,name:website_conditional_visibility_user_group.model_ir_http
msgid "HTTP Routing"
msgstr "Instradamento HTTP"

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "No restriction"
msgstr "Nessuna restrizione"

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "Only internal users"
msgstr "Solo utenti interni"

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "Only portal users"
msgstr "Solo utenti portale"

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "⌙ Groups"
msgstr "⌙ Gruppi"
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_conditional_visibility_user_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: website_conditional_visibility_user_group
#: model:ir.model.fields,field_description:website_conditional_visibility_user_group.field_ir_http__display_name
msgid "Display Name"
msgstr ""

#. module: website_conditional_visibility_user_group
#. odoo-javascript
#: code:addons/website_conditional_visibility_user_group/static/src/website_builder/visibility_option.xml:0
msgid "Groups"
msgstr ""

#. module: website_conditional_visibility_user_group
#: model:ir.model,name:website_conditional_visibility_user_group.model_ir_http
msgid "HTTP Routing"
msgstr ""

#. module: website_conditional_visibility_user_group
#: model:ir.model.fields,field_description:website_conditional_visibility_user_group.field_ir_http__id
msgid "ID"
msgstr ""

#. module: website_conditional_visibility_user_group
#. odoo-javascript
#: code:addons/website_conditional_visibility_user_group/static/src/website_builder/visibility_option.xml:0
msgid "No restriction"
msgstr ""

#. module: website_conditional_visibility_user_group
#. odoo-javascript
#: code:addons/website_conditional_visibility_user_group/static/src/website_builder/visibility_option.xml:0
msgid "Only internal users"
msgstr ""

#. module: website_conditional_visibility_user_group
#. odoo-javascript
#: code:addons/website_conditional_visibility_user_group/static/src/website_builder/visibility_option.xml:0
msgid "Only portal users"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import ir_http
20 changes: 20 additions & 0 deletions website_conditional_visibility_user_group/models/ir_http.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2024 Tecnativa - David Vidal
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import api, models
from odoo.http import request


class IrHttp(models.AbstractModel):
_inherit = "ir.http"

@api.model
def get_frontend_session_info(self):
# Used for the visibility of the website snippets
session_info = super().get_frontend_session_info()
if request.env.user.has_group("base.group_user"):
session_info["user_group"] = "internal"
elif request.env.user.has_group("base.group_portal"):
session_info["user_group"] = "portal"
else:
session_info["user_group"] = "public"
return session_info
3 changes: 3 additions & 0 deletions website_conditional_visibility_user_group/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
9 changes: 9 additions & 0 deletions website_conditional_visibility_user_group/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- [Tecnativa](https://tecnativa.com)
- David Vidal
- Pilar Vargas
- Carlos Roca
- Adasat Torres
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module adds extra granularity in the visibility of the website snippets allowing
to set if the users that can see a block are internal or portal ones.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading