[MODULE] ~copyright date
[burette/account_analytic_improvement.git] / __openerp__.py
index f7d782c..70828e1 100644 (file)
@@ -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
 #    (<http://www.heureux-cyclage.org>) Ludovic CHEVALIER
 #
 #    This file is a part of Account analytic improved
@@ -34,19 +34,26 @@ 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.
+    * Description is available on normal analytic account;
+    * …
     """,
     'website': 'http://www.heureux-cyclage.org',
     'images': [],
     'depends': [
+        'account',
         'analytic',
         'hr_expense',
     ],
     'init_xml': [
     ],
     'update_xml': [
+        'view/account.xml',
+        'view/analytic.xml',
         'view/hr_expense.xml',
+        'view/purchase.xml',
+        'view/sale.xml',
     ],
     'installable': True,
     'auto_install': False,