Hi,
When trying to install my custom module after installing Odoo 17 Enterprise I get the following error:
Invalid Operation
Connection to https://apps.odoo.com failed, the module estate cannot be downloaded.
I tried to create a simple dummy module to test and the same issue is there.
Can you please help?
Regards,
Salim
I got the same error, it's said
Invalid Operation
The module <module_name> cannot be downloaded
Adding adding 'module_type': 'official' to the manifest didn't help in my case. Where did you find that information?
I just realized that the kanban view have 2 different "Activate" button(hence calling different function) for official and 'non-official' module.
The error happen when the button call 'button_immediate_install_app", and it tries to download the module from somewhere. The desired function is "button_immediate_install", so the other way to solve it is by changing the kanban view on app list, to make it call the correct function.
thank you Lizard Touch,
for me, kanban view on app list is giving error. I changed to list view , then activate the module, it works..!