[VIEW] ~account_analytic field is mandatory and filter in account invoice form
[burette/account_analytic_improvement.git] / __openerp__.py
index d21497c..28f0e31 100644 (file)
@@ -33,17 +33,22 @@ 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_invoice_view.xml',
         'view/hr_expense.xml',
     ],
     'installable': True,