Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
5942 มุมมอง

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

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
มี.ค. 18
4663
1
มี.ค. 15
11072
1
ม.ค. 25
23205
1
ก.พ. 19
3265
3
ธ.ค. 16
3413