diff --git a/account_tax_analysis/README.rst b/account_tax_analysis/README.rst index 3e953de06..c0a8941c6 100644 --- a/account_tax_analysis/README.rst +++ b/account_tax_analysis/README.rst @@ -9,3 +9,8 @@ and/or financial accounts. This way you will find easily differences you may see between the OpenERP tax report and what you see in your books. + +Contributors +============ + + * Vincent Renaville (Camptocamp SA) diff --git a/account_tax_analysis/__openerp__.py b/account_tax_analysis/__openerp__.py index 4e2ba8dff..29ffaa9de 100644 --- a/account_tax_analysis/__openerp__.py +++ b/account_tax_analysis/__openerp__.py @@ -20,7 +20,7 @@ {"name": "Tax analysis", "version": "1.0", "depends": ["base", "account"], - "author": "CamptoCamp SA", + "author": "Camptocamp SA", "category": 'Accounting & Finance', "website": "http://www.camptocamp.com", "data": ["account_tax_analysis_view.xml"],