Skip to Content
Menu
This question has been flagged
3 Replies
4504 Views

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

Avatar
Discard

Thanks Nilmar , will give it a go

Best Answer

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.

Avatar
Discard
Best Answer

I will try a related field, instead of developing python code.

Avatar
Discard