From d9bb32b273bc6eeb4b1de44e5da41ad092bcc112 Mon Sep 17 00:00:00 2001 From: can-odoo Date: Fri, 14 Oct 2022 04:56:14 +0000 Subject: [PATCH] [FIX] theme_bookstore: correct shape data JSON value Since it was introduced with [1], the bookstore `Price` snippet couldn't be clicked on. Indeed, a typo/wrong format inserted inside a `data-oe-shape-data` xpath was making it crash due to invalid JSON format. [1]: https://github.com/odoo/design-themes/commit/1f632d8dd79ceba6e152bedcb6de21cd9ada14c0 task-3002630 closes odoo/design-themes#605 Signed-off-by: Romain Derie (rde) --- theme_bookstore/views/snippets/s_product_catalog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme_bookstore/views/snippets/s_product_catalog.xml b/theme_bookstore/views/snippets/s_product_catalog.xml index 0364157cd..1de3707af 100644 --- a/theme_bookstore/views/snippets/s_product_catalog.xml +++ b/theme_bookstore/views/snippets/s_product_catalog.xml @@ -5,7 +5,7 @@ - data-oe-shape-data="{"shape":"web_editor/Origins/17","flip":["y"]}" + {"shape":"web_editor/Origins/17","flip":["y"]}