[ADD] theme 9.0

This commit is contained in:
Design
2021-05-11 15:45:12 +02:00
committed by Jeremy Kersten
commit ab6e6bb96c
3795 changed files with 143023 additions and 0 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Change fullwidth layout -->
<template id="real_estate_fullwidth" inherit_id='theme_monglia.option_layout_fullwidth' name="Real Estate Full-Width Layout">
<xpath expr="//link[last()]" position="after">
<link href="/theme_real_estate/static/src/less/options/layout/full-width_2.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="real_estate_layout_boxed" inherit_id="theme_monglia.option_layout_boxed" name="Real Estate Boxed Layout">
<xpath expr="//link[last()]" position="after">
<link href="/theme_real_estate/static/src/less/options/layout/boxed_2.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
</odoo>