Go to file
2026-03-13 15:25:10 +07:00
controllers refactor: Update sign document route type from json to jsonrpc. 2026-01-21 09:37:51 +07:00
data feat: Implement sequence and image item types for Odoo Sign, including backend rendering and frontend integration. 2026-01-07 15:42:50 +07:00
models feat: Add sequence suffix to sign items, improve popover handling, and refine backend saving for new items. 2026-03-13 15:25:10 +07:00
static/src feat: Add sequence suffix to sign items, improve popover handling, and refine backend saving for new items. 2026-03-13 15:25:10 +07:00
views feat: Implement sequence and image item types for Odoo Sign, including backend rendering and frontend integration. 2026-01-07 15:42:50 +07:00
__init__.py feat: Implement sequence and image item types for Odoo Sign, including backend rendering and frontend integration. 2026-01-07 15:42:50 +07:00
__manifest__.py fix for odoo 19 2026-01-23 13:44:50 +07:00
.gitignore refactor: Update sign document route type from json to jsonrpc. 2026-01-21 09:37:51 +07:00
README.md feat: Add sequence suffix to sign items, improve popover handling, and refine backend saving for new items. 2026-03-13 15:25:10 +07:00

Sign Sequence Field

Add a Sequence field type to Odoo Sign templates to automatically generate numbers upon document completion.

Features

  • New Field Type: Adds a "Sequence" field to the Sign template editor toolbar.
  • Auto-Generation: Automatically generates the next sequence number from a linked ir.sequence when all signers have completed the document.
  • Live Editing: Edit Sequence Prefix, Suffix, Padding, and Next Number directly from the template editor sidebar.
  • Dynamic Positioning: Place the sequence number anywhere on your document just like any other sign field.

Usage

  1. Edit a Template: Go to Sign -> Templates and open a template for editing.
  2. Drag & Drop: Drag the "Sequence" field from the left toolbar onto your document.
  3. Configure: Click on the sequence field to open its configuration popover:
    • Select an existing Sequence record.
    • (Optional) Modify the Prefix, Suffix, Padding, or Next Number.
  4. Save: Save the template.
  5. Sign: When a document created from this template is fully signed, the sequence number will be generated and stamped onto the final PDF.

Technical Details

  • Module Name: sign_sequence_field
  • Dependency: sign (Enterprise)
  • Odoo Version: 19.0
  • Authors: Suherdy Yacob