跳至内容
菜单
此问题已终结
6 回复
6636 查看

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

????

形象
丢弃
最佳答案

 problem solved :) 

形象
丢弃
最佳答案

hi 

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

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

形象
丢弃
编写者 最佳答案

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

形象
丢弃
最佳答案

Hi,

For Customer Invoice:

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

For Supplier Invoice :

<field name="inherit_id" ref="account.invoice_supplier_form"/>
形象
丢弃
编写者

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

Can u post your xml code ?

相关帖文 回复 查看 活动
3
1月 24
13778
3
11月 24
3250
2
8月 15
6036
0
3月 25
947
2
6月 20
5983