X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__openerp__.py;h=d991fba9e84884a50ddb4fb2bbe20e649e4759ae;hp=7b5968ec8daff38e2c779e9aef89554968470185;hb=ed75ed4b2c7ba315420d8a875487699417e4a601;hpb=90cd658ae8427f7d12a50ceea6f110e7e3367f9c diff --git a/__openerp__.py b/__openerp__.py index 7b5968e..d991fba 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,10 +45,12 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/base.xml', 'data/plan_comptable_general.xml', 'data/products_categories.xml', 'data/products_products.xml', 'data/members.xml', + 'data/users.xml', 'view/bikecoop.xml', ], 'installable': True,