X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27user%27%2C%20userid=session.user.id%29%20%7D%7D?a=blobdiff_plain;f=__openerp__.py;h=c5117d69f40ce146f16c7dad274de3a4b65b2778;hb=0e9571550045674cef1edbe5a5ae84248189138b;hp=b5c8cd0be57ee466370b406415078f9fb11e9699;hpb=3d3c866367776c562ce5dca46b32de2952b43820;p=burette%2Fbretzselle.git diff --git a/__openerp__.py b/__openerp__.py index b5c8cd0..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,9 @@ 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',