X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=__openerp__.py;h=0fe5362ee7d15eeaa0562a0a1eed97ef60b779c6;hb=refs%2Fheads%2F7.0;hp=46136c49c95a766c36b94253b2ea73a8ac568e48;hpb=0cffed73ae7d627ffbf7016f9d9fec3df9522f7c;p=burette%2Fchoisir.git diff --git a/__openerp__.py b/__openerp__.py index 46136c4..0fe5362 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -42,6 +42,12 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/account.xml', + 'data/base.xml', + 'data/point_of_sale.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/sale.xml', + 'data/stock.xml', ], 'installable': True, 'auto_install': False,