Skip to Content
Menu
This question has been flagged
5 Replies
10192 Views

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.

Avatar
Discard

I am not able to understand your problem. Can you explain it in greater detail please.

Author Best Answer

Hello,

We're implementing digital signature. Firstly, I've created custom widget named "signature". In this widget, Activex object is used. one <textarea>(to display several msg) and <img>(to display captured sign)also defined in widget template(.xml).

I've already defined one binary field "signature_image" in main module and view(form view) is also created as above.

But , How to save this <img> into database? When save button is clicked image is not saved. Is it possible to communicate this <img> defined in widget template file with database or with .py file?

Thanks.

Avatar
Discard

I think this link will also be useful to you: http://www.odoo.yenthevg.com/creating-many2many-drag-and-drop-handle-widget-in-odoo/

Best Answer

There is already a contribution http://www.serpentcs.com/serpentcs-openerpodoo-digital-signature-widget and we are sure you can use for any hint.

Thanks.

Avatar
Discard
Author

Yea,We've checked ur module.U've done really nice job.& our module captures the sign from another Hardware.Bt I cant understand code of '.save_sign'. pls, Guide me how that sign is saved in database.

Pujabaa, this.save_list.push(save_obj); does it! You got trained under javascript? You may ask specific questions on contact@serpentcs.com, as it willbe hard to type it all here.

Hi, I installed Digital signature in odoo version 8. It working using mouse click event. How to make work in iphone or ipad in touch screen? Thanks

The above module working fine in normal form. But we are facing issue while adding signature fields in one2many related table. For example, Sale order Line added signature fields and created new entry added signature, while edit and save record facing below error:- TypeError: this.find(...).add(...).data(...) is undefined Please let me know the possible solutions to fix the above issue.

Thanks for the module, I can save the signature binary but how to retrieve it and display to the form after save.

Best Answer

I think this link may help you out: http://pinakinnayi.blogspot.in/2012/04/how-to-add-custom-widget-in-your-open.html

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 15
7582
1
Apr 16
4229
1
May 25
1701
1
Jul 24
1724
1
Jul 23
4167