I installed version 7 on an Ubuntu server two weeks ago and want to upgrade the modules on the server. I have attempted to use Settings->Updates, but it just spins on the screen and gives Server Error windows. Any suggestions?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
5993
มุมมอง
I usually deploy from source, using a buildout recipe. In that case, upgrading the modules is simply a matter of:
- updating the source with bzr or buildout
- stopping the server
- starting the server with -u all to upgrade all installed modules
See also this question for the way I'd like to be able to use.
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
0
ธ.ค. 24
|
9657 | ||
|
3
ก.ย. 24
|
21906 | ||
How to activate the Technical Features?
แก้ไขแล้ว
|
|
5
ธ.ค. 24
|
53240 | |
|
4
ก.ค. 24
|
10750 | ||
|
7
ส.ค. 23
|
11162 |
what is displayed in the server error dialog? How is you instance deployed (from bzr checkouts or from a package)?
I deployed from a package and followed instructions from http://www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/. I'll post the server dialog box text next.
File "/home/odoo/source/openerpcustom7.0/loempia/loempia2.py", line 508, in computemodulestoinstall assert len(mids) == len(set(requestedmods)), 'Unknown modules requested: %r' % requested_mods AssertionError: Unknown modules requested: [u'']
Is the purpose of the Settings->Updates and pressing the Update All button to download and update all the modules on my server?
the error message you're reporting makes it sound like a bug. You should probably report is as such on launchpad. BTW, I've upvoted your question so that you get enough karma to edit it by yourself to add the information in a clearer way that in comments.
So, my only options at this point are to report the bug and manually upgrade my installation? To manually upgrade, can I just grab the latest distro at http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-latest.tar.gz and copy it up to my OE directory? Will that upgrade modules?