Skip to content

Commit

Permalink
[FIX] iap: Don't be auto-installed if you are not going to use any IA…
Browse files Browse the repository at this point in the history
…P module

It will be installed when you install one module that requires it.
  • Loading branch information
pedrobaeza authored and OCA-git-bot committed Aug 16, 2019
1 parent c066c3d commit 086a366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/iap/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
'qweb': [
'static/src/xml/iap_templates.xml',
],
'auto_install': True,
'auto_install': False,
# needed because dependencies can't be changed in a stable version
# TODO in master: add web_settings_dashboard to depends and remove this
'post_init_hook': '_install_web_settings_dashboard',
Expand Down

0 comments on commit 086a366

Please sign in to comment.