Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Custom Code: module dkm_custom not loaded in localhost odoo 18

Avatar
odoo
Avatar
Discard
2 Answers
0
Avatar
odoo
Best Answer

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.

1 Comment
Avatar
Discard
Avatar
odoo
-

Thanks, how can I say this has been solved

0
Avatar
odoo
Best Answer

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
Discard