Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
6050 Weergaven

Dear All,

In our project we are using both supplier invoice list view and sales invoice list view.

We have exposed supplier_invoice_number in the supplier invoice list view as one of the column. The supplier invoice number is visible in the supplier invoice list view correctly.

However, this column (supplier_invoice_number) is visible in the customer invoice list view also. I need to hide this column from the customer invoice list view. Requesting to help me to solve this issue.

Regards

Avatar
Annuleer
Auteur

I would appreciate any response as we are still unable to find a solution.

Beste antwoord

Hi,

You need to override the window action via xml file and pass a context something like 'supplier_invoice': True.

Next step would be using context on column level e.g <field name='supplier_invoice_number' invisible="context.get('supplier_invoice', False)">

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
3
jan. 24
13784
6
jan. 17
6651
3
nov. 24
3259
2
mei 24
2547
2
mrt. 15
5059