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 Nov 25, 2023
1 parent 384b585 commit 7158a18
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions website_legal_page/views/website_legal_main_page.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- Add legal terms and conditions page link after copyright and company name -->
<template
Expand All @@ -8,7 +7,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 7158a18

Please sign in to comment.