This question has been flagged
1 Reply
2222 Views

Odoo 13 Enterprise - Sign app


For the Odoo Sign app, when you send a contract to a customer and they fill out all of the information and sign it, the only thing I can't figure out is how the customer can attach supporting documents?


Example: I have a credit application I want the customer to fill out.  Along with filling out the application, I'd like them to attach supporting documents, say pay stubs, gas bills, whatever.  Attached as PDF or DOC, etc.


If this isn't built in, is there a way to extend Sign to do this?  Has anyone done this yet?

Avatar
Discard
Best Answer

it's not built-in you need to do customization for it.

extend oe_signup_form template and add additional fields you want a user to fillup and override controller for handling those additional fields and pass the value from form post to a user or partner model.

there are many apps which extend the signup page.
https://apps.odoo.com/apps/modules/browse?price=Free&search=signup

Avatar
Discard