Skip to content

[ADD] stamp_sign: add company stamp field #909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

arkp-odoo
Copy link

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.

@robodoo
Copy link

robodoo commented Aug 5, 2025

Pull request status dashboard

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants