Skip to content

Commit b68a192

Browse files
omarait-mloukAntoineVDV
authored andcommitted
[FIX] website_airproof: fix template loading order issue
The carousel template file was loaded too late in the manifest data sequence, causing a ParseError when new_page_templates tried to reference it. closes #988 X-original-commit: 34d70b5 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent 696a0cc commit b68a192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website_airproof/__manifest__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
'license': 'LGPL-3',
88
'depends': ['website_sale', 'website_sale_wishlist', 'website_blog', 'website_mass_mailing'],
99
'data': [
10+
# Snippets
11+
'views/snippets/options.xml',
12+
'views/snippets/s_airproof_carousel.xml',
1013
# Options
1114
'data/presets.xml',
1215
'data/website.xml',
@@ -24,9 +27,6 @@
2427
'views/website_templates.xml',
2528
'views/website_sale_templates.xml',
2629
'views/website_sale_wishlist_templates.xml',
27-
# Snippets
28-
'views/snippets/options.xml',
29-
'views/snippets/s_airproof_carousel.xml',
3030
# Images
3131
'data/images.xml',
3232
],

0 commit comments

Comments
 (0)