X-Git-Url: http://git.cyclocoop.org/?p=burette%2Faccount_analytic_improvement.git;a=blobdiff_plain;f=__openerp__.py;h=fe1bd4d9a3274a8054af1967e2da0c072fb0182b;hp=f7d782ced665aad1a492341df02d96fdb917feed;hb=29fd1dc57556fcea910f4b618c9fc3f096e1ea9c;hpb=d3c874c828bf294a7a3797a0a5301e91ff29a021 diff --git a/__openerp__.py b/__openerp__.py index f7d782c..fe1bd4d 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -34,19 +34,24 @@ Account analytic module improvement 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 + * expense form view; + * account invoice form view. * ... """, 'website': 'http://www.heureux-cyclage.org', 'images': [], 'depends': [ + 'account', 'analytic', 'hr_expense', ], 'init_xml': [ ], 'update_xml': [ + 'view/account_invoice_view.xml', 'view/hr_expense.xml', + 'view/purchase.xml', + 'view/sale.xml', ], 'installable': True, 'auto_install': False,