You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.7 KiB
36 lines
1.7 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- This XML defines a new page named "About" for the coffee shop theme -->
|
|
<record id="coffee_about_us" model="website.page">
|
|
<field name="name">About</field>
|
|
<field name="type">qweb</field>
|
|
<field name="key">theme_coffee_shop.coffee_about_us</field>
|
|
<field name="url">/about</field>
|
|
<field name="is_published">True</field>
|
|
<field name="arch" type="xml">
|
|
<t name="About" t-name="theme_coffee_shop.coffee_about_us">
|
|
<t t-call="website.layout">
|
|
<div id="wrap">
|
|
<section id="banner" class="banner-imgAbout">
|
|
<div class="container wrapper">
|
|
<div class="banner-content">
|
|
<div class="banner-text">
|
|
<p class="banner-head">More than</p>
|
|
<p class="banner-head">Just Coffee</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<div class="oe_structure"/>
|
|
<t t-snippet="website.s_company_team"
|
|
t-thumbnail="/website/static/src/img/snippets_thumbs/s_company_team.svg"/>
|
|
<div class="oe_structure"/>
|
|
<t t-snippet="website.s_references"
|
|
t-thumbnail="/website/static/src/img/snippets_thumbs/s_references.svg"/>
|
|
<div class="oe_structure"/>
|
|
</div>
|
|
</t>
|
|
</t>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|