I wish to add the VAT number of a Customer , and i wish for that VAT number to be displayed on the invoice along with the customers details.Is there a way to achieve this.
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I wish to add the VAT number of a Customer , and i wish for that VAT number to be displayed on the invoice along with the customers details.Is there a way to achieve this.
Thanks
Hi Stelios,.
I did the same work.
1 Install base_vat module.
2 Add a field "VAT" in account.invoice model.
3 Write python codes to auto fetch the vat number of selected customer to that field.
4 Add the created field in view.
Hope it may help you.
I will try a related field, instead of developing python code.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Thanks Nilmar , will give it a go