Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2155 Vizualizări

Hello All,

When I did customization without module, how it support for Odoo updates?  
Suppose I have change the xmal code and added a field to an existing module, but when there is an update for odoo, does it overwrite the customized module?

Can anyone please help me. Thanks.

Imagine profil
Abandonează
Cel mai bun răspuns

Hello.

If you made a separate custom module, then nothing will be overwritten. If you changed the code in General OpenERP code(Internal API)  and by these customized the existing module, then you will face the problems with updates and you might also encounter incomliance errors with other modules. So you should always make a separate module, and in that module also I suggest to work with inheritances to avoid the incomliance between differenet fields.

Imagine profil
Abandonează
Autor

thanks.