Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
6 Respostas
6639 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
13779
3
nov. 24
3250
2
ago. 15
6036
0
mar. 25
948
2
jun. 20
5983