Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
860 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit