diff --git a/admin_technical_features/__openerp__.py b/admin_technical_features/__openerp__.py index cd0b644fa..2b2ce6372 100644 --- a/admin_technical_features/__openerp__.py +++ b/admin_technical_features/__openerp__.py @@ -48,7 +48,7 @@ Module developed and tested with Odoo version 8.0 For questions, please contact our support services \ (support@savoirfairelinux.com) """, - 'depends': [], + 'depends': ['base_import'], 'external_dependencies': { 'python': [], },