コンテンツへスキップ
メニュー
この質問にフラグが付けられました
5 返信
4215 ビュー

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

アバター
破棄