X-Git-Url: http://git.cyclocoop.org/?p=burette%2Faccount_export_csv.git;a=blobdiff_plain;f=__openerp__.py;h=6c23586b723dbd4c75cb89648d1158c115e1235c;hp=b62a8abdb34c1dca0c580a727e57b7318c87fd11;hb=a28f724f21642c2f743c9f13628b71ff7e24c0eb;hpb=08602cdaf3da7cc8cd2a649a24eedb251bdf0951 diff --git a/__openerp__.py b/__openerp__.py index b62a8ab..6c23586 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -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 @@ -19,15 +20,16 @@ ############################################################################## { - '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) @@ -35,13 +37,14 @@ 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, }