This question has been flagged
1 Reply
2472 Views

I have 3 quote templates. Each of our customers needs to have 1 of the 3 quote templates as a default template when customer is selected in the quote screen. Currently, I do not have the option to select default template from the customer screen. Is there a way to make that happen?

The only current option is to select the template from the drop down menu in the quote screen. I would like the right template to pop up instead when customer is selected.

Thanks!

Mike

Avatar
Discard
Best Answer

I you wanna that you need to code an field onchange for set the template value in the corresponding template field and to pick the proper template according to the selected user you should add a many2one field to the template in the res.partner model so every partner have configured their template

Avatar
Discard