This question has been flagged
1 Reply
385 Views

Hi,

We kindly ask how to show the customers TIN ( vat field ) in both tree and form view.  Preferably a simple method that shall allow us to use developer menu I.e. Edit FormView / TreeView.


We run Odoo 10 CE on Ubuntu 16.

Regards,

Austin

Avatar
Discard
Best Answer

As the VAT field is in the Partner model and not in the Invoice(account.move) model you cannot directly add it in the tree view/form view from the UI. You may need to create a custom module for achieving this.

Avatar
Discard