Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2152 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Autor

thanks.