Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
6 Antworten
6701 Ansichten

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

????

Avatar
Verwerfen
Beste Antwort

 problem solved :) 

Avatar
Verwerfen
Beste Antwort

hi 

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

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

Avatar
Verwerfen
Autor Beste Antwort

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

Avatar
Verwerfen
Beste Antwort

Hi,

For Customer Invoice:

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

For Supplier Invoice :

<field name="inherit_id" ref="account.invoice_supplier_form"/>
Avatar
Verwerfen
Autor

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

Can u post your xml code ?

Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Jan. 24
13830
3
Nov. 24
3318
2
Aug. 15
6086
0
März 25
1006
2
Juni 20
6051