X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=e54339979567b6c0a621db176545d4b0eca50df6;hb=9a8d339c911493c5d2cd183e38a3873e7ad984de;hp=a21dc9d3752016f346234d4f4ef3057973d03cf5;hpb=6c5a1b9375be2d45862eafac35bff5aad39eda0b;p=burette%2Fbretzselle.git diff --git a/__openerp__.py b/__openerp__.py index a21dc9d..e543399 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,10 @@ It installs the profile for bike co-ops to manage some features like: 'update_xml': [ 'data/base.xml', 'data/point_of_sale.xml', + 'data/sale.xml', + 'data/stock.xml', + 'data/products_categories.xml', + 'data/plan_comptable_general.xml', ], 'installable': True, 'auto_install': False,