Skip to Content
Menu
This question has been flagged
2 Replies
8167 Views

Hi Guys, In Openerp 6.1 i've inherited teh contract view form in a module and it works very well. So when i was trying to install the same module in openerp 7, i' ve got this error 'hr.contract': Element '<xpath expr="/form/notebook/page[@name='information']">' not found in parent view 'hr_contract.hr_contract_view_form' When i take a look in the form view in hr_contract, i did not find any changes. Thanks for helping

Avatar
Discard
Best Answer

Hi,

look the code again, personally I see this :

<xpath expr="/form/sheet/notebook/page[@name='information']">

Bye

Avatar
Discard
Author

thanks it works with this expression

This question can be closed by validating my answer. Bye

Author

Sorry, I thought i closed it

HI, to valid the question, you must check button valid "V" under the number of votes on the top left of the answer witch respond correctly to your question. Bye

Best Answer

Probably the problem is that the v7 form no longer contains a Notebook Page named `information'.

Avatar
Discard
Author

the page is named 'information' the probléme was tha path, they added "sheet"

Related Posts Replies Views Activity
1
Nov 24
1779
5
Jul 24
93273
1
Dec 23
3157
1
May 22
3816
0
Jan 20
3029