Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
6 Odpowiedzi
6640 Widoki

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

????

Awatar
Odrzuć
Najlepsza odpowiedź

 problem solved :) 

Awatar
Odrzuć
Najlepsza odpowiedź

hi 

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

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

For Customer Invoice:

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

For Supplier Invoice :

<field name="inherit_id" ref="account.invoice_supplier_form"/>
Awatar
Odrzuć
Autor

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

Can u post your xml code ?

Powiązane posty Odpowiedzi Widoki Czynność
3
sty 24
13779
3
lis 24
3250
2
sie 15
6036
0
mar 25
948
2
cze 20
5984