Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
2189 Представления

Hi,


I just created a custom theme on odoo (v14) and I would like to add a thumbnail image for this theme on Pic a Theme page. Where should I edit and add an image?

Аватар
Отменить
Автор Лучший ответ

In order to add a thumbnail image for the theme you are creating, you just need to indicate the directory of that image on __manifest__.py file.


'images': [
      'static/description/screenshot.jpg',
  ],
Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
окт. 15
3109
1
июл. 25
2276
2
июл. 25
7750
2
июл. 25
4166
2
июл. 25
3949