odoo/tutorials#909

Created by Ark Patel (arkp)

Blocked

label
odoo-dev:add-stamp-arkp
head
279423aaf23d4a06b18e59c0128a5936e49dff7a
odoo/tutorials
18.0 #909 missing statuses missing r+
master

[ADD] stamp_sign: add company stamp field

This commit introduces the stamp_sign module, which adds a new Stamp field type to the core Sign application.

before:
The Sign application only supported standard text signatures and initials. There was no built-in way to apply a company-style stamp with structured information like an address and logo.

after:
A new Stamp type is available in the Sign editor. Users can drag a stamp field onto the document. During the signing process, clicking the field opens a dialog to input company details (name, address, VAT, logo). This information is rendered into a stamp image and applied to the document. The final signed PDF includes stamp.

impact:
This extends the sign module with a new stamp type, improving its utility for official business documents that require a formal company stamp.