X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=__openerp__.py;h=b5c8cd0be57ee466370b406415078f9fb11e9699;hb=3d3c866367776c562ce5dca46b32de2952b43820;hp=a21dc9d3752016f346234d4f4ef3057973d03cf5;hpb=6c5a1b9375be2d45862eafac35bff5aad39eda0b;p=burette%2Fbretzselle.git diff --git a/__openerp__.py b/__openerp__.py index a21dc9d..b5c8cd0 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,15 @@ 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/plan_comptable_general.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/products_products_old.xml', + 'view/point_of_sale.xml', + 'view/bikecoop.xml', + 'security/ir.model.access.csv', ], 'installable': True, 'auto_install': False,