跳至內容
選單
此問題已被標幟
2 回覆
3471 瀏覽次數

I know that we can do changes in the GUI - Odoo page, but I talked with other consultants and they said to me that the better way to do changes is when you do in source code. In odoo v8, I was doing that with some techniques, but now this doesn't work.

Which directories should be changed and in which file can I save changes? Anyone can help me? 

頭像
捨棄

In Odoo v8, I did changes on the GUI but when we restarted the service of Odoo all the changes disappeared. For that reason I was trying to do the changes in source code of Odoo v9, because I don't want to lose all the new fields that I'm going to create.

Do you know which is the file or script in that I can make changes for to only restart one part of Odoo? Or which file can I put the sentence UPGRADE to make changes more consisten?

最佳答案

That is not actually the best thing to do unless you want to have to do it all over again each time you update your odoo installation. 

I recommend you to do a module for all these modifications, and you won't have any issues when updating or migrating. 

Also if you change something in the GUI it reflects in the source code. The main advantage of using the GUI is that it will give you some constraints and guidelines so you don't mess up the system by writing wrong syntaxes and modifying things you shouldn't. 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
8月 25
188
4
7月 25
1562
1
7月 25
865
2
7月 25
888
1
7月 25
1993