콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
2895 화면

I am using Odoo Community V16. I want to hide some base fields like Probability while adding/editing opportunities in CRM Odoo. How do I do that? I can't make changes in architecture as the changes will get overridden. Can I make inherited views to hide these fields? If yes, how. Any eg would help. Thank you!

아바타
취소
베스트 답변

Hi,

here are all info what and how to do it: https://www.odoo.com/documentation/16.0/developer/tutorials/backend.html#view-inheritance 


아바타
취소
베스트 답변

Hi,

Yes directly editing the view architecture is not good method and as you said it will get overridden while upgrading the app.

If you need to do it from the ui itself, you can create an inherited view of the original view and then you can apply changes there.


See a sample here: https://www.youtube.com/watch?v=9Sy2SxQEkSk


If you need to do it from code, you can also try it, see: https://www.youtube.com/watch?v=46yecsKX2tw

Thanks

아바타
취소
관련 게시물 답글 화면 활동
1
7월 17
6238
0
11월 17
5915
2
3월 15
4973
How to hide fields? 해결 완료
3
3월 15
29097
1
6월 23
3163