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

Custom Module Not Populating in Apps List

購読

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

この質問にフラグが付けられました
modulecustom
4 返信
9857 ビュー
アバター
Thomas Lowe

Hello all,


I have Odoo 13 Enterprise with minimal apps installed running locally on Windows 10 for development. 


I made my first custom module to change the appearance of the GUI.  I created and modified it with PyCharm, added it to the addons directory (C:\Program Files (x86)\Odoo 13.0e\server\odoo\addons), restarted the server, enabled developer mode, updated the apps list, and it doesn't appear.  I've done this many times as both a user and superuser with little changes here and there but it still will not appear.  I've added the manifest and init code, as well as the log event of the module update below.  


Thanks in advance for any help you can offer!


Tom


**Edited to add**  Yes, I have updated the apps list and removed the default apps filter many, many times. 


**Further edited to add** I also tried adding 'application': True to the manifest, even though it's not an application just to see if it made a difference - and it still doesn't show up.  


Any ideas?


__manifest__.py

# -*- encoding: utf-8 -*-

{
'name': "Theme Tom2",
'version': '0.1',
'category': 'Uncategorized',
'description': """
Module to override the default appearance of Odoo.
""",
'depends': ['web'],
'author': "Tom Lowe",
'website': 'https://www.clearwatersystems.com',
'data': [
'views/theme_tom2.xml',
],
'installable': True,
}

__init__.py

# -*- encoding: utf-8 -*-
from . import models

Log event

2020-10-01 17:54:47,168 8664 INFO tlowe123 werkzeug: 127.0.0.1 - - [01/Oct/2020 17:54:47] "POST /web/dataset/call_kw/base.module.update/default_get HTTP/1.1" 200 - 2 0.001 0.004

2020-10-01 17:54:47,536 8664 INFO tlowe123 werkzeug: 127.0.0.1 - - [01/Oct/2020 17:54:47] "POST /web/dataset/call_kw/ir.ui.view/check_access_rights HTTP/1.1" 200 - 1 0.001 0.004

2020-10-01 17:54:48,734 8664 INFO tlowe123 werkzeug: 127.0.0.1 - - [01/Oct/2020 17:54:48] "POST /web/dataset/call_kw/base.module.update/create HTTP/1.1" 200 - 3 0.007 0.016

2020-10-01 17:54:49,101 8664 INFO tlowe123 werkzeug: 127.0.0.1 - - [01/Oct/2020 17:54:49] "POST /web/dataset/call_kw/base.module.update/read HTTP/1.1" 200 - 2 0.002 0.003

2020-10-01 17:54:49,435 8664 INFO tlowe123 odoo.addons.base.models.ir_module: ALLOW access to module.update_list on [] to user tlowe@clearwatersytems.com #2 via 127.0.0.1 

2020-10-01 17:54:50,934 8664 INFO tlowe123 werkzeug: 127.0.0.1 - - [01/Oct/2020 17:54:50] "POST /web/dataset/call_button HTTP/1.1" 200 - 866 0.220 1.285

2020-10-01 17:54:51,250 8664 INFO tlowe123 werkzeug: 127.0.0.1 - - [01/Oct/2020 17:54:51] "POST /longpolling/poll HTTP/1.1" 200 - 8 0.007 50.032

2020-10-01 17:54:53,578 8664 INFO tlowe123 werkzeug: 127.0.0.1 - - [01/Oct/2020 17:54:53] "POST /web/dataset/search_read HTTP/1.1" 200 - 4 0.004 0.007






0
アバター
破棄
Jainesh Shah(Aktiv Software)

Have you tried removing the app filter from the Apps ? or try adding "application ": True in the manifest file.

Sehrish

update your app list and than refresh the web page.

アバター
Thomas Lowe
著作者 最善の回答

Not necessarily an answer, but I managed to move past this by copying all of the files into a new module.  I don't understand why the same files worked in one directory but not another, but as soon as I tried it the module appeared in the apps list.  I feel it may be related to running on Windows, I had nothing but issues.  I'm now running it on an Ubuntu VM and it works flawlessly.  Thanks for the suggestions.  

0
アバター
破棄
アバター
Manish Bohra
最善の回答

Hello,


Try to update your app list. after you can check.


Thanks


 

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

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

登録
関連投稿 返信 ビュー 活動
For Odoo hosted version, how would I upload a custom module? 解決済
module upload custom
アバター
アバター
アバター
アバター
3
2月 24
11448
importing custom module
module custom importing
アバター
アバター
1
11月 23
3821
error while parsing inherit view
module xml custom
アバター
アバター
1
6月 23
4307
Odoo14 Installing new custom module error
installation module custom
アバター
0
2月 23
3315
What is the best way to add Comments (to a webpage) and a Discussion Board (Forum?) to an Odoo website?
module custom discuss
アバター
0
1月 24
4380
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • 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