after put module in addons in odoo 15 CE and update apps list i have this error message
"External IDs cannot contain spaces"
how to resolve it ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
after put module in addons in odoo 15 CE and update apps list i have this error message
"External IDs cannot contain spaces"
how to resolve it ?
Hi,
There might be some records with whose id contains a space in it. Try to find the record, remove the space from the id and update the apps list again.
Thanks
Please your answer is not clear, I have the same error message when I tried to update the app list after putting the new app module in addon directory, I think this is something code error on the app.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
i found my error , there is space in the name of module , i remove it and it's work
yes , should not contain space in folder name of module
Hi,
I think this is because of when we creating a module(The Folder Name). the module name should not contain space, insted of space you can use underscore.
Yes the problem because of space in folder path of any module in your addons path.