X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=65353a7bfd0a392e812ea4e784c8d79b49783789;hb=3d74e074f4cc805070f5700af5db2a939927f6c2;hp=28f0e31129ce59ff71580ec564c8b8336c63a15d;hpb=35e291341cf1d44a81de2b7f8c959d45d37272ef;p=burette%2Faccount_analytic_improvement.git diff --git a/__openerp__.py b/__openerp__.py index 28f0e31..65353a7 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -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,11 @@ 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, 'auto_install': False,