Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
854 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć