Skip to content

Commit c96c023

Browse files
committed
[BOT] post-merge updates
1 parent e529b44 commit c96c023

4 files changed

Lines changed: 32 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ addon | version | maintainers | summary
3131
[website_google_tag_manager](website_google_tag_manager/) | 17.0.1.0.1 | | Add support for Google Tag Manager
3232
[website_legal_page](website_legal_page/) | 17.0.1.0.0 | | Website Legal Page
3333
[website_local_font](website_local_font/) | 17.0.1.0.0 | | Allows to add local fonts on Odoo website
34+
[website_menu_by_user_status](website_menu_by_user_status/) | 17.0.1.0.0 | | Allow to manage the display of website.menus
3435
[website_odoo_debranding](website_odoo_debranding/) | 17.0.1.0.0 | | Remove Odoo Branding from Website
3536
[website_require_login](website_require_login/) | 17.0.1.0.0 | | Website Login Required
3637
[website_snippet_big_button](website_snippet_big_button/) | 17.0.1.0.0 | | A snippet that adds two big buttons

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-website"
3-
version = "17.0.20251016.0"
3+
version = "17.0.20251017.0"
44
dependencies = [
55
"odoo-addon-website_breadcrumb>=17.0dev,<17.1dev",
66
"odoo-addon-website_conditional_visibility_user_group>=17.0dev,<17.1dev",
@@ -12,6 +12,7 @@ dependencies = [
1212
"odoo-addon-website_google_tag_manager>=17.0dev,<17.1dev",
1313
"odoo-addon-website_legal_page>=17.0dev,<17.1dev",
1414
"odoo-addon-website_local_font>=17.0dev,<17.1dev",
15+
"odoo-addon-website_menu_by_user_status>=17.0dev,<17.1dev",
1516
"odoo-addon-website_odoo_debranding>=17.0dev,<17.1dev",
1617
"odoo-addon-website_require_login>=17.0dev,<17.1dev",
1718
"odoo-addon-website_snippet_big_button>=17.0dev,<17.1dev",

website_menu_by_user_status/README.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
============================
26
Website Menu By User Display
37
============================
@@ -7,13 +11,13 @@ Website Menu By User Display
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a2ff455071078badb7f6294ce0f6ac5e994792077e5e29a49ff0fa8bec350232
14+
!! source digest: sha256:627a0af238ee438a17dc6de4fafe101f50ff083735d0d36a3c31ced49f03ea17
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github
@@ -70,12 +74,12 @@ Authors
7074
Contributors
7175
------------
7276

73-
- Bruno Joliveau <bruno.joliveau@savoirfairelinux.com>
74-
- Jordi Riera <jordi.riera@savoirfairelinux.com>
75-
- Meyomesse Gilles <meyomesse.gilles@gmail.com>
76-
- David Dufresne
77-
- Kaushal Prajapati <kbprajapati@live.com>
78-
- Nils Coenen <nils.coenen@nico-solutions.de>
77+
- Bruno Joliveau <bruno.joliveau@savoirfairelinux.com>
78+
- Jordi Riera <jordi.riera@savoirfairelinux.com>
79+
- Meyomesse Gilles <meyomesse.gilles@gmail.com>
80+
- David Dufresne
81+
- Kaushal Prajapati <kbprajapati@live.com>
82+
- Nils Coenen <nils.coenen@nico-solutions.de>
7983

8084
Maintainers
8185
-----------

website_menu_by_user_status/static/description/index.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Website Menu By User Display</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="website-menu-by-user-display">
364-
<h1 class="title">Website Menu By User Display</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="website-menu-by-user-display">
370+
<h1>Website Menu By User Display</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:a2ff455071078badb7f6294ce0f6ac5e994792077e5e29a49ff0fa8bec350232
375+
!! source digest: sha256:627a0af238ee438a17dc6de4fafe101f50ff083735d0d36a3c31ced49f03ea17
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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_menu_by_user_status"><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_menu_by_user_status"><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>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/website/tree/17.0/website_menu_by_user_status"><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_menu_by_user_status"><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>
373378
<p>The module manages display website menu entries, depending if the user
374379
is logged or not. The selection of the display status can be chosen
375380
logged and/or not.</p>
@@ -387,7 +392,7 @@ <h1 class="title">Website Menu By User Display</h1>
387392
</ul>
388393
</div>
389394
<div class="section" id="usage">
390-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
391396
<p>To use this module, you need to:</p>
392397
<ol class="arabic simple">
393398
<li>Activate developer mode</li>
@@ -399,23 +404,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
399404
</ol>
400405
</div>
401406
<div class="section" id="bug-tracker">
402-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
407+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
403408
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/website/issues">GitHub Issues</a>.
404409
In case of trouble, please check there if your issue has already been reported.
405410
If you spotted it first, help us to smash it by providing a detailed and welcomed
406411
<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>
407412
<p>Do not contact contributors directly about support or help with technical issues.</p>
408413
</div>
409414
<div class="section" id="credits">
410-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
415+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
411416
<div class="section" id="authors">
412-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
417+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
413418
<ul class="simple">
414419
<li>Savoir-faire Linux</li>
415420
</ul>
416421
</div>
417422
<div class="section" id="contributors">
418-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
423+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
419424
<ul class="simple">
420425
<li>Bruno Joliveau &lt;<a class="reference external" href="mailto:bruno.joliveau&#64;savoirfairelinux.com">bruno.joliveau&#64;savoirfairelinux.com</a>&gt;</li>
421426
<li>Jordi Riera &lt;<a class="reference external" href="mailto:jordi.riera&#64;savoirfairelinux.com">jordi.riera&#64;savoirfairelinux.com</a>&gt;</li>
@@ -426,7 +431,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
426431
</ul>
427432
</div>
428433
<div class="section" id="maintainers">
429-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
434+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
430435
<p>This module is maintained by the OCA.</p>
431436
<a class="reference external image-reference" href="https://odoo-community.org">
432437
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -439,5 +444,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
439444
</div>
440445
</div>
441446
</div>
447+
</div>
442448
</body>
443449
</html>

0 commit comments

Comments
 (0)