[MODULE] ~udpate from upstream
[burette/account_export_csv.git] / __openerp__.py
index b62a8ab..6c23586 100644 (file)
@@ -1,7 +1,8 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
 #
-#    Author Joel Grand-Guillaume and Vincent Renaville Copyright 2013 Camptocamp SA
+#    Author Joel Grand-Guillaume and Vincent Renaville
+#    Copyright 2013 Camptocamp SA
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU Affero General Public License as
 ##############################################################################
 
 {
-    'name' : 'Account Export CSV',
-    'version' : '1.1',
-    'depends' : [
-                 'account',
-                 ],
-    'author' : 'Camptocamp',
+    'name': 'Account Export CSV',
+    'version': '1.1',
+    'depends': [
+        'account',
+    ],
+    'author': "Camptocamp,Odoo Community Association (OCA)",
     'description': """
 
-    Add a wizard that allow you to export a csv file based on accounting journal entries 
+    Add a wizard that allow you to export a csv file based on accounting
+    journal entries
 
     - Trial Balance
     - Analytic Balance (with accounts)
 
     You can filter by period
 
-    TODO: rearange wizard view with only one button to generate file plus define a selection list to select report type
+    TODO: rearange wizard view with only one button to generate file plus
+    define a selection list to select report type
     """,
     'website': 'http://www.camptocamp.com',
     'data': [
-            'wizard/account_export_csv_view.xml',
-            'menu.xml',
-                  ],
+        'wizard/account_export_csv_view.xml',
+        'menu.xml',
+    ],
     'installable': True,
     'active': False,
 }