Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] website_conditional_visibility_user_group: Migration to version 17.0 #1082

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
95 changes: 95 additions & 0 deletions website_conditional_visibility_user_group/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
====================================================
Conditional visibility for internal users in Website
====================================================

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

.. |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/licence-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/17.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-17-0/website-17-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=17.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:%2017.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

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/17.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
28 changes: 28 additions & 0 deletions website_conditional_visibility_user_group/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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": "17.0.1.0.0",
"category": "Product",
"website": "https://github.com/OCA/website",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["website"],
"data": ["views/snippet_options_template.xml"],
"assets": {
"web.assets_frontend_minimal": [
"website_conditional_visibility_user_group/static/src/js/*.js",
],
"web.assets_frontend_lazy": [
# Remove assets_frontend_minimal
(
"remove",
"website_conditional_visibility_user_group/static/src/js/*.js",
),
],
"web.assets_tests": [
"website_conditional_visibility_user_group/static/src/tests/*.js"
],
},
}
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"
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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"
"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,name:website_conditional_visibility_user_group.model_ir_http
msgid "HTTP Routing"
msgstr ""

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

#. 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 ""

#. 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 ""

#. module: website_conditional_visibility_user_group
#: model_terms:ir.ui.view,arch_db:website_conditional_visibility_user_group.snippet_options
msgid "⌙ Groups"
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"

Check warning on line 19 in website_conditional_visibility_user_group/models/ir_http.py

View check run for this annotation

Codecov / codecov/patch

website_conditional_visibility_user_group/models/ir_http.py#L19

Added line #L19 was not covered by tests
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,3 @@
- [Tecnativa](https://tecnativa.com)
- David Vidal
- Pilar Vargas
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
Loading