콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8300 화면

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!