Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
8244 Vistas

So, I want to create a quotation but I would like to put a signature in it because it's necessary for my customer, any help? I think I need a code to insert images but that's exactly my problem.

Avatar
Descartar
Mejor respuesta

Hi,

By default there is option to add the signature of the customer from Online. In the Other Information tab in the sales form, you can see a Boolean field named Online Signature, once you enable it, the customer can sign the quotation online . Once you click the Preview button you can see it.

If you are looking an option where you can sign, you can change this or refer this custom module in v11: Sale Order Digitized Signature


If you just need an option to add an image, you can add a binary field in the sale.order, this can be done from code or from UI, for adding a new field from user interface see this: How To Add Custom Field From User Interface in Odoo

Thanks

Avatar
Descartar

Tested and validated!