コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
6043 ビュー

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

アバター
破棄
著作者

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

最善の回答

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)">

アバター
破棄
関連投稿 返信 ビュー 活動
3
1月 24
13781
6
1月 17
6643
3
11月 24
3253
2
5月 24
2544
2
3月 15
5057