Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
6 Respostas
7064 Visualizações

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
Cancelar
Melhor resposta

 problem solved :) 

Avatar
Cancelar
Melhor resposta

hi 

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

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

Avatar
Cancelar
Autor Melhor resposta

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

Avatar
Cancelar
Melhor resposta

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
Cancelar
Autor

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

Can u post your xml code ?

Publicações relacionadas Respostas Visualizações Atividade
3
jan. 24
14183
3
nov. 24
4755
2
ago. 15
6359
0
mar. 25
1318
2
jun. 20
6475