From eab761da7e8595bfc8975cba12e42d2fb2ec89c1 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 27 May 2013 08:49:11 +0200 Subject: [PATCH] [FIX] account_compute_tax_amount: rename field in __openerp__.py --- account_compute_tax_amount/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_compute_tax_amount/__openerp__.py b/account_compute_tax_amount/__openerp__.py index 5efd4711e..a1344d71d 100644 --- a/account_compute_tax_amount/__openerp__.py +++ b/account_compute_tax_amount/__openerp__.py @@ -26,7 +26,7 @@ "author" : "Camptocamp", "description": """Recompute tax_amount to avoid sign problem""", 'website': 'http://www.camptocamp.com', - 'date' : [], + 'data' : [], 'installable': True, 'active': False, }