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

hello,

I've made a new menu to the existing one "HR". Into my view, I do: model=hr.employee

after I only use the field "name" because i only need this one. However, when i come back to the menu employee (the existing) ...It 's became the same that mine. With just the field name.

How can i use the fiel name of employees without having this problème?

Sorry for my bad english and thank ou in addvance to your answer.

Jonathan

形象
丢弃
最佳答案

Hi,

in fact in the view and/or python class, you must use attribute inherit, then without this attribute, the original view will be replaced by yours ...

but without your code, we can just imagine ...

Bye

形象
丢弃
编写者 最佳答案

First thanks to yours answers, it was helpfull.

For the right answer: i had to use inherit but I had not to repalce the original.

So the solution was to use the attribute "priority" into my new view and put it in a greater number than the original.

形象
丢弃

Hi, sorry, you're right, my answer was bad, I believe the question talking about a new view (but this is for a menu). you shoukd post your code too, it will be better to understand and answer. The important thing is you have finfd solution by yourself, good. Bye