Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1767 Visualizzazioni

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) 


Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
feb 16
4920
4
mar 23
6244
4
feb 22
8682
1
ago 19
4784
3
feb 24
11563