Hi,
When I create a quotation in Sales and if i select Online Signature option, I want to write in Sales Order Send Mail Template;
>Quotation will be confirmed after your signing.
If i select Online Payment option, I want to write in Sales Order Send Mail Template;
>Your quotation will be confirmed after payment
I find this two parameter in Odoo;
record.has_to_be_signed
record.has_to_be_paid
How can i use this parameters in email templates?
Best regards