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.