user20895058
user20895058

Reputation:

Cancel installation is shown after installing my module in Odoo

I have created a custom module which I am trying to install but it shows me cancel installation button after I try to install it.

This issue is not seen in any other custom modules or other modules. But installation is not working for my module.

Upvotes: 0

Views: 372

Answers (1)

Yassir Irfan
Yassir Irfan

Reputation: 1210

"Cancel Installation" button could be visible on these situations.

  1. Another module is being installed.
  2. Whenever the server restarts.

According to your query i guess that the cause of your issue might be 'Circular Dependency'.

Please re-check your 'depends' : [] inside __manifest__.py

Upvotes: 0

Related Questions