X-Git-Url: http://git.cyclocoop.org/?p=burette%2Frecupr.git;a=blobdiff_plain;f=__openerp__.py;h=d14d0ca5b65ecb4cc7400931bacd671951fac2ff;hp=0ccf24cabc812f435a8aa36e4ab9e780ff7794b2;hb=e7e81c4e396fd8f408484af1000fe655926e8602;hpb=4f6de3e9371f2ae3735933294eb9e1fb92bbaced diff --git a/__openerp__.py b/__openerp__.py index 0ccf24c..d14d0ca 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,8 +43,14 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/stock.xml', + 'data/sale.xml', + 'data/point_of_sale.xml', 'data/product_categories.xml', 'data/product_products.xml', + 'data/suppliers.xml', + 'data/members.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,