跳至内容
Odoo 菜单
  • 登录
  • 免费试用
  • 应用程序
    财务
    • 会计
    • 发票
    • 费用
    • 电子表格 (BI)
    • 文档
    • 电子签名
    销售
    • 客户关系管理
    • 销售
    • POS 销售点管理-零售
    • POS 销售点管理 - 餐厅
    • 订阅
    • 租赁
    网站
    • 网站设计
    • 电子商务
    • 博客
    • 论坛
    • 在线客服
    • 在线学习
    供应链
    • 库存
    • 制造
    • 产品生命周期
    • 采购
    • 维护保养
    • 品控
    人力资源
    • 员工
    • 招聘
    • 休假
    • 评价
    • 内部推荐
    • 车队
    营销
    • 社媒营销
    • 电邮营销
    • 短信营销
    • 近期活动
    • 营销自动化
    • 网上调查
    服务
    • 项目管理
    • 工时单
    • 现场服务
    • 服务台
    • 排期
    • 预约
    生产力
    • 讨论
    • 批核
    • IoT物联网
    • VoIP
    • 知识库
    • WhatsApp
    第三方应用软件 Odoo 定制 Odoo云端平台
  • 行业
    零售
    • 书店
    • 服装店
    • 家具店
    • 食品杂货店
    • 五金店
    • 玩具店
    餐饮与酒店服务
    • 酒吧及酒馆
    • 餐厅
    • 快餐
    • 民宿
    • 饮品分销商
    • 酒店
    房地产
    • 房地产代理
    • 建筑师事务所
    • 建造业
    • 地产管理
    • 园艺
    • 业主协会
    咨询
    • 会计师事务所
    • Odoo合作伙伴
    • 市场推广公司
    • 律师事务所
    • 人才招聘
    • 审核 & 认证
    制造
    • 纺织
    • 金属
    • 家具
    • 食品
    • 啤酒厂
    • 企业礼品
    保健与健身
    • 体育俱乐部
    • 眼镜店
    • 健身中心
    • 健康从业者
    • 药房
    • 发型屋
    Trades
    • 维修人员
    • IT 硬件及支持
    • 太阳能系统
    • 鞋匠
    • 清洁服务
    • 暖通空调服务
    其他
    • 非营利组织
    • 环境机构
    • 广告牌租赁
    • 摄影服务
    • 自行车租赁
    • 软件经销商
    浏览所有行业
  • 社区
    学习
    • 教学视频
    • 文档
    • 认证
    • 培训
    • 博客
    • 播客
    赋能教育
    • 教育计划
    • Scale Up! 商业游戏
    • 参观Odoo
    获取软件
    • 下载
    • 版本对比
    • 发布
    合作
    • Github
    • 论坛
    • 近期活动
    • 翻译
    • 成为合作伙伴
    • 合作伙伴服务
    • 注册您的会计事务所
    获取服务
    • 寻找合作伙伴
    • 查找会计服务
    • 预约顾问咨询
    • 安装及推行服务
    • 客户参考
    • 支持
    • 升级
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    获取演示
  • 定价
  • 技术支持

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • 客户关系管理
  • e-Commerce
  • 会计
  • 库存
  • PoS
  • 项目
  • MRP
All apps
只限注册用戶才可与社群互动。
所有帖文 人 徽章
标签 (查看所有)
odoo accounting v14 pos v15
关于此论坛区
只限注册用戶才可与社群互动。
所有帖文 人 徽章
标签 (查看所有)
odoo accounting v14 pos v15
关于此论坛区
帮助

How can I download and install Odoo 11?

订阅

此帖文有活动时,接收通知

此问题已终结
installationdownloadodoo11
21 回复
46357 查看
形象
Yenthe Van Ginneken (Mainframe Monkey)

How can I download and install Odoo 11?

4
形象
丢弃
形象
Yenthe Van Ginneken (Mainframe Monkey)
编写者 最佳答案

Odoo can be found on Github, you can find Odoo 11 here. 
You can find the official downloads (for Windows, Debian, RPM and the sources) at https://www.odoo.com/page/download
To install it on Ubuntu you can follow the following steps:

1. Download my installation script from Github and copy it locally:

sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/11.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

11
形象
丢弃
Abdullah Aljelaify

First of all Thanks for this short guide it's the only thing that worked

problem is after installing and opening the odoo page i get the create db page but with no CSS what so ever the only thing i changed in the installation script is Enterprise = True

so can you tell me if i had to change something else? did i miss something

Thanks

Yenthe Van Ginneken (Mainframe Monkey)
编写者

This has to do with the less (the Odoo assets) that are not compiling. There are a few problems with this (such as on V9 & V10 https://github.com/odoo/odoo/issues/19627). If you do a -u all of your database it is usually fixed.

Abdullah Aljelaify

The URL doesn't work for github

can you give me more details about how to do the -u

i am new to ubuntu :(

Yenthe Van Ginneken (Mainframe Monkey)
编写者

1. cd /odoo/odoo-server

2. sudo service odoo-server stop

3. sudo su odoo

4. ./odoo-bin -u all -c /etc/your-odoo-server.conf

Abdullah Aljelaify

Thanks man

Finally something that works !!

its up and running

after executing the last command the terminal didn't do anything or show anything it looked like it's waiting for a response or something than after waiting to long i restarted the server and it worked

Thanks man

Abdullah Aljelaify

Sorry

i think i have made a mistake i checked and it looks like it's the same issue nothing happened apperntly i have checked the wrong server and thought it was fixed

so what should i do than i have also checked the server log and it's full do you need me to copy that here to see whats the problem

please note that this is a fresh off the box install for ubuntu

Abdullah Aljelaify

Ok CE works

the problem is in installing Enterprise doesn't work with this script i think

i have another question where is Accounting module in odoo11 ? can't find it

Mubashar Irshad

I installed same as you posted i am facing issue:

Server is runing and status is active But when i try to access in browser 0.0.0.0:8069 its not working

(Unable to connect

Firefox can’t establish a connection to the server at 206.189.197.248:8069.)

● odoo-server.service - LSB: Enterprise Business Applications

Loaded: loaded (/etc/init.d/odoo-server; generated)

Active: active (exited) since Tue 2020-06-23 12:09:38 UTC; 2min 41s ago

Docs: man:systemd-sysv-generator(8)

Process: 23174 ExecStop=/etc/init.d/odoo-server stop (code=exited, status=0/SUCCESS)

Process: 23186 ExecStart=/etc/init.d/odoo-server start (code=exited, status=0/SUCCESS)

形象
Sebastián Di Luise
最佳答案

Thanks! the script works flawless.  Ran on an Ubuntu 16.04.3 virtualboxed updated with nothing else installed.

0
形象
丢弃
形象
Alpha
最佳答案

On windows7?

0
形象
丢弃
Yenthe Van Ginneken (Mainframe Monkey)
编写者

You can download the official installer (.exe file) from https://www.odoo.com/page/download to install on Windows.

形象
Webkul
最佳答案

Check it out : 

https://webkul.com/blog/install-odoo11-on-ubuntu

0
形象
丢弃
Abdullah Aljelaify

i tried this it didn't work with me

Yenthe Van Ginneken (Mainframe Monkey)
编写者

Manually running all commands is so not fun? ;-)

形象
Odoo For Beginners
最佳答案

Hello everyone,

You will find here how to install odoo11 community in simple way:

https://odooforbeginnersblog.wordpress.com/2017/10/11/how-to-install-odoo11-community-version/

0
形象
丢弃
形象
comceptPLUS GmbH
最佳答案

Hi guys, I have the same issue as

Abdullah Aljelaify

I installed odoo 11 EE with the script but have only a screen that is without css. I dont the the function -u all to work. The server does nothing then. Any help so far? 

Thanks a lot! 
0
形象
丢弃
Yenthe Van Ginneken (Mainframe Monkey)
编写者

Please do report it at https://github.com/Yenthe666/InstallScript/issues (add as much info as you can please. For example the OS and parts of the logfile.)

comceptPLUS GmbH

Hi yente, thanks for you fast response. did it directly. If you need any more information, please tell me. thanks a lot.

形象
Ben Beattie
最佳答案

Hi, I also need some help.

I am trying to install enterprise on a Bitnami LAMP stack (stripped down debian)

I followed the instructions and it installed fine, I ran - all on my .conf file as above however I get this error

  File "/usr/lib/python3.5/socketserver.py", line 454, in server_bind

    self.socket.bind(self.server_address)

OSError: [Errno 98] Address already in use


2018-06-15 09:23:59,384 11054 INFO ? odoo.addons.base.ir.ir_actions_report: You need Wkhtmltopdf to print a pdf version of the reports.


Do I need that to go further?

Localhost:8069 just times out.

Any help appreciated.


0
形象
丢弃
形象
Peido
最佳答案

Hello guys, after installing odoo 11 community on Ubuntu, i am getting connection refused on the web interface.

Please let me know if someone has see this issue


Thanks.

0
形象
丢弃
形象
Hakim Madi
最佳答案

Hi,


I installed Odoo 11 with the odoo-install.sh script of Yenthe and it works well. I also have an issue to configure m'y website redirection from http to https port 8069.

I tried To configure it with apache2 folder etc/apache2/sites-available/ but it only redirect http to https and not working on port 8069.


Thank you for help.

0
形象
丢弃
喜欢讨论吗?不要只阅读,加入进来!

立即创建账户,享受专属功能,与我们的精彩社区互动!

注册
相关帖文 回复 查看 活动
looking for older Enterprise installation packages (11.0, 12.00 und 13.00)
installation download
形象
0
9月 24
1536
ERROR while installing Odoo 11
installation odoo11
形象
形象
形象
2
9月 18
4232
Error in Installing the Forum Module in Odoo 11 CE 已解决
installation forum odoo11
形象
形象
5
10月 17
7892
Odoo 11 Enterprise installation
installation enterprise odoo11
形象
0
10月 17
5552
Is python 3 is required for odoo 11? 已解决
installation openerp python3 odoo11
形象
形象
形象
形象
4
4月 24
27902
社区
  • 教学视频
  • 文档
  • 论坛
开源
  • 下载
  • Github
  • Runbot
  • 翻译
服务
  • Odoo.sh 托管
  • 支持
  • 升级
  • 自定义开发服务
  • 教育
  • 查找会计服务
  • 寻找合作伙伴
  • 成为合作伙伴
关于我们
  • 我们的公司
  • 品牌资产
  • 联系我们
  • 招聘
  • 近期活动
  • 播客
  • 博客
  • 客户
  • 法律 • 隐私
  • 安全
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo致力于为企业管理提供高效智能的开源解决方案,是全球业内高速成长的软件服务商之一,逾七百五十万用户选择Odoo进行数字化升级。通过一系列全业务链覆盖、高度集成、简单易用的商业应用,助力企业实现信息化改革、降本增效并释放公司增长潜力。

Odoo独特的价值在于是一款非常容易使用又完全集成的应用。

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now