Skip to Content
Menu
This question has been flagged
3 Replies
5829 Views

Hello Odoo developers,


I am working on version 15 community edition. I have created a new module (manifest file) only to see it in the app list. After creating the module I have clicked on 'update apps list' , removed the apps filter. but this does not have any effect.


I have created many apps previously and saw that after clicking the update apps list , I could see there was a processing and then automatically the browser refreshed to show the new effects. but now and all of sudden it stops doing this. 

can you please help in this regard? why this happened? what is the solution?

Avatar
Discard
Best Answer

Hi,

There are a few possible reasons why your newly created module is not appearing in the app list after clicking "Update Apps List". Here are some troubleshooting steps you can try:

1.Check the module's dependencies: Make sure that your new module does not have any missing dependencies or conflicting dependencies with other installed modules. If there are missing or conflicting dependencies, Odoo may not display the module in the app list. You can check this by reviewing the "depends" section in your module's manifest file.

2.Check the module's installation status: Go to the "Installed Apps" menu and check if your new module is listed there. If it is listed but not installed, try installing it manually from there.

3.Clear browser cache: Sometimes, the browser cache can cause issues with displaying updates in Odoo. Try clearing your browser's cache and refreshing the page to see if the changes take effect.

4.Check server logs: Check the server logs to see if there are any errors related to the module installation. You can access the logs from the command line or through the Odoo interface in the "Settings" menu under the "Technical" section.

5.Restart Odoo server: If none of the above steps work, try restarting the Odoo server to see if the changes take effect.

Regards.

Avatar
Discard
Best Answer

Try that:

You must restart your Odoo Server everytime you make changes in your apps at addons' directory.

Using Debian:

 - Go to your terminal and type 'workon ', and than type 'systemctl restart odoo'.

 - Now you can 'klick in the left top Corner Main Menu, APPS and than UPDATES'.

Avatar
Discard
Best Answer

check folder security and path 

Avatar
Discard
Related Posts Replies Views Activity
0
May 23
1068
1
Sep 22
2468
5
Dec 18
37281
2
Jun 23
2017
1
Jan 23
2154