Se rendre au contenu
Menu
Cette question a été signalée
6 Réponses
7010 Vues

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
Ignorer
Meilleure réponse

 problem solved :) 

Avatar
Ignorer
Meilleure réponse

hi 

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

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

Avatar
Ignorer
Auteur Meilleure réponse

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Auteur

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

Can u post your xml code ?

Publications associées Réponses Vues Activité
3
janv. 24
14128
3
nov. 24
4560
2
août 15
6329
0
mars 25
1280
2
juin 20
6434