İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
278 Görünümler

Hello, 


As the name suggest, I made a custom module but I cannot add to my local host.

  1. I added the addon path to odoo.conf 
  2. I updated the app list via the UI 
  3. I checked the manifest and init

But I cannot find the source of the issue 


Anyone an idea ? 

Avatar
Vazgeç
En İyi Yanıt

hi Valentine, 

Just put that module in a other folder and give that as the path in odoo.conf file

eg:

Create a folder name custom -> then move the dkm_custom to that folder

Then in the odoo.conf file add like this:
​C:\Users\ValentinVanderstraet\odoo\custom

Hope this help.

Avatar
Vazgeç
Üretici

Thanks, how can I say this has been solved

En İyi Yanıt

Hii,
Here is some step you will check 


Step 1: Check Folder Name

Step 2:addons_path in odoo.conf

addons_path = C:\Users\ValentinVanderstraet\odoo\odoo\addons,C:\Users\ValentinVanderstraet\odoo\enterprise,C:\Users\ValentinVanderstraet\odoo\custom_addons

change it as per your path

and in manifest file make sure 

'installable': True,

is set 

Restart Odoo and Update App List
  1. Save changes.
  2. Run Odoo again.
  3. Go to Apps in Odoo UI.
  4. Click on the debug icon (bug icon top-right) > Update App List
  5. Click "Update"

i  hope it is use full

Avatar
Vazgeç