From: Ludovic CHEVALIER Date: Fri, 6 Jan 2017 11:18:53 +0000 (+0100) Subject: [Module] +depends to analytic and nrt_point_of_sale modules X-Git-Url: http://git.heureux-cyclage.org/?p=burette%2Fmobilidees.git;a=commitdiff_plain;h=c0547bc07bbdbe5d2bc7bf8d8b7d9b70810f16aa [Module] +depends to analytic and nrt_point_of_sale modules --- diff --git a/__openerp__.py b/__openerp__.py index 15a55ca..228c3e9 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -36,8 +36,10 @@ It installs the profile for bike co-ops to manage some features like: 'author': 'Mobil\'Idées', 'website': 'http://www.mobilidees.org/', 'depends': [ + 'analytic', 'bikecoop_l10n_fr', 'hr_expense', + 'nrt_point_of_sale', ], 'init_xml': [ ],