[IMP] theme_aviato: revamp the theme

task-4178017
Part of task-4177975

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Xavier Luyckx (xlu)
2024-09-16 18:43:47 +02:00
committed by qsm-odoo
parent 1adb62a7f9
commit dff50a4a87
18 changed files with 1389 additions and 548 deletions
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_hr" inherit_id="website.s_hr">
<xpath expr="//div[hasclass('s_hr')]" position="attributes">
<attribute name="class" add="pt0 pb0" remove="pt32 pb32" separator=" "/>
</xpath>
</template>
</odoo>