Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
893 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona