X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=6ecb280a3e43377a514dfb6059a3885dcd7acffc;hb=22acee50f57e8a6629da19ac2f277ded175b88ed;hp=620a4a786e33c356fc98186f3609602bfad8ae92;hpb=72ee6995f41ad13cc8fc3d9a9fd25a484f0ec63a;p=burette%2Fmobilidees.git diff --git a/__openerp__.py b/__openerp__.py index 620a4a7..6ecb280 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,10 +43,15 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/plan_comptable_general.xml', 'data/account.xml', 'data/point_of_sale.xml', 'data/sale.xml', 'data/stock.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/membership.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,