Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
5 Trả lời
4227 Lượt xem

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

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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?

Ảnh đại diện
Huỷ bỏ

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

Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ