コンテンツへスキップ
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
このフォーラムについて
ヘルプ

Odoo9 comunity edition update from github?

購読

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

この質問にフラグが付けられました
communityupdatebugfixgithubodoo9
4 返信
5704 ビュー
アバター
Arun

Hi i recently had a bug in the community version of odoo9 which was installed from the official site of odoo.

there is a bug fix from the git hub, i do not know how to update odoo9 from it, kindly give me some guidelines as to how i can proceed on this.

Thanks a google in advance    "please help me out"

2
アバター
破棄
アバター
Yenthe Van Ginneken (Mainframe Monkey)
最善の回答

Hi Arun,

The easiest way is to update your whole Odoo environment at once. Open up a terminal and navigate to your Odoo server:

cd /odoo/odoo-server/

 Fetch the new code from Github, notice that 9.0 is for V9, 8.0 for V8 etc.

sudo git fetch origin 9.0

 Now apply these updates to your Odoo. Do notice that a git reset --hard will overwrite all files, so only use this is you didn't add code in default Odoo modules (which is against the rules anyways):

sudo git reset --hard origin/9.0

The new code has now been added to your Odoo, now restart your Odoo service and update all your modules to reload all the new code in your Odoo. Something along the lines of:

./odoo.py --xmlrpc-port=8080 -u all

You now have a fully updated Odoo.


Yenthe

3
アバター
破棄
Arun
著作者

Yenthe thank you so much for taking time and replying. do i have to install git for this, and would it be good to do so in the client environment? how is it for windows? anyidea ?

Yenthe Van Ginneken (Mainframe Monkey)

@Arun you're welcome, happy to help. I'm not sure about Windows, you should really consider installing your Odoo on an Ubuntu. A lot of the installations / implementations are done on Ubuntu and they behave a bit more stable on Ubuntu too. By default you can use the git commands on Linux.

Arun
著作者

@yenthe if thats the case i should be installing git in ubuntu?

Yenthe Van Ginneken (Mainframe Monkey)

@Arun just use my automatic Odoo installation script (found at https://github.com/Yenthe666/InstallScript) if you ever want to install an Odoo, everything is setup fine by itself then. You should have acces to git by default on Ubuntu too. On a sidenote: why the sudden removal of my accepted answer? I'm assuming you've accepted it initially?

Arun
著作者

@yenthe what ur suggesting me is with the repository it self but i want the update to happen with the officially installed file of odoo which happens to be from this url "https://www.odoo.com/documentation/9.0/setup/install.html" installing odoo from git will have access to git, agreed but the officially installed one does not have the access to the git... please help me out on this yenthe...

Yenthe Van Ginneken (Mainframe Monkey)

@Arun if I understand this correctly you have a Windows environment with the package installer? This will make things a lot more complicated since barely anybody uses this and there is no good information about this. Is that packaged installer an automatic windows install program? In this case what you could do is download the latest code from Github and replace the files wherever they are installed on your Windows with the newest files. I haven't done this myself yet, so try this on a demo environment for sure!

Arun
著作者

@yenthe there is no directory named odoo-server in the installed one

Yenthe Van Ginneken (Mainframe Monkey)

@Arun not when you install it on Windows with the package. It will be named a little different. You should be in this directory on your Windows: https://github.com/odoo/odoo (you should see the file odoo.py for example)

Arun
著作者

@yenthe with respect to the previous comment of yours, thats what i thought too, initially thought there might be a possibility to do an update from the patch made from git by converting it to some batch file etc... but i dont find any solution to it.... looks good to have an update than having to uninstall and reinstall the entire thing... i guess thats the only solution now :-(

Arun
著作者

i mean replace the files that are installed on windows with the newest files.....

Yenthe Van Ginneken (Mainframe Monkey)

I don't really think you can easily do git updates on Windows, especially not when you used that installer. I'm not very experience with the Windows setup, since Linux is much better and more used. I'd suggest you to move to Linux for future upgrading and development, it'll be less hassle.

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

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

登録
関連投稿 返信 ビュー 活動
How to update list modules in Odoo9? 解決済
update odoo9
アバター
アバター
2
12月 15
3548
Odoo Community 9. How do I customize the Invoice numbers
community customize odoo9
アバター
アバター
アバター
アバター
アバター
6
5月 20
8923
Point of Sale Installation Error
community ubuntu odoo9
アバター
アバター
3
4月 17
6088
odoo9 community , installed module from appstore, where to find it? 解決済
community addons odoo9
アバター
アバター
1
9月 16
4067
im_livechat activation on odoo9
community livechat odoo9
アバター
0
7月 16
4200
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • 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