From 983d7dfe08883c905abf41dcef285fae6344f1a9 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 11 Nov 2014 17:20:10 +0100 Subject: [PATCH] Add contributors, typo in Camptocamp --- account_tax_analysis/README.rst | 5 +++++ account_tax_analysis/__openerp__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"],