Skip to content

Commit

Permalink
[MIG] website_legal_page: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NICO-SOLUTIONS committed Apr 21, 2024
1 parent 78215d4 commit 13bdf1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions website_legal_page/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ Contributors

- Miguel Gandia

- Nils Coenen <[email protected]>

Other credits
-------------

Expand Down
2 changes: 1 addition & 1 deletion website_legal_page/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Website Legal Page",
"category": "Website",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"depends": ["website"],
"data": [
"views/website_legal_main_page.xml",
Expand Down
1 change: 1 addition & 0 deletions website_legal_page/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
- Carlos Roca
- [Studio73](https://www.studio73.es):
- Miguel Gandia
- Nils Coenen \<<[email protected]>\>
1 change: 1 addition & 0 deletions website_legal_page/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>Miguel Gandia</li>
</ul>
</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="other-credits">
Expand Down
2 changes: 1 addition & 1 deletion website_legal_page/views/website_legal_main_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
customize_show="True"
>
<xpath
expr="//footer//div/span[hasclass('o_footer_copyright_name')]"
expr="//footer//span[hasclass('o_footer_copyright_name')]"
position="after"
>
<span class="legal_page">-
Expand Down

0 comments on commit 13bdf1c

Please sign in to comment.