Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2311 Переглядів

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
3314
3
вер. 25
2731
0
серп. 25
333
1
серп. 25
2377
2
лип. 25
8155