X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=__openerp__.py;h=bd01ae7a0465d3509b7a881cf8dfa419bafb105c;hb=33cff8e2c12173a29c5e769982f374275479dc24;hp=4f4de6d8fad355f961be5c6dd82902ea734bed9a;hpb=377c4e73b510f4547b6bf62f90345e8161c111ab;p=burette%2Fdynamo.git diff --git a/__openerp__.py b/__openerp__.py index 4f4de6d..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 # @@ -43,7 +43,8 @@ It installs the profile for bike co-ops to manage some features like: '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,