[MERGE] lp:871680
authorRaphael Collet <rco@openerp.com>
Mon, 17 Oct 2011 12:37:04 +0000 (14:37 +0200)
committerRaphael Collet <rco@openerp.com>
Mon, 17 Oct 2011 12:37:04 +0000 (14:37 +0200)
bzr revid: rco@openerp.com-20111017123704-4xmangetbcrqtum9

1  2 
addons/account/installer.py

@@@ -178,8 -178,8 +178,7 @@@ class account_installer(osv.osv_memory)
                      }
                      new_paid_tax_code_temp = obj_tax_code_temp.create(cr, uid, vals_paid_tax_code_temp, context=context)
                      purchase_tax_temp = obj_tax_temp.create(cr, uid, {
-                                              'name': _('TAX %s%%') % (p_tax*100),
-                                              'description': _('TAX %s%%') % (p_tax*100),
+                                              'name': _('Purchase TAX %s%%') % (p_tax*100),
 -                                             'description': _('TAX %s%%') % (p_tax*100),
                                               'amount': p_tax,
                                               'base_code_id': new_tax_code_temp,
                                               'tax_code_id': new_paid_tax_code_temp,