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.
0
2 答案
0
最佳答案
0
最佳答案
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
- Save changes.
- Run Odoo again.
- Go to Apps in Odoo UI.
- Click on the debug icon (bug icon top-right) > Update App List
- Click "Update"
i hope it is use full