X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=__openerp__.py;h=e47bf40bf571ac38163b65a342ddbd37794da981;hb=a2ac4aade71e146b1b4e05fd4450b6a9ed546bdd;hp=b4ff53756b68e3c92cfcbecc98e624f6c3a425b3;hpb=4cc08cbc90d6428adc4cd2051e9f3291e3d5bc28;p=burette%2Frecupr.git diff --git a/__openerp__.py b/__openerp__.py index b4ff537..e47bf40 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,9 +43,13 @@ 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', ], 'installable': True, 'auto_install': False,