Skip to content

Commit

Permalink
Make bus auto-install
Browse files Browse the repository at this point in the history
This way, `oomusic` will also install automatically at DB
initialization.
  • Loading branch information
DocMarty84 committed Dec 15, 2019
1 parent eb340a0 commit 233b265
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extra/to_apply.diff
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,13 @@ index 95327e62167..53d276a1c8d 100644
+ <!-- Second Level Menu -->
+ <menuitem id="menu_action_ldap_installer" parent="base.menu_users" action="action_ldap_installer" sequence="100"/>
</odoo>
diff --git a/addons/bus/__manifest__.py b/addons/bus/__manifest__.py
index 2489f6a..541115b 100644
--- a/addons/bus/__manifest__.py
+++ b/addons/bus/__manifest__.py
@@ -10,4 +10,5 @@
'security/ir.model.access.csv',
],
'installable': True,
+ 'auto_install': True,
}

0 comments on commit 233b265

Please sign in to comment.