X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=bf8a11903958ae24dcf6010505e49ad34d8d1a14;hb=505f80f1afae1192d20918a07e8abe52b741fd7f;hp=0d424421adaaf94b835b1f6a9ee70b5a2d5f768e;hpb=6f3d24d8305b02cb5b7eb254bdb37984eedc4e66;p=burette%2Fletriseratop.git diff --git a/__openerp__.py b/__openerp__.py index 0d42442..bf8a119 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,9 +44,11 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/bikecoop.xml', 'data/products_categories.xml', 'data/products_products.xml', 'view/bikecoop.xml', + 'view/membership.xml', ], 'installable': True, 'auto_install': False,