mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
73d4c9ae26
task-4178061 Part of task-4177975 closes odoo/design-themes#907 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
12 lines
328 B
XML
12 lines
328 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_text_block" inherit_id="website.s_text_block">
|
|
<!-- Container -->
|
|
<xpath expr="//div[hasclass('container')]" position="attributes">
|
|
<attribute name="class" add="o_container_small" remove="container" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|