-
-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] website_menu_by_user_status: Migration to 17.0
- Loading branch information
1 parent
9c07637
commit 704a615
Showing
8 changed files
with
35 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,17 +42,12 @@ Usage | |
|
||
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 | ||
1. Activate developer mode | ||
2. Go to Website > Configuration > Menus. | ||
3. Select the page for which you would like to hide the menu. | ||
4. 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] | ||
5. remove default filter to edit website menu line | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -80,6 +75,7 @@ Contributors | |
- Meyomesse Gilles <[email protected]> | ||
- David Dufresne | ||
- Kaushal Prajapati <[email protected]> | ||
- Nils Coenen <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
- Meyomesse Gilles \<<[email protected]>\> | ||
- David Dufresne | ||
- Kaushal Prajapati \<<[email protected]>\> | ||
- Nils Coenen \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
|
@@ -9,10 +8,11 @@ | |
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ | ||
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ | ||
:Copyright: This stylesheet has been placed in the public domain. | ||
|
||
Default cascading style sheet for the HTML output of Docutils. | ||
Despite the name, some widely supported CSS2 features are used. | ||
|
||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to | ||
customize this style sheet. | ||
|
@@ -275,7 +275,7 @@ | |
margin-left: 2em ; | ||
margin-right: 2em } | ||
|
||
pre.code .ln { color: grey; } /* line numbers */ | ||
pre.code .ln { color: gray; } /* line numbers */ | ||
pre.code, code { background-color: #eeeeee } | ||
pre.code .comment, code .comment { color: #5C6576 } | ||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } | ||
|
@@ -301,7 +301,7 @@ | |
span.pre { | ||
white-space: pre } | ||
|
||
span.problematic { | ||
span.problematic, pre.problematic { | ||
color: red } | ||
|
||
span.section-subtitle { | ||
|
@@ -377,12 +377,11 @@ <h1 class="title">Website Menu By User Display</h1> | |
<div class="contents local topic" id="contents"> | ||
<ul class="simple"> | ||
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li> | ||
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-2">Known issues / Roadmap</a></li> | ||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li> | ||
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul> | ||
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li> | ||
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li> | ||
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li> | ||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li> | ||
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul> | ||
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li> | ||
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li> | ||
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
@@ -391,50 +390,47 @@ <h1 class="title">Website Menu By User Display</h1> | |
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1> | ||
<p>To use this module, you need to:</p> | ||
<ol class="arabic simple"> | ||
<li>Go to Website > Configuration > Settings > Pages.</li> | ||
<li>Activate developer mode</li> | ||
<li>Go to Website > Configuration > Menus.</li> | ||
<li>Select the page for which you would like to hide the menu.</li> | ||
<li>In the Related Menu Items table, check whether the menu item is | ||
visible for logged/unlogged users.</li> | ||
<li>remove default filter to edit website menu line</li> | ||
</ol> | ||
</div> | ||
<div class="section" id="known-issues-roadmap"> | ||
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1> | ||
<ul class="simple"> | ||
<li>2 flags will just toggle specific groups automatically [based on | ||
<a class="reference external" href="https://github.com/OCA/website/tree/11.0/website_menu_permission">https://github.com/OCA/website/tree/11.0/website_menu_permission</a>]</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="bug-tracker"> | ||
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1> | ||
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1> | ||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/website/issues">GitHub Issues</a>. | ||
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 | ||
<a class="reference external" href="https://github.com/OCA/website/issues/new?body=module:%20website_menu_by_user_status%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> | ||
<p>Do not contact contributors directly about support or help with technical issues.</p> | ||
</div> | ||
<div class="section" id="credits"> | ||
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1> | ||
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1> | ||
<div class="section" id="authors"> | ||
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2> | ||
<ul class="simple"> | ||
<li>Savoir-faire Linux</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="contributors"> | ||
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2> | ||
<ul class="simple"> | ||
<li>Bruno Joliveau <<a class="reference external" href="mailto:bruno.joliveau@savoirfairelinux.com">bruno.joliveau@savoirfairelinux.com</a>></li> | ||
<li>Jordi Riera <<a class="reference external" href="mailto:jordi.riera@savoirfairelinux.com">jordi.riera@savoirfairelinux.com</a>></li> | ||
<li>Meyomesse Gilles <<a class="reference external" href="mailto:meyomesse.gilles@gmail.com">meyomesse.gilles@gmail.com</a>></li> | ||
<li>David Dufresne</li> | ||
<li>Kaushal Prajapati <<a class="reference external" href="mailto:kbprajapati@live.com">kbprajapati@live.com</a>></li> | ||
<li>Nils Coenen <<a class="reference external" href="mailto:nils.coenen@nico-solutions.de">nils.coenen@nico-solutions.de</a>></li> | ||
</ul> | ||
</div> | ||
<div class="section" id="maintainers"> | ||
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2> | ||
<p>This module is maintained by the OCA.</p> | ||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> | ||
<a class="reference external image-reference" href="https://odoo-community.org"> | ||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /> | ||
</a> | ||
<p>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.</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters