X-Git-Url: https://git.cyclocoop.org/?p=burette%2Faccount_analytic_improvement.git;a=blobdiff_plain;f=__openerp__.py;h=70828e1ebb40f546eb6bc6ec3b21bef5d611af29;hp=ac4c0298d219a93c3b5189a01e4f0b25f5e42bd8;hb=a0f2feceb77307142f934f95a49c34d9290a3a02;hpb=9c4035695c518f55b6ea2e67ae322c73746e0470 diff --git a/__openerp__.py b/__openerp__.py index ac4c029..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': [], @@ -48,8 +49,10 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ - 'view/account_invoice_view.xml', + 'view/account.xml', + 'view/analytic.xml', 'view/hr_expense.xml', + 'view/purchase.xml', 'view/sale.xml', ], 'installable': True,