From 50edbfb695d48673923551b7015c08d1b1ee9bd0 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 12 Sep 2012 10:17:16 +0200 Subject: [PATCH] [module] +dependance association --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index d36bcdc..005823d 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -18,7 +18,7 @@ It installs the profile for bike co-ops to manage memberships, membership produc """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['base','point_of_sale','account_voucher','account_accountant','membership'], + 'depends': ['base','point_of_sale','account_voucher','account_accountant','association'], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml', -- 2.20.1