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.cyclocoop.org/%27http:/ie7-js.googlecode.com/svn/test/index.html/%7B%7B%20url_for%28%27admin_vote_deleteattachment%27%2C%20voteid=vote.id%2C%20attachmentid=attachment.id%29%20%7D%7D?a=commitdiff_plain;h=c0547bc07bbdbe5d2bc7bf8d8b7d9b70810f16aa;p=burette%2Fmobilidees.git [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': [ ],