mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
6f379e8b1c
task-4178017
Part of task-4177975
X-original-commit: dff50a4a87
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
11 lines
274 B
XML
11 lines
274 B
XML
<?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>
|