Ir al contenido
Menú
Se marcó esta pregunta
4 Respuestas
4767 Vistas

OS: Windows 11


Odoo Version: Odoo 16.0-20240305 (Community Edition) and PostSQL 12


I have installed Odoo 16 by Windows Installer and now it's running on localhost:8069. I have also activated developer mode.


In the Apps page, the purple navigation bar at the top has buttons "Apps", "App Store", "Updates", "Updates Apps List" and "Apply Scheduled Upgrades", but has no button to install 3rd party apps; there are only 50 apps for display in the category of the left menu. The search bar can't find all the 3rd party apps, either.


Even though I can download 3rd party Zip files in apps.odoo.com, I can't install them since there is no install button in my Apps page.


What action have I missed? How to (1)find 3rd party apps in the search bar and (2) install, activate and use these apps?


Thanks

Avatar
Descartar
Autor

Hi
(I) Thanks for the reply, but it didn't work.

Below is how I've done:
1. My addons_path = c:\odoo16\server\odoo\addons
2. I downloaded this free app https://apps.odoo.com/apps/modules/16.0/ecpay_invoice_website/
3. The extracted ZIP file contains two folders, "ecpay_invoice" and "ecpay_invoice_tw"
4. I placed these two folders in C:\ODOO16\server\addons
5. Turned off the browser then started the browser again, then went to: http://localhost:8069/web#action=36&model=ir.module.module&view_type=kanban&cids=1&menu_id=5
6. Clicked "Update Apps List"
7. The app did not show up
9. I've tried with other free apps either and yet they could not show up.

What have I missed or done wrong? What extra information do I have to offer to get help?

(II) I've seen others that can find third party apps in the Apps page and do not need to download via apps.odoo.com. How did they do that?

Mejor respuesta

You need to place the modules (extracted) into the apps folder path specified in your config file.
Then restart Odoo service and go to Apps, then click "Update" to get them in the list.
Finally you can then install them.

Avatar
Descartar
Mejor respuesta

HI, you can follow this: 

https://youtu.be/AiwKyMVa_jQ

Hope it helps

Avatar
Descartar
Autor Mejor respuesta

Hi 

(I) Thanks for the reply, but it didn't work.


Below is how I've done:

1. My addons_path = c:\odoo16\server\odoo\addons

2. I downloaded this free app https://apps.odoo.com/apps/modules/16.0/ecpay_invoice_website/

3. The extracted ZIP file contains two folders, "ecpay_invoice" and "ecpay_invoice_tw"

4. I placed these two folders in C:\ODOO16\server\addons

5. Turned off the browser then started the browser again, then went to: http://localhost:8069/web#action=36&model=ir.module.module&view_type=kanban&cids=1&menu_id=5

6. Clicked "Update Apps List"

7. The app did not show up

9. I've tried with other free apps either and yet they could not show up.


What have I missed or done wrong? What extra information do I have to offer to get help?


(II) I've seen others that can find third party apps in the Apps page and do not need to download via apps.odoo.com. How did they do that?

Avatar
Descartar

It looks like your addons_path is missing the path where you actually placed the extracted addons. You'll need to add C:\odoo16\server\addons to the addons_path variable in your configuration file (it's just a comma separated list of paths).

Once that's done, you need to restart the Odoo server (not the browser), and carry on with your steps 5 through 6.

Mejor respuesta

Hi,

Locate Odoo Addons Path from Config File:

  • Open your Odoo configuration file (usually named odoo.conf).
  • Look for the addons_path setting, which specifies the path(s) where Odoo looks for modules. It might look like this:
    ini
    • addons_path = /path/to/odoo/addons,/path/to/your/modules
      
  • Extract the Module Zip File:
    • Extract the contents of the downloaded module zip file.
  • Copy the Module to the Specified Path:
    • Copy the extracted module folder or files into the directory specified in the addons_path setting.
  • Restart Odoo Server:
    • After copying the module, restart your Odoo server to apply the changes.
  • Update Apps List:
    • Go to the "Apps" page in Odoo and click on the "Update Apps List" button. This will refresh the list of available modules.
  • Install the Module:
    • Now that the module is in the specified addons path, you should be able to see it in the list of available apps on the "Apps" page.
    • Find your module and click on the "Install" button to install it.


Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
nov 23
29290
3
abr 23
4321
2
mar 24
42428
2
jul 23
1867
2
mar 23
2287