mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_form_aside snippet across themes
*: artists, nano, notes, vehicle This commit adapt the occurrences of the `s_form_aside` snippet across themes. task-4135499 part of task-4077427 closes odoo/design-themes#1007 Related: odoo/odoo#184094 Signed-off-by: Ivan Klapka (ivkl) <ivkl@odoo.com>
This commit is contained in:
@@ -967,4 +967,12 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== FORM ASIDE ======== -->
|
||||
<template id="s_form_aside" inherit_id="website.s_form_aside">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user