How to display an image in a QWeb report?

后端 未结 4 764
暗喜
暗喜 2020-12-10 09:52

I extended the \'report.external_layout_footer\' qweb view to display image.

Below is my code in the file reports/external_layout.xml:



        
4条回答
  •  离开以前
    2020-12-10 10:19

    The following snippet also works for QWeb reports (Odoo v10).

    
    

    ...where o.product_id.image_medium is a dynamic field.

提交回复
热议问题