mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c31b3c7c83
task-4178066 Part of task-4177975 closes odoo/design-themes#929 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
11 lines
307 B
XML
11 lines
307 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="configurator_s_company_team" inherit_id="website.configurator_s_company_team">
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt0 pb16" remove="pt48 pb48" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|