odoo/tutorials#686

Created by Ayush Kumar Singh (akus)

Blocked

label
odoo-dev:18.0-sign-add-stamp-akus
head
ac50d570470d4cf86ea7f5846dc870a6b26c4e6e
odoo/tutorials
18.0 #686 missing statuses missing r+
master

[IMP] sign_stamp: Enhance document signing with stamp

  • Extended res.users, sign.request, and sign.template models to support stamp functionality.
  • Added a Stamp button in sign templates for inserting stamps during signing.
  • Enhanced sign request components to handle stamp-related logic seamlessly.
  • Updated name_and_signature component with a dialog for stamp input, image upload, and drawing.
  • Modified sign.request.template view to auto-fetch and display stored stamp data.
  • Ensured proper storage, retrieval, and display of stamp details across views and components.
  • Inherited sign._doc_sign template to add hidden fields for signer’s company, address, city, country, VAT, and logo.
  • Ensured additional signer details are available for document customization without modifying core files.