Hello Everyone,
We're going to implement the digital signature by using custom widgets in odoo 8. We've captured sign into the image . But, the problem we're facing right now is how to save the image of signature (defined in widget template .xml) in database.
<img id="imgb64" style="width:300px;height:150px"> </img>
In view of this module, widget is defined as binary field..
<field name="signature_image" widget="signature"/>
Is it possible to link up this image to database from .js file of widget?
Thanks in advance.
I am not able to understand your problem. Can you explain it in greater detail please.