Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
867 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează