X-Git-Url: http://git.cyclocoop.org/?p=burette%2Frecupr.git;a=blobdiff_plain;f=__openerp__.py;h=d14d0ca5b65ecb4cc7400931bacd671951fac2ff;hp=25dd532a1408aa4fb16fa3ae1c3ccf44294d4e90;hb=HEAD;hpb=4024401c3bd1db407a706456f6e3d85f2500c2f9 diff --git a/__openerp__.py b/__openerp__.py index 25dd532..160fd44 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,10 +43,10 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', - 'data/product_categories.xml', - 'data/product_products.xml', - 'data/suppliers.xml', - 'data/members.xml', + 'data/stock.xml', + 'data/sale.xml', + 'data/point_of_sale.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,