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

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.

编写者 最佳答案

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.

形象
丢弃

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

最佳答案

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.

形象
丢弃
编写者

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.

最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
1
3月 15
7607
1
4月 16
4263
1
7月 25
1788
1
7月 24
1774
1
7月 23
4233