X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=c5117d69f40ce146f16c7dad274de3a4b65b2778;hb=HEAD;hp=5f26c93bd49ee7482d993b9628562d2ac3a29918;hpb=e0da1a3bd6ea7ecb75615fe4117d026972262704;p=burette%2Fbretzselle.git diff --git a/__openerp__.py b/__openerp__.py index 5f26c93..c5117d6 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # bretzselle module for OpenERP, Customise OpenERP for Bretz'Selle -# Copyright (C) 2014 Bretz'Selle () +# Copyright (C) 2014-2016 Bretz'Selle () # # This file is a part of bretzselle # @@ -43,13 +43,20 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/document.xml', 'data/point_of_sale.xml', 'data/sale.xml', 'data/stock.xml', 'data/plan_comptable_general.xml', 'data/products_categories.xml', 'data/products_products.xml', - 'data/members.xml', + 'data/products_products_old.xml', + 'view/account.xml', + 'view/account_voucher.xml', + 'view/hr_expense.xml', + 'view/point_of_sale.xml', + 'view/bikecoop.xml', + 'security/ir.model.access.csv', ], 'installable': True, 'auto_install': False,