跳至内容
菜单
此问题已终结

I set up and configured OpenERP locally on my PC. I made lots of changes already and I'm ready to deploy it to the development server then to the production server after thorough testing. How do I transfer those changes and configuration as is from my local server to the development server? I'm thinking of just the copying files from my pc to the development server but how do I do that neatly if ever that is ideal?

形象
丢弃
最佳答案

When you make a backup (from the webpage) and restore that on another server, your settings and configs are taken.

If you made modifications to fields/views using the browser, you might run into issues. That is why the preferred method of making changes to models or creating new models is to use applications (mainly python code and XML definitions).

形象
丢弃
编写者

Thanks! I am now editing through the codes in the file system.

相关帖文 回复 查看 活动
2
11月 24
1739
1
11月 24
2310
2
4月 24
4553
1
10月 23
2957
2
6月 23
2642