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

Odoo isn't seeing an add-on that I downloaded and placed in the addons folder

購読

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

この質問にフラグが付けられました
addons
5 返信
2449 ビュー
アバター
TITI

I just downloaded the free "odoo 18 Accounting Community" module. 

I unzipped it and placed it in the add-ons directory in the odoo folder: C:\program files\odoo\server\odoo\addons\ I logged in to the system, but I didn't find the add-on among the applications to install.

I activated developer mode,Did I miss something?


Could you help me?


0
アバター
破棄
アバター
Vashmitha V
最善の回答

Hello there,


If you create any subfolder as accounting,

    - then add it in  

addons_path = C:/program files/odoo/server/odoo/addon/accounting

    - then,  Update Apps List in the Apps Module after activating Developer mode


Apps→Update Apps List

then


Click to update the list.



Else

     - click Update Apps List in Apps Module after activation Developer mode


I hope this may help you.




1
アバター
破棄
アバター
Sebavikingo
最善の回答

i have the same problem. 
i use docker compose to build odoo.

services:

# ODOO

  odoo:

    container_name: odoo

    image: odoo:latest

    depends_on:

      - db

    ports:

      - "xxxx:xxxx"

    volumes:

      - odoo-web-data:/var/lib/odoo

      - ./config:/etc/odoo

      - ./addons:/mnt/extra-addons

      - ./custom_addons:/mnt/custom-addons

    environment:

      - PASSWORD_FILE=/run/secrets/postgresql_password

    secrets:

      - postgresql_password

  db:

    container_name: odoo_db

    image: postgres:15

    environment:

      - POSTGRES_DB=postgres

      - POSTGRES_PASSWORD_FILE=/run/secrets/postgresql_password

      - POSTGRES_USER=odoo

      - PGDATA=/var/lib/postgresql/data/pgdata

    volumes:

      - odoo-db-data:/var/lib/postgresql/data/pgdata

    secrets:

      - postgresql_password


# Segreti

secrets:

  postgresql_password:

    file: odoo_pg_pass

volumes:

  odoo-web-data:

  odoo-db-data:

the file odoo.conf:

[options]

addons_path = /mnt/extra-addons,/mnt/custom-addons

data_dir = /var/lib/odoo

; admin_passwd = admin

; csv_internal_sep = ,

; db_maxconn = 64

; db_name = False

; db_template = template1

; dbfilter = .*

; debug_mode = False

; email_from = False

; limit_memory_hard = 2684354560

; limit_memory_soft = 2147483648

; limit_request = 8192

; limit_time_cpu = 60

; limit_time_real = 120

; list_db = True

; log_db = False

; log_handler = [':INFO']

; log_level = info

; logfile = None

; longpolling_port = 8072

; max_cron_threads = 2

; osv_memory_age_limit = 1.0

; osv_memory_count_limit = False

; smtp_password = False

; smtp_port = 25

; smtp_server = localhost

; smtp_ssl = False

; smtp_user = False

; workers = 0

; xmlrpc = True

; xmlrpc_interface =

; xmlrpc_port = 8069

; xmlrpcs = True

; xmlrpcs_interface =

; xmlrpcs_port = 8071

|-- addons

|-- config

|   `-- odoo.conf

|-- custom_addons

|     |-- accounting_pdf_reports

|     |-- om_account_accountant

|     |-- om_account_asset

|     |-- om_account_budget

|     |-- om_account_daily_reports

|     |-- om_account_followup

|     |-- om_fiscal_year

|     `-- om_recurring_payments

|-- docker-compose.yml

`-- odoo_pg_pass
every time i make a change i restart odoo and odoo_db containers and click the button to update the app list.




0
アバター
破棄
Sebavikingo

i'm dumb ! i notice that was a problem when the file.zip was extracted so the file on the server was only the directory without the file in it.

アバター
TITI
著作者 最善の回答
Hello everyone,
Thanks for your replies:
I created a new folder "ODOO-ADDSON" in the odoo:\Server\, and I added all the add-ons found in the downloaded of "Odoo 18 Accounting Community" module. I modified the odoo config file and added the path to the add-ons like this:"addons_path = c:\program files\odoo 18.0.20250722\server\odoo\addons,c:\program files\odoo 18.0.20250722\server\ODOO-ADDSON"
Then I restarted the odoo service on Windows and logged back into the system. I already have developer mode enabled. I updated the application list, but I can't find anything. I even checked that the adds-on directory name matches the name that exists in the "manifest" file of every addson:{
    'name': 'om_account_asset',
    'version': '1.0.0',
    'author': 'Odoo Mates, Odoo SA',
    'depends': ['account'],
    'installable':True,
    'application':True,

I verified the security acces of all directories and its full controle

But i find nothing.

0
アバター
破棄
アバター
Cybrosys Techno Solutions Pvt.Ltd
最善の回答

Hi,

When you download a free module like "Odoo 18 Accounting Community" and want to install it, placing it directly in the default Odoo add-ons folder (like C:\Program Files\Odoo\server\odoo\addons) is not recommended, as this directory is managed by Odoo and may be overwritten during updates. Instead, it's better to create a separate custom add-ons folder—for example, C:\odoo_custom_addons\—and move your unzipped module folder into it. After that, go to your Odoo configuration file (usually odoo.conf) and add this new path to the addons_path entry, separating multiple paths with commas. Then restart the Odoo server. Make sure the folder name of the module matches the module's name in its __manifest__.py file. Once done, enable developer mode, go to Apps, and click "Update Apps List" (you may need to enable the option in the debug menu). After updating, search for the module name, and it should appear for installation.


For more details, please refer to the following links:


1. https://www.youtube.com/watch?v=o7L6kSBa_t4

2. https://www.cybrosys.com/odoo/odoo-books/odoo-16-development/setup-development-environment/adding-installing-new-addons/


Hope it helps.

0
アバター
破棄
アバター
Andreas Bichinger
最善の回答

Hi,

have you tried to restart your server?

When you activate developer mode you can also refresh the list by clicking "Update Apps List" at the top.

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

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

登録
関連投稿 返信 ビュー 活動
ADD ON FINANCIAL MODULE/FISCALE ACCOUNTING FOR ODOO 18 COMMUNITY
addons
アバター
アバター
アバター
2
8月 25
1810
Uploaded Addons don't appear when Updating Addons List
addons
アバター
アバター
1
12月 23
4454
Odoo 16 package requires python-requests in one version, but the TicketBAI addon requires python-requests in another version
addons
アバター
0
9月 23
4340
Access
addons
アバター
アバター
1
10月 24
4626
Odoo 12: Modules not visible in apps 解決済
addons
アバター
アバター
アバター
アバター
5
11月 19
6252
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • 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