Skip to content
Snippets Groups Projects
Commit 078c2096 authored by Priyanka Kakadiya's avatar Priyanka Kakadiya Committed by Thibault Delavallée
Browse files

[FIX] website_sale_slides: correct demo data file path


Correctly set demo in demo instead of data.

Related to Issue: 1965630

closes odoo/odoo#32481

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent be3c9814
Branches
Tags
No related merge requests found
......@@ -11,8 +11,10 @@
'installable': True,
'auto_install': True,
'data': [
'data/website_sale_slides_demo.xml',
'views/slide_channel_views.xml',
'views/website_slides_templates.xml',
]
],
'demo': [
'data/website_sale_slides_demo.xml',
],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment