Hi,
I'd like to know how i can automatically add a VAT exemption note, depending on the customer's fiscal position.
I've tried using the comment field and fill it in the product_id_change method (as my prices depends also of the fiscal position) but the value i put in the res dictionary is lost when leaving the event.
Is there any other way to achieve this ?
Thank you for your help.
Mikael
Model fiscal position has field "note". Where problem?
Hello. I'd like to have the note displayed on the invoice (that's why i try to use the note field in the invoice model). If i put something in the fiscal position's note will it be copied in the invoice ? Thanks