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

Say I want to modify the Manufacturing module and add a cycle functionality to work orders, what is the best practice to do this? Should I be creating an entirely new custom module that inherits the manufacturing module and extend the functionalities I want to add instead of modifying the src code directly of current module? What is the process to do so? 


What is the difference between modifying the community vs enterprise code? Should I customize one over the other? 


Overall, what are good practices when developing in Odoo.sh and customizing modules for specific use cases? 


Version: Odoo 17.0+e (Enterprise Edition) 


아바타
취소
베스트 답변

Hi,
You have to create a custom module which inherits the current model/views/function and need to make the customization's you needed.

Things to take care:
* see if the needed behavior can be achieved using standard functionalities
* customize only when it is really needed
* ensure no default work flow or feature get disabled with your changes

Thanks

아바타
취소
관련 게시물 답글 화면 활동
1
2월 16
4992
4
3월 23
6416
4
2월 22
8756
1
8월 19
4867
3
2월 24
11689