Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

Custom Module Not Populating in Apps List

Subscribe

Get notified when there's activity on this post

This question has been flagged
modulecustom
4 Replies
9902 Views
Avatar
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
Avatar
Discard
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.

Avatar
Thomas Lowe
Author Best Answer

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
Avatar
Discard
Avatar
Manish Bohra
Best Answer

Hello,


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


Thanks


 

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
For Odoo hosted version, how would I upload a custom module? Solved
module upload custom
Avatar
Avatar
Avatar
Avatar
3
Feb 24
11498
importing custom module
module custom importing
Avatar
Avatar
1
Nov 23
3842
error while parsing inherit view
module xml custom
Avatar
Avatar
1
Jun 23
4339
Odoo14 Installing new custom module error
installation module custom
Avatar
0
Feb 23
3335
What is the best way to add Comments (to a webpage) and a Discussion Board (Forum?) to an Odoo website?
module custom discuss
Avatar
0
Jan 24
4393
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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