Skip to Content
Menu
This question has been flagged
1 Odpoveď
2152 Zobrazenia

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.

Avatar
Zrušiť
Best Answer

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.

Avatar
Zrušiť
Autor

thanks.