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

hi, im trying to inheit the customer invoice view but its the supplier invoice form thats shown:

<field name="inherit_id" ref="account.invoice_form"/>

????

アバター
破棄
最善の回答

 problem solved :) 

アバター
破棄
最善の回答

hi 

i think you should refer the form in your action like this :

<field name="view_id" ref="account.invoice_form"/>

アバター
破棄
著作者 最善の回答

im doing like this but im always getting the supplier form!!!!!!!!!!

アバター
破棄
最善の回答

Hi,

For Customer Invoice:

<field name="inherit_id" ref="account.invoice_form"/>

For Supplier Invoice :

<field name="inherit_id" ref="account.invoice_supplier_form"/>
アバター
破棄
著作者

im doing like this but im always getting the supplier form!!!!!!!!!!

Can u post your xml code ?

関連投稿 返信 ビュー 活動
3
1月 24
13905
3
11月 24
3513
2
8月 15
6154
0
3月 25
1076
2
6月 20
6111