コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2187 ビュー

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',
  ],
アバター
破棄
関連投稿 返信 ビュー 活動
0
10月 15
3106
1
7月 25
2269
2
7月 25
7747
2
7月 25
4166
2
7月 25
3944