How can I download and install Odoo 10?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
10
Trả lời
42283
Lượt xem
How can I download and install Odoo 10?
Odoo can be found on Github, you can find Odoo 10 here.
To install it on Ubuntu you can follow the following steps or follow my tutorial, which you can find here: http://www.odoo.yenthevg.com/installing-odoo-10-ubuntu-16-04/
1. Download my installation script from Github and copy it locally:
sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/10.0/odoo_install.sh
2. Edit the file and modify the parameters that you'd like to change:
sudo nano odoo_install.sh
Tip: If you'd like the enterprise version you should set IS_ENTERPRISE to True instead of false.
3. Make the file executable:
sudo chmod +x odoo_install.sh
4. Execute the script and wait a few minutes for Odoo to install:
./odoo_install.sh
Regards,
Yenthe
The first (and so far only) one-step successful solution for installation. Thanks
You can find it on the download page https://www.odoo.com/page/download
and on the Nightly builds server https://nightly.odoo.com/
A good extra answer, upvoted!
The way @Yenthe provided is working perfectly, with the default setting.
It caused me a problem when I change the port to 80 in the script.
Hi,
This will be helpful for you. https://www.linkedin.com/pulse/how-install-odoo-10-ubuntu-1604-rishan-malaka?trk=mp-reader-card
i install it in digital ocoen but when i try to open app store ot update this i see this error
Uncaught TypeError: Cannot read property '$el' of undefined
https://apps.odoo.com/web/content/1443101-3f91498/web.assets_backend.js:1719 Traceback: TypeError: Cannot read property '$el' of undefined at https://apps.odoo.com/web/content/1443101-3f91498/web.assets_backend.js:1719:1100 at https://apps.odoo.com/web/content/1442937-ea2658f/web.assets_common.js:547:681 at fire (https://apps.odoo.com/web/content/1442937-ea2658f/web.assets_common.js:541:299) at Object.fireWith [as resolveWith] (https://apps.odoo.com/web/content/1442937-ea2658f/web.assets_common.js:546:198) at https://apps.odoo.com/web/content/1442937-ea2658f/web.assets_common.js:547:874 at fire (https://apps.odoo.com/web/content/1442937-ea2658f/web.assets_common.js:541:299) at Object.fireWith [as resolveWith] (https://apps.odoo.com/web/content/1442937-ea2658f/web.assets_common.js:546:198) at deferred.(anonymous function) (https://apps.odoo.com/web/content/1442937-ea2658f/web.assets_common.js:548:56)
I can't update module list, I clone my addons in "Addons folder: odoo/odoo-server/addons/" as the script says.
And then I restart Odoo and enter in dev mode, click on update module list, but my modules are not there.
Any idea?
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 9 24
|
1130 | ||
|
1
thg 11 17
|
10072 | ||
|
6
thg 12 23
|
20205 | ||
|
3
thg 3 17
|
3982 | ||
|
0
thg 11 16
|
3254 |
@Yenthe can't update module list, I clone my addons in "Addons folder: odoo/odoo-server/addons/" as the script says.
And then I restart Odoo and enter in dev mode, click on update module list, but my modules are not there.
Any idea?
Forget it, it was my mistake