diff --git a/website_menu_by_user_status/README.rst b/website_menu_by_user_status/README.rst index 69e51990af..cadb9c2e1f 100644 --- a/website_menu_by_user_status/README.rst +++ b/website_menu_by_user_status/README.rst @@ -17,20 +17,20 @@ Website Menu By User Display :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/14.0/website_menu_by_user_status + :target: https://github.com/OCA/website/tree/17.0/website_menu_by_user_status :alt: OCA/website .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/website-14-0/website-14-0-website_menu_by_user_status + :target: https://translation.odoo-community.org/projects/website-17-0/website-17-0-website_menu_by_user_status :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=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -The module manages display website menu entries, depending if the user is -logged or not. -The selection of the display status can be chosen logged and/or not. +The module manages display website menu entries, depending if the user +is logged or not. The selection of the display status can be chosen +logged and/or not. **Table of contents** @@ -42,16 +42,17 @@ Usage To use this module, you need to: -#. Go to Website > Configuration > Settings > Pages. -#. Select the page for which you would like to hide the menu. -#. In the `Related Menu Items` table, check whether the menu item is visible for logged/unlogged users. - -#. remove default filter to edit website menu line +1. Go to Website > Configuration > Settings > Pages. +2. Select the page for which you would like to hide the menu. +3. In the Related Menu Items table, check whether the menu item is + visible for logged/unlogged users. +4. remove default filter to edit website menu line Known issues / Roadmap ====================== -* 2 flags will just toggle specific groups automatically [based on https://github.com/OCA/website/tree/11.0/website_menu_permission] +- 2 flags will just toggle specific groups automatically [based on + https://github.com/OCA/website/tree/11.0/website_menu_permission] Bug Tracker =========== @@ -59,7 +60,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -67,21 +68,21 @@ Credits ======= Authors -~~~~~~~ +------- * Savoir-faire Linux Contributors -~~~~~~~~~~~~ +------------ -* Bruno Joliveau -* Jordi Riera -* Meyomesse Gilles -* David Dufresne -* Kaushal Prajapati +- Bruno Joliveau +- Jordi Riera +- Meyomesse Gilles +- David Dufresne +- Kaushal Prajapati Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -93,6 +94,6 @@ 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 `_ project on GitHub. +This module is part of the `OCA/website `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/website_menu_by_user_status/pyproject.toml b/website_menu_by_user_status/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/website_menu_by_user_status/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/website_menu_by_user_status/readme/CONTRIBUTORS.md b/website_menu_by_user_status/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..b850fe6a2d --- /dev/null +++ b/website_menu_by_user_status/readme/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +- Bruno Joliveau \<\> +- Jordi Riera \<\> +- Meyomesse Gilles \<\> +- David Dufresne +- Kaushal Prajapati \<\> diff --git a/website_menu_by_user_status/readme/CONTRIBUTORS.rst b/website_menu_by_user_status/readme/CONTRIBUTORS.rst deleted file mode 100644 index 87066bfb26..0000000000 --- a/website_menu_by_user_status/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,5 +0,0 @@ -* Bruno Joliveau -* Jordi Riera -* Meyomesse Gilles -* David Dufresne -* Kaushal Prajapati diff --git a/website_menu_by_user_status/readme/DESCRIPTION.md b/website_menu_by_user_status/readme/DESCRIPTION.md new file mode 100644 index 0000000000..fccec48d0e --- /dev/null +++ b/website_menu_by_user_status/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +The module manages display website menu entries, depending if the user +is logged or not. The selection of the display status can be chosen +logged and/or not. diff --git a/website_menu_by_user_status/readme/DESCRIPTION.rst b/website_menu_by_user_status/readme/DESCRIPTION.rst deleted file mode 100644 index ac13753c55..0000000000 --- a/website_menu_by_user_status/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -The module manages display website menu entries, depending if the user is -logged or not. -The selection of the display status can be chosen logged and/or not. diff --git a/website_menu_by_user_status/readme/ROADMAP.md b/website_menu_by_user_status/readme/ROADMAP.md new file mode 100644 index 0000000000..852dd27b11 --- /dev/null +++ b/website_menu_by_user_status/readme/ROADMAP.md @@ -0,0 +1,2 @@ +- 2 flags will just toggle specific groups automatically \[based on + \] diff --git a/website_menu_by_user_status/readme/ROADMAP.rst b/website_menu_by_user_status/readme/ROADMAP.rst deleted file mode 100644 index 43b36e8901..0000000000 --- a/website_menu_by_user_status/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* 2 flags will just toggle specific groups automatically [based on https://github.com/OCA/website/tree/11.0/website_menu_permission] diff --git a/website_menu_by_user_status/readme/USAGE.md b/website_menu_by_user_status/readme/USAGE.md new file mode 100644 index 0000000000..d64f9b2e4b --- /dev/null +++ b/website_menu_by_user_status/readme/USAGE.md @@ -0,0 +1,7 @@ +To use this module, you need to: + +1. Go to Website \> Configuration \> Settings \> Pages. +2. Select the page for which you would like to hide the menu. +3. In the Related Menu Items table, check whether the menu item is + visible for logged/unlogged users. +4. remove default filter to edit website menu line diff --git a/website_menu_by_user_status/readme/USAGE.rst b/website_menu_by_user_status/readme/USAGE.rst deleted file mode 100644 index f68329ac61..0000000000 --- a/website_menu_by_user_status/readme/USAGE.rst +++ /dev/null @@ -1,7 +0,0 @@ -To use this module, you need to: - -#. Go to Website > Configuration > Settings > Pages. -#. Select the page for which you would like to hide the menu. -#. In the `Related Menu Items` table, check whether the menu item is visible for logged/unlogged users. - -#. remove default filter to edit website menu line diff --git a/website_menu_by_user_status/static/description/index.html b/website_menu_by_user_status/static/description/index.html index 84f99d4e64..ea97cbac0e 100644 --- a/website_menu_by_user_status/static/description/index.html +++ b/website_menu_by_user_status/static/description/index.html @@ -369,10 +369,10 @@

Website Menu By User Display

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:a2ff455071078badb7f6294ce0f6ac5e994792077e5e29a49ff0fa8bec350232 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

The module manages display website menu entries, depending if the user is -logged or not. -The selection of the display status can be chosen logged and/or not.

+

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

+

The module manages display website menu entries, depending if the user +is logged or not. The selection of the display status can be chosen +logged and/or not.

Table of contents

    @@ -393,14 +393,16 @@

    Usage

    1. Go to Website > Configuration > Settings > Pages.
    2. Select the page for which you would like to hide the menu.
    3. -
    4. In the Related Menu Items table, check whether the menu item is visible for logged/unlogged users.
    5. +
    6. In the Related Menu Items table, check whether the menu item is +visible for logged/unlogged users.
    7. remove default filter to edit website menu line

Known issues / Roadmap

@@ -408,7 +410,7 @@

Bug Tracker

Bugs are tracked on GitHub 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.

+feedback.

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

@@ -436,7 +438,7 @@

Maintainers

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 project on GitHub.

+

This module is part of the OCA/website project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.