X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=dae4e1ee6aba139b1df800f27720c3a21377f546;hb=2db89c959fcc4a9e972db1b6c418566003abb4b6;hp=6211cb45b2aaeb42d81625ae29201493681d08b1;hpb=668dfda403672b9bdd8589a6286da27458dbfaf6;p=burette%2Fdynamo.git diff --git a/__openerp__.py b/__openerp__.py index 6211cb4..dae4e1e 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -41,10 +41,12 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/suppliers.xml', 'data/product.xml', - 'data/res_partner.xml', + 'data/sale_products.xml', + 'view/dynamo.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, 'images': [], }