From 18d4d6f5f8df5cba48427f4fd82ab9b3cef6f71b Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 27 Aug 2012 12:48:52 +0200 Subject: [PATCH] [Module] +dependance base --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index ed1d633..d36bcdc 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': ['point_of_sale','account_voucher','account_accountant','membership'], + 'depends': ['base','point_of_sale','account_voucher','account_accountant','membership'], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml', -- 2.20.1