Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
1770 Переглядів

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лют. 16
4920
4
бер. 23
6244
4
лют. 22
8682
1
серп. 19
4784
3
лют. 24
11563