From c0547bc07bbdbe5d2bc7bf8d8b7d9b70810f16aa Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 6 Jan 2017 12:18:53 +0100 Subject: [PATCH] [Module] +depends to analytic and nrt_point_of_sale modules --- __openerp__.py | 2 ++ 1 file changed, 2 insertions(+) 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': [ ], -- 2.20.1