Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4 Odpowiedzi
356 Widoki

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?


Awatar
Odrzuć
Autor Najlepsza odpowiedź
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.

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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.




Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
gru 23
3228
0
wrz 23
3129
1
paź 24
3734
5
lis 19
5389
2
maj 18
22473