Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
5330 Näkymät

I want to display signature box at the last page of QWEB report. I am using ver 13.

Any idea will be highly appreciated!

Thanks.

Avatar
Hylkää
Paras vastaus

Hi,

Please refer this link

https://www.odoo.com/forum/help-1/hello-everyone-how-to-display-binary-filed-in-in-qweb-reports-159757

Thanks

Muhammed Ali M - iWesabe

Avatar
Hylkää
Paras vastaus

In odoo 13 they added signature widget. We can have binary field and use signature widget like below:

In model:

signature = fields.Binary(string='Signature')

In view:

<field name="signature" widget="signature_stu"/>


After capturing the signature we can use it in the report template.

Avatar
Hylkää