Search 1.9 billion lines of Odoo code on GitHub

web_widget_digital_signature

Author: Serpent Consulting Services Pvt. Ltd., Odoo Community Association (OCA)
License: no license
Branch: 7.0
Repository: JayVora-SerpentCS/web
Dependencies: base, and web
Languages: CSS (7, 0.7%), JavaScript (946, 89.1%), Python (30, 2.8%), XML (38, 3.6%), and reStructuredText (41, 3.9%)
Other repositories: eLBati/web, and taktik/web

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="web-widget-digital-signature"></a> <h2>Web Widget Digital Signature</h2> <a name="description"></a> <h3>Description</h3> <p>This module was written to extend the functionality of binary field to support digital signature in openerp. It will allow you to add digital signature.</p> <p>There are certain occasions where you need to add the signature on display (like banking sector), on reports when sending digital papers/statements/ documents/invoices in order to avoid physical efforts. This module fills the gap at certain extent and by providing basic Signature Widget.</p> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ul class="simple"> <li>Add a binary field to your model.</li> <li>Add &quot; widget = 'signature' &quot; attribute inside your binary field definition (XML).</li> </ul> <p>Your XML form view definition will look a like:</p> <blockquote> ... &lt;field name=&quot;YOUR_BINARY_FIELD&quot; widget=&quot;signature&quot;/&gt; ...</blockquote> <p>It will display binary field as a signature.</p> <p>For further information, please visit:</p> <p><a class="reference external" href="https://www.odoo.com/forum/help-1">https://www.odoo.com/forum/help-1</a></p> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback <a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_digital_signature%0Aversion:%207.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Jay Vora &lt;<a class="reference external" href="mailto:jay.vora&#64;serpentcs.com">jay.vora&#64;serpentcs.com</a>&gt;</li> <li>Meet Dholakia &lt;<a class="reference external" href="mailto:m.dholakia.serpentcs&#64;gmail.com">m.dholakia.serpentcs&#64;gmail.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>