X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbretzselle.git;a=blobdiff_plain;f=__openerp__.py;h=c5117d69f40ce146f16c7dad274de3a4b65b2778;hp=4d92710c942451de13c91e4bfa4f058a38966af7;hb=HEAD;hpb=c533c7832414feff6b99f71d405077b1086d87c0 diff --git a/__openerp__.py b/__openerp__.py index 4d92710..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,6 +43,7 @@ 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', @@ -50,6 +51,12 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_categories.xml', 'data/products_products.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,