تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2154 أدوات العرض

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.