X-Git-Url: http://git.cyclocoop.org/?p=burette%2Faccount_analytic_improvement.git;a=blobdiff_plain;f=__openerp__.py;h=3982ab5e781a762adbdec1099745effe4f22811e;hp=d21497c6fdd45a85d8577a4e8c33a3e56880510c;hb=e6528058d94758daa528cb92008889400466b31a;hpb=7041f56558dd71e38a87cff74786ea30fca68795 diff --git a/__openerp__.py b/__openerp__.py index d21497c..3982ab5 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -33,18 +33,25 @@ 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; + * account invoice form view. * ... """, 'website': 'http://www.heureux-cyclage.org', 'images': [], 'depends': [ 'account', + 'analytic', 'hr_expense', ], 'init_xml': [ ], 'update_xml': [ + 'view/account.xml', 'view/hr_expense.xml', + 'view/purchase.xml', + 'view/sale.xml', ], 'installable': True, 'auto_install': False,