[FIX] theme_*: move snippet lists from iap to design-theme repo

Previously the configurator retrieved the snippet lists
needed to build the website pages from IAP. These lists
have been put in the theme manifests and can be accessed
from it.

Odoo PR: odoo/odoo#77243
IAP PR: odoo/iap-apps#411

closes odoo/design-themes#505

Signed-off-by: Jérémy Kersten (jke) <jke@openerp.com>
This commit is contained in:
Sébastien Mottet (oms)
2021-09-27 10:42:44 +00:00
committed by Jeremy Kersten
parent f244035809
commit 285d413a44
28 changed files with 102 additions and 29 deletions
+3
View File
@@ -43,6 +43,9 @@
'website.s_product_list_default_image_5': '/theme_bookstore/static/src/img/snippets/s_product_5.jpg',
'website.s_product_list_default_image_6': '/theme_bookstore/static/src/img/snippets/s_product_6.jpg',
},
'snippet_lists': {
'homepage': ['s_cover', 's_masonry_block', 's_image_text', 's_picture', 's_product_list', 's_call_to_action'],
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-bookstore.odoo.com',
'assets': {