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

Dears,

I would like to know if it's possible to create a module or a script to update and install more than one module in the same time? That is to say, instead of to update each module separately, when i update the module that i want to create it should automatically update the other modules.

I tried to create an empty module that i named update_modules and i put in the _openerp_.py file at the dépends level "depends" : [ "base", "sale", ],

but it doesn't work.

Thank you,

頭像
捨棄
最佳答案

Hi

Use below command

For install ./openerp-server --addons ../addons/, ../openerp-web/addons/ -i <list of="" modules=""> -d <database name=""> For update ./openerp-server --addons ../addons/, ../openerp-web/addons/ -u <list of="" modules=""> -d <database name=""> To update all

./openerp-server --addons ../addons/, ../openerp-web/addons/ -u all -d <database name="">

Also refer this link https://accounts.openerp.com/forum/Help-1/question/37737/ Thanks

頭像
捨棄
作者 最佳答案

Thank you for answer.

I'm interested in the method of the link you gave me but I don't know how to implement it.

Thank you again,

頭像
捨棄

you can fire this command in terminal

相關帖文 回覆 瀏覽次數 活動
1
3月 18
4617
1
3月 15
10986
1
1月 25
23124
1
2月 19
3209
3
12月 16
3389