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

Hi,

I made a custom view for purchase.order.form for a specific user. But this custom view isn't used when I log in with the specific user.

I'm missing something ? Do i need to activate an option somewhere ?

Any clue welcome.

I'm using Odoo v8

形象
丢弃
最佳答案

Dear Pascal,

The View layer is usually independent from login.

However, if you have created a custom view for a user, it will be understood that you have overridden fields_view_get() or load of action from web.

Usually, you should link the view to the Purchase Order action. If you want separate view fo separate user, you must create 2 actions, bind the specia view to the special action.

Another solution would be to use same view, but hide/show specific fields based on User's group.

Hope this helps.

Thanks.

形象
丢弃
相关帖文 回复 查看 活动
0
11月 15
3993
4
1月 24
23045
2
1月 24
2394
0
8月 23
2267
2
8月 23
3021