X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=bd01ae7a0465d3509b7a881cf8dfa419bafb105c;hb=HEAD;hp=6211cb45b2aaeb42d81625ae29201493681d08b1;hpb=668dfda403672b9bdd8589a6286da27458dbfaf6;p=burette%2Fdynamo.git diff --git a/__openerp__.py b/__openerp__.py index 6211cb4..bd01ae7 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # dynamo module for OpenERP, Dynamo specifities -# Copyright (C) 2013-2014 Dynamo () +# Copyright (C) 2013-2020 Dynamo () # # This file is a part of dynamo # @@ -41,8 +41,10 @@ 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, 'auto_install': False,