Skip to content

Commit

Permalink
[MIG] website_menu_by_user_status: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NICO-SOLUTIONS committed Nov 27, 2023
1 parent cd23f22 commit 86dc9ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions website_menu_by_user_status/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Contributors
- Meyomesse Gilles <meyomesse.gilles@gmail.com>
- David Dufresne
- Kaushal Prajapati <kbprajapati@live.com>
- Nils Coenen <nils.coenen@nico-solutions.de>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion website_menu_by_user_status/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Website Menu By User Display",
"version": "14.0.1.0.0",
"version": "17.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/website",
"license": "AGPL-3",
Expand Down
1 change: 1 addition & 0 deletions website_menu_by_user_status/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
- Meyomesse Gilles \<<meyomesse.gilles@gmail.com>\>
- David Dufresne
- Kaushal Prajapati \<<kbprajapati@live.com>\>
- Nils Coenen \<<nils.coenen@nico-solutions.de>\>
1 change: 1 addition & 0 deletions website_menu_by_user_status/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>Meyomesse Gilles &lt;<a class="reference external" href="mailto:meyomesse.gilles&#64;gmail.com">meyomesse.gilles&#64;gmail.com</a>&gt;</li>
<li>David Dufresne</li>
<li>Kaushal Prajapati &lt;<a class="reference external" href="mailto:kbprajapati&#64;live.com">kbprajapati&#64;live.com</a>&gt;</li>
<li>Nils Coenen &lt;<a class="reference external" href="mailto:nils.coenen&#64;nico-solutions.de">nils.coenen&#64;nico-solutions.de</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
4 changes: 2 additions & 2 deletions website_menu_by_user_status/tests/test_website_menu.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2018 David Dufresne
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.tests import SavepointCase
from odoo.tests import TransactionCase


class TestWebsiteMenu(SavepointCase):
class TestWebsiteMenu(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down
1 change: 0 additions & 1 deletion website_menu_by_user_status/views/website_menu.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2013-2017 Savoir-faire Linux (<http://www.savoirfairelinux.com>)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
Expand Down

0 comments on commit 86dc9ae

Please sign in to comment.