Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
8253 Представления

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.

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить

Tested and validated!