X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=b31f5df0051d43ab230b07c08ac4fa3ec8af3d95;hb=f4ab8bd3a020fa8fe27ab5c3326f9bcbc6fd179b;hp=02e9b8e49595d2a5ff8cb0d3bc8985685cadb3fa;hpb=ed3060f1b7beaf8b843d16f1ada831d2128af96a;p=burette%2Flhc.git diff --git a/__openerp__.py b/__openerp__.py index 02e9b8e..b31f5df 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- ############################################################################## # -# lhc_custom_oe module for OpenERP, Customize OpenERP for L'Heureux Cyclage -# Copyright (C) 2013 L'Heureux Cyclage () +# lhc module for OpenERP, Customize OpenERP for L'Heureux Cyclage Copyright +# (C) 2013-2017 L'Heureux Cyclage () # # This file is a part of lhc_custom_oe # @@ -37,17 +37,22 @@ Module pour les personnalisations de L'Heureux Cyclage 'account', 'analytic', 'document', + 'event', 'hr_expense', + 'remembership', ], 'update_xml': [ 'security/lhc_custom_oe_security.xml', 'security/ir.model.access.csv', - 'data/wiki.xml', + 'security/ir_rule.xml', + 'data/account_invoice.xml', 'view/account_invoice.xml', - 'view/account.xml', 'view/base.xml', + 'view/event.xml', 'view/hr_expense.xml', 'view/membership.xml', + 'view/project.xml', + 'view/res_partner.xml', 'view/wiki.xml', ], 'installable': True,