Skip to content

Commit

Permalink
Merge f3988d9 into 8590118
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Jul 31, 2019
2 parents 8590118 + f3988d9 commit 095dbee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
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" name="Legal 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" name="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 of use">
<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 095dbee

Please sign in to comment.