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

I'd like to add a field column in the pricelist report related to a product/product variant field, but I don't see any of the product model fields listed in the available fields to add to the priceless.

Is this possible with studio and/or the XML directly?

v16 odoo.sh

アバター
破棄
最善の回答

Hi,

In Odoo, there isn't a built-in option to include an image field and display images in reports like other fields. However, you can manually add an image field by navigating to the report tab, clicking on "XML", then selecting the template as "report_pricelist_page", and writing the necessary code inside the foreach loop of the tbody tag.

For more detailed instructions, you can refer to the Odoo official documentation or resources such as the Odoo 16 Studio XML Editor book available at:

Odoo 16 Studio XML Editor Book


Hope it helps

アバター
破棄