X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbikecoop.git;a=blobdiff_plain;f=__openerp__.py;h=2d79d836fb03e973d1a53cd7793441cddbc8ce59;hp=33117728c0528d0e9214c29fe8b050ed84a5e1c2;hb=527199b498834e537562e54af76cf7e84be0d814;hpb=f56e599dc8b495184f6609f71c46bf1b760ebb16 diff --git a/__openerp__.py b/__openerp__.py index 3311772..2d79d83 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # Bikecoop module for OpenERP, Custom module for bike coop' -# Copyright (C) 2012-2013 L'Heureux Cyclage () +# Copyright (C) 2012-2014 L'Heureux Cyclage () # # This file is a part of Bikecoop # @@ -44,8 +44,12 @@ This module is to configure modules related to a bike Co-op. 'point_of_sale', 'purchase', ], + 'init_xml': [ + 'data/sequence.xml', + ], 'update_xml': [ 'data/base.xml', + 'data/users.xml', 'data/res_partner.xml', 'data/bikecoop.xml', 'view/bikecoop.xml',