Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
6 Ответы
6722 Представления

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 ?

Related Posts Ответы Просмотры Активность
3
янв. 24
13847
3
нояб. 24
3353
2
авг. 15
6101
0
мар. 25
1016
2
июн. 20
6061