Skip to content

Commit f3bd5ab

Browse files
detrouxdevqsm-odoo
authored andcommitted
[FIX] theme_kea: fix the data of shape on s_picture in KEA theme
Commit [1] refreshed the design of the KEA theme but unfortunately introduced the wrong path to a shape on the s_picture snippet. This used to cause a traceback but [2] fixed it. However, it is still worth correcting the path so that shapes automatically chain under the s_picture snippet of that theme. To do so, a simple check is added when the option computes the next shape, and looks for the broken path, if it finds it, it corrects it. Steps to reproduce: - Use the KEA theme - Drop the "Picture" snippet - Drop the text snippet under it - Enable the background shape option for the text snippet - The first shape is selected instead of the next one in the series. To fix properly in master of course. [1]: 88b81d4 [2]: odoo/odoo@e985f8e opw-3082292 closes #619 Related: odoo/odoo#107224 Signed-off-by: Quentin Smetz (qsm) <[email protected]>
1 parent 600f3b6 commit f3bd5ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

theme_kea/views/snippets/s_picture.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!-- Section -->
66
<xpath expr="//section" position="attributes">
77
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
8+
<!-- TODO: adapt in master, this was fixed in JS -->
89
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/Wavy_03","flip":["y"]}</attribute>
910
</xpath>
1011
<!-- Shape -->

0 commit comments

Comments
 (0)