Skip to Content
Menu
This question has been flagged
1 Reply
4119 Views

Hi !

Today, I'm watching weird stuff in OpenERP. So, let's explain myself.

I've made a module, with inherited object + custom view linked to a separated action & menu.

The thing is, at a fresh installation, everything works fine. But after a while, when I press the menu from the original view, I'm landed at my own view !!

I've checked in Windows Actions, and the views refs are correct, so what going on here ?

Someone have an idea ?

thanks !

Avatar
Discard
Author Best Answer

Okay,

So just adding this line to the view solved the issue :

<field name="priority" eval="17"/>

(17 higher than the priority of the original view, so the original view is displayed first, if no ref is specified)

Avatar
Discard
Related Posts Replies Views Activity
0
May 15
3408
1
Mar 15
4604
0
Mar 15
3721
0
May 25
534
1
Feb 24
5980