[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:
Chrysanthe (chgo)
2024-11-06 15:33:13 +01:00
parent 3cc5d6b655
commit a1e425d1b6
7 changed files with 44 additions and 0 deletions
+8
View File
@@ -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>