コンテンツへスキップ
Odoo メニュー
  • サインイン
  • 無料で15日試す
  • アプリ
    財務
    • 会計
    • 請求
    • 経費
    • スプレッドシート(BI)
    • ドキュメント管理
    • 署名
    販売
    • CRM
    • 販売
    • POS店舗
    • POSレストラン
    • サブスクリプション
    • レンタル
    ウェブサイト
    • ウェブサイトビルダー
    • eコマース
    • ブログ
    • フォーラム
    • ライブチャット
    • eラーニング
    サプライチェーン
    • 在庫
    • 製造
    • 製品ライフサイクル管理 (PLM)
    • 購買
    • 整備
    • 品質
    人事業務
    • 従業員管理
    • 採用
    • 休暇管理
    • 人事評価
    • リファラル
    • フリート
    マーケティング
    • ソーシャルマーケティング
    • メールマーケティング
    • SMSマーケティング
    • イベント
    • マーケティングオートメーション
    • アンケート調査
    サービス
    • プロジェクト管理
    • タイムシート
    • フィールドサービス
    • ヘルプデスク
    • 計画
    • アポイントメント
    生産性向上ツール
    • ディスカッション
    • 承認
    • IoT
    • VoIP
    • ナレッジ
    • WhatsApp
    サードパーティアプリ Odooスタジオ Odooクラウドプラットホーム
  • インダストリー(業種別ソリューション)
    小売
    • 書店
    • アパレルショップ
    • 家具専門店
    • 食料品店
    • 金物店
    • 玩具店
    飲食・ホスピタリティ業界
    • バー・パブ
    • レストラン
    • ファストフード
    • ゲストハウス
    • 飲料販売代理店
    • ホテル
    不動産
    • 不動産会社
    • 建築事務所
    • 建設
    • 不動産管理
    • 造園
    • 住宅所有者組合
    コンサルティング
    • 会計事務所
    • Odooパートナー
    • マーケティングエージェンシー
    • 法律事務所
    • 人材派遣
    • 監査・認証
    製造
    • テキスタイル
    • 金属
    • 家具
    • 飲食
    • 醸造所
    • コーポレートギフト
    ヘルス & フィットネス
    • スポーツクラブ
    • 眼鏡店
    • フィットネスセンター
    • ウェルネス専門家
    • 薬局
    • ヘアサロン
    業種
    • 便利屋
    • 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:

  • CRM
  • e-Commerce
  • 会計
  • 在庫
  • PoS
  • プロジェクト
  • MRP
All apps
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
ヘルプ

How can I install Odoo 9?

購読

この投稿に活動があった際に通知を受け取ります

この質問にフラグが付けられました
odoov.9.0
7 返信
23245 ビュー
アバター
Dieter Huelskamp

I have managed to install odoo 8 on my own server, is there any tutorial howto instell the community versión of Odoo 9, that seems to be available at http://nightly.odoo.com/master/nightly/src/odoo_9.0alpha1.latest.zip? Any adapted installer scripts already or tutorial that sums up well required libraries to run odoo 9 on ubuntu (is 14.14 recommendet or 14.15?). Thanks a lot

2
アバター
破棄
アバター
Axel Mendoza
最善の回答

I installed in this way.

#download and uncompress Odoo, change YYYYMMdd to match the name of your extracted Odoo folder

mkdir /opt/odoo
cd /opt/odoo
wget https://nightly.odoo.com/master/nightly/src/odoo_9.0alpha1.latest.tar.gz
tar xvf odoo_9.0alpha1.latest.tar.gz
mv odoo-9.0alpha1-YYYYMMdd server

#install python-virtualenv if you don't have it, I use Ubuntu

apt-get install python-virtualenv -y

#install this libraries needed for correctly install the requirements

apt-get install libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libssl-dev -y
apt-get install postgresql-server-dev-X.Y

#create a virtualenv

mkdir -p /opt/virtualenv/odoo-9.0
virtualenv /opt/virtualenv/odoo-9.0

#activate the virtualenv

source /opt/virtualenv/odoo-9.0/bin/activate

#install Odoo v9 requirements

pip install -r /opt/odoo/server/requirements.txt

#aditionaly

pip install flanker
pip install ofxparser

#deactivate the virtualenv

deactivate

#install nodejs and require modules

apt-get install nodejs npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install -g less
npm install -g less-plugin-clean-css

That's all I think. To run Odoo v9 using the virtualenv you have 2 options

1- Activate the virtualenv like before and run:

python /opt/odoo/server/odoo.py --config /path/to/config

2- Directly use the python in the virtualenv

/opt/virtualenv/odoo-9.0/bin/python /opt/odoo/server/odoo.py --config /path/to/config

The config file for Odoo is where you put Odoo options such as database conections options or add others addons modules to the addons path or specify other xmlrpc_port to run Odoo. Could be something like this:

[options]
admin_passwd = admin
db_host = localhost
db_port = 5432
db_user = odoo
db_password = odoo
xmlrpc_port = 8069
addons_path = /optodoo/server/openerp/addons,/opt/odoo/extra/addons
email_from = aekroft@gmail.com

In the addons_path option you could put a comma separated paths to addons folders

Hope this helps

4
アバター
破棄
アバター
Akhil P Sivan
最善の回答

You may check this link, might be useful:

http://openies.com/blog/install-openerp-odoo-9-on-ubuntu-server-14-04-lts/ 

<==== Updated answer ===>

Hi Dieter, the above link was working when I was posting the answer first time. Anyway the installation is similar to that of v8, only difference is some additional python libraries, which you can easily install. There is a wonderful tutorial on v8 installation, you can just refer that:

http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/ 

I am just extracting the major steps to set odoo 9 ready for development environment.

Step 1: Install and configure the database server, PostgreSQL

sudo apt-get install postgresql

Then configure the Odoo user on postgres:

First change to the postgres user so we have the necessary privileges to configure the database.

sudo su - postgres

Now create a new database user. This is so Odoo has access rights to connect to PostgreSQL and to create and drop databases. Remember what your choice of password is here; you will need it later on:

createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt systemusername

Enter password for new role: ********

Enter it again: ********

You put the username of current logged in user.

Finally exit from the postgres user account:

exit

Step 2: Install the system library as odoo 9 depends on node-less:

sudp apt-get install python-pip python-dev libevent-dev gcc libxml2-dev libxslt-dev node-less libldap2-dev libssl-dev

Step 3: Install the necessary Python libraries for the server.

The following command will install all the required libraries for Odoo 9.

cd /tmp && wget https://raw.githubusercontent.com/odoo/odoo/9.0/requirements.txt && sudo pip install -r requirements.txt

On the above step, if you get an error in between, some dependent library might be missing, so just install that missing library shown and redo the above step. (for eg: sudo apt-get install python-ldap)

Step 4: Download odoo 9

The last step is to download odoo 9 (branch 9.0) .zip file from: https://github.com/odoo/odoo

Extract odoo-9.0.zip file, then in commandline, cd to the extracted odoo-9.0 directory and run odoo.py as follows:

python odoo.py --addons-path addons

step 5: http://localhost:8069/web

Run odoo 9


The above steps are minimal ones to run odoo 9 in development environment. For setting up in production, you can refer the above detailed tutorial link of theopenresourcerer. You just need to change the steps that download odoo file and libraries, other things you can follow the same.

If you have any issues with the installation, I can help you to resolve. (akhilpsivan@outlook.com)

Hope this helps!

3
アバター
破棄
Dieter Huelskamp
著作者

the link is down, ....cpu exceeded...

アバター
Dieter Huelskamp
著作者 最善の回答


I did that, but could not finish, here my observations following your guide:

1. once you wrote by accident 2 times apt-get install (that was easiest ;-).

2. pip install -r /opt/odoo/server/requirements.txt

throws: Error: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.

I ignored and moved on

3. In lst step, what config file you mean? Howto locate it?

4. You missed to mention howto fire installation and what would be standard admin, since there was no step to put user or pass

Thanks for your help!

0
アバター
破棄
Axel Mendoza

Let's fix it

Axel Mendoza

The way to fire the installation ... I think that you mean how to use it. Just launch your browser and connect to the xmlrpc_port option value(default to 8069). For example: http://localhost:8069 At the beginning you should create a new Odoo database. This is the direct link to create and manage database: http://localhost:8069/web/database/manager

OdooBot
That would be awesome, I remembered to fire instalation by using port :8069 anyhow installation did not get there. 

On Sat, Jul 18, 2015 at 7:29 PM, Axel Mendoza <portaltemplate12973@mail.odoo.com> wrote:

Let's fix it

--
Axel Mendoza
Sent by Odoo Inc. using Odoo access your messages



--
-- 
Saludos
Dieter Huelskamp

-- 
Visita nuestra página / Visit our website
exidon.com

Síguenos / Follow us

      

Skype: exidon.com
T:  +52   55 63103042 


Aviso de confidencialidad: Este correo electrónico, incluyendo en su caso, los archivos adjuntos al mismo, pueden contener información de carácter confidencial y/o privilegiada, y se envían a la atención única y exclusivamente de la persona y/o entidad a quien va dirigido. La copia, revisión, uso, revelación y/o distribución de dicha información confidencial sin la autorización por escrito de Exidon está prohibida. Si usted no es el destinatario a quien se dirige el presente correo, favor de contactar al remitente respondiendo al presente correo y eliminar el correo original incluyendo sus archivos, así como cualesquiera copia del mismo. Mediante la recepción del presente correo usted reconoce y acepta que en caso de incumplimiento de su parte y/o de sus representantes a los términos antes mencionados, Exidon tendrá derecho a los daños y perjuicios que esto le cause.
Axel Mendoza

You could change the value of xmlrpc_port in the config file or install a reverse proxy like nginx in front of Odoo

ディスカッションを楽しんでいますか?読むだけでなく、参加しましょう!

今すぐアカウントを作成して、限定機能を利用したり、素晴らしいコミュニティと交流しましょう!

登録
関連投稿 返信 ビュー 活動
SOC 1 Report
odoo
アバター
アバター
2
11月 25
220
邮箱无法正常使用
odoo
アバター
アバター
1
11月 25
2237
How do I go about this error? I am trying to uninstall a module
odoo
アバター
アバター
1
11月 25
3462
How to import product variants with my own external id when using dynamic creation mode 解決済
odoo
アバター
アバター
2
8月 25
4026
How to import Bulk Image in Product your local database not any cloud, odoo.sh 解決済
odoo
アバター
アバター
1
7月 25
1991
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • 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(オドゥー)は、CRM、eコマース、会計、在庫管理、POS、プロジェクト管理など、企業のさまざまな業務を一つのシステムで管理できる、ベルギー発のオープンソースのERPソフトウェアです。

高機能で使いやすく、完全に統合されたERPとして、ユニークな価値を提供しています。

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