Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5 ตอบกลับ
4247 มุมมอง

I've noticed that when I make changes to any stock views that the next time we update Odoo the changes are overwritten.    Is there anyway in Odoo to prevent those customizations from being over written?    For example, if I change a menu name from "Customer" to "Contacts", the next update to our system wipes out that change.   And how about when I change what view to be looking at first, ie, I'd rather look at my "Customers" in list view first.    The next update seems to change that back to "default".

What is the correct way to maintain customizations to my system?

Thanks

Carlton

 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Take a look at http://ursainfosystems.com/homesite/upgrade-safe-changes-to-odoo-views/ - Upgrade Safe Changes To Odoo Views.

 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You don't necessarily have to create a module to keep your changes persistent otherwise it would mean that it is impossible to keep changes persistent on Odoo Online (cloud environment) since you can't install custom modules there.

The solution, for views at least, is to inherit your view and make your changes in the inherited view. This way, the original view stays unchanged and can be overwritten during an update but your inherited view isn't.

In the case of views changes, it is much faster and easier to do this through the interface than to bother with module creation, so I recommend this solution.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi, to keep your customizations, you need to put them in a separate module.

Otherwise, you will lost every changes you've made through the interface at the next update of your code.

P.

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

So then I have to build my own module to apply my changes the next time the system updates?   Can you point me to some reference materials?

อวตาร
ละทิ้ง

I just collected a few links to some pertinent documentation in this post: https://www.odoo.com/forum/help-1/question/report-75599

คำตอบที่ดีที่สุด

Maybe you can facilitate this kind of customisation using module prototyper to add and generate your module with your customisations

https://github.com/savoirfairelinux/server-tools/tree/8.0-prototype/module_prototyper

อวตาร
ละทิ้ง