From: Ludovic CHEVALIER Date: Tue, 10 Jan 2017 10:42:47 +0000 (+0100) Subject: [MODULE] +nrt_point_of_sale dependancy X-Git-Url: http://git.cyclocoop.org/?p=burette%2Flesjantesdunord.git;a=commitdiff_plain;h=dc3bad2f2b917e14946bb561c8ced033032ce5f0 [MODULE] +nrt_point_of_sale dependancy --- diff --git a/__openerp__.py b/__openerp__.py index c1b0f6f..b98c984 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -38,6 +38,7 @@ It installs the profile for bike co-ops to manage some features like: 'website': 'http://www.lesjantesdunord.org/', 'depends': [ 'bikecoop_l10n_fr', + 'nrt_point_of_sale', ], 'init_xml': [ ],