跳至内容
菜单
此问题已终结
2 回复
5346 查看

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.

形象
丢弃
最佳答案

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

形象
丢弃
最佳答案

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.

形象
丢弃