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

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
3165
1
лип. 25
2359
2
лип. 25
7853
2
лип. 25
4251
2
лип. 25
4016