Skip to content

Commit

Permalink
Merge ba30954 into 8590118
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Jul 30, 2019
2 parents 8590118 + ba30954 commit ea95000
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 31 deletions.
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': '12.0.1.0.0',
'version': '12.0.1.0.1',
'depends': [
'website',
],
Expand Down
12 changes: 2 additions & 10 deletions website_legal_page/views/website_legal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
</xpath>
</template>


<record id="advice" model="ir.ui.view">
<field name="name">Legal Advice</field>
<field name="type">qweb</field>
<field name="key">website.advice</field>
<field name="arch" type="xml">
<t name="About us" t-name="website.aboutus">
<template id="advice">
<t t-call="website.layout">
<div id="wrap">
<div class="oe_structure">
Expand Down Expand Up @@ -93,9 +87,7 @@
<div class="oe_structure"/>
</div>
</t>
</t>
</field>
</record>
</template>


<record id="advise_page" model="website.page">
Expand Down
12 changes: 2 additions & 10 deletions website_legal_page/views/website_privacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@
</xpath>
</template>


<record id="privacy-policy" model="ir.ui.view">
<field name="name">Legal Advice</field>
<field name="type">qweb</field>
<field name="key">website.advice</field>
<field name="arch" type="xml">
<t name="About us" t-name="website.aboutus">
<template id="privacy-policy">
<t t-call="website.layout">
<div id="wrap">
<div class="oe_structure">
Expand Down Expand Up @@ -231,9 +225,7 @@
</div>
</div>
</t>
</t>
</field>
</record>
</template>


<record id="privacy_page" model="website.page">
Expand Down
12 changes: 2 additions & 10 deletions website_legal_page/views/website_terms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@
</xpath>
</template>


<record id="terms-of-use" model="ir.ui.view">
<field name="name">Legal Advice</field>
<field name="type">qweb</field>
<field name="key">website.advice</field>
<field name="arch" type="xml">
<t name="About us" t-name="website.aboutus">
<template id="terms-of-use" name="Terms">
<t t-call="website.layout">
<div id="wrap">
<div class="oe_structure">
Expand Down Expand Up @@ -242,9 +236,7 @@
</div>
</div>
</t>
</t>
</field>
</record>
</template>


<record id="terms_page" model="website.page">
Expand Down

0 comments on commit ea95000

Please sign in to comment.