X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=__openerp__.py;h=70828e1ebb40f546eb6bc6ec3b21bef5d611af29;hb=c7ca26937740fe2b3290a87d6d5b29448e792b23;hp=3982ab5e781a762adbdec1099745effe4f22811e;hpb=e6528058d94758daa528cb92008889400466b31a;p=burette%2Faccount_analytic_improvement.git diff --git a/__openerp__.py b/__openerp__.py index 3982ab5..70828e1 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # Account analytic improved module for OpenERP, Improve some account -# analytic module problem Copyright (C) 2015 L'Heureux Cyclage +# analytic module problem Copyright (C) 2015-2018 L'Heureux Cyclage # () Ludovic CHEVALIER # # This file is a part of Account analytic improved @@ -36,7 +36,8 @@ It installs the profile for bike co-ops to manage some features like: * Analytic account is mandatory, and is filter (normal, with code and open only) in: * expense form view; * account invoice form view. - * ... + * Description is available on normal analytic account; + * … """, 'website': 'http://www.heureux-cyclage.org', 'images': [], @@ -49,6 +50,7 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'view/account.xml', + 'view/analytic.xml', 'view/hr_expense.xml', 'view/purchase.xml', 'view/sale.xml',