Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
2147 Представления

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.

Аватар
Отменить
Лучший ответ

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.

Аватар
Отменить
Автор

thanks.