| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 223 |
| Technical Name |
lv_nova_delivery_signature |
| License | OPL-1 |
| Website | https://www.luanviservices.com |
Delivery Signature (Mobile & Tablet)
Let the customer or driver sign directly on the delivery order using a finger, stylus or mouse. The signature is stored on the picking, logged in the chatter, and printed automatically at the bottom of the Delivery Slip PDF — replacing blank paper signature lines with a tamper-evident digital record.
✍ Touch-friendly signature pad
Odoo's built-in signature widget works with any touchscreen, stylus or mouse. No external app needed.
🔒 Require before validating
Enable "Require Signature" on any operation type (Delivery Orders, Field Service, etc.). Odoo blocks validation until a signature is captured.
📄 Printed on the PDF
The signature image appears at the bottom of the Delivery Slip PDF. If no digital signature was captured, blank lines are printed instead.
📋 Chatter audit trail
Each signature capture is logged as a note in the picking's chatter with timestamp and signer name.
How it works
- Optionally go to Inventory → Configuration → Operations Types and enable "Require signature before validation" for Delivery Orders.
- Open a delivery order. A new "Delivery Signature" tab appears.
- Enter the signer's name in "Signed By" (optional but recommended).
- Have the customer or driver draw their signature in the pad using a finger, stylus or mouse.
- Validate the delivery as usual. The signature is stored and timestamped automatically.
- Print the Delivery Slip — the signature appears at the bottom.
Compatibility
Odoo 18.0 Community Enterprise Requires: Inventory
Technical notes
- The signature is stored as a PNG image in the
delivery_signaturefield (fields.Image, max 600×300 px) onstock.picking. - No new database tables. Two new fields on
stock.picking(delivery_signature,signed_by,signature_date) and one onstock.picking.type(signature_required). - The "Require signature" check only applies to the
button_validatemethod — it does not interfere with programmatic validation (e.g. from WMS integrations). - Works on mobile browser (iOS Safari, Android Chrome) using the HTML5 canvas signature widget.
Support
For questions or bug reports, please use the support button on the App Store or email luanviservicesinfo@gmail.com.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 223 |
| Technical Name |
lv_nova_delivery_signature |
| License | OPL-1 |
| Website | https://www.luanviservices.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module