Skip to content

[16.0][ADD] stock_picking_signature#858

Closed
eantones wants to merge 1 commit into16.0from
16.0-add-stock_picking_signature
Closed

[16.0][ADD] stock_picking_signature#858
eantones wants to merge 1 commit into16.0from
16.0-add-stock_picking_signature

Conversation

@eantones
Copy link
Member

@eantones eantones commented Mar 5, 2026

Summary

Odoo 16 has a basic signature field on stock pickings, but it's limited to outgoing deliveries only and lacks metadata tracking. This module extends it:

  • Configurable per picking type: Require Signature option on operation types enables signature requirements for any transfer type (receipts, deliveries, internal transfers)
  • Signature metadata: Signed By and Signed On fields auto-populated when a signature is captured
  • Validation enforcement: transfers with required signature cannot be validated without one
  • Extended reports: signature block added to Picking Operations report (in addition to the existing Delivery Slip)
  • Signature tab: dedicated notebook tab on the picking form with signature details
  • Catalan and Spanish translations included

Note: the native "Signature" setting in Inventory Settings must also be enabled (two-tier control).

@eantones eantones force-pushed the 16.0-add-stock_picking_signature branch 2 times, most recently from 74d2fd9 to 80d37a9 Compare March 5, 2026 23:58
@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 43.19%. Comparing base (8114287) to head (4d9364a).

Files with missing lines Patch % Lines
stock_picking_signature/models/stock_picking.py 36.00% 16 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             16.0     #858      +/-   ##
==========================================
+ Coverage   43.15%   43.19%   +0.03%     
==========================================
  Files         302      306       +4     
  Lines        6029     6061      +32     
  Branches      965      971       +6     
==========================================
+ Hits         2602     2618      +16     
- Misses       3414     3430      +16     
  Partials       13       13              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@eantones eantones force-pushed the 16.0-add-stock_picking_signature branch 3 times, most recently from 1b53c71 to 622fe8c Compare March 6, 2026 08:12
@eantones
Copy link
Member Author

eantones commented Mar 9, 2026

Superseded by #857

@eantones eantones closed this Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant