From: Divyesh Makwana (Open ERP) Date: Fri, 21 Oct 2011 12:07:55 +0000 (+0530) Subject: [FIX] sale_journal: Update label of property invoice type field X-Git-Tag: 6.1.0-rc1-addons~1614^2 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=0d1df3ac3a4bfe8a8c3a59cf0222c626b69684fa;p=odoo%2Fodoo.git [FIX] sale_journal: Update label of property invoice type field lp bug: https://launchpad.net/bugs/878125 fixed bzr revid: mdi@tinyerp.com-20111021120755-y3u9k17lcbbr7e4x --- diff --git a/addons/sale_journal/sale_journal.py b/addons/sale_journal/sale_journal.py index 136e7d6..4b83f8d 100644 --- a/addons/sale_journal/sale_journal.py +++ b/addons/sale_journal/sale_journal.py @@ -50,7 +50,7 @@ class res_partner(osv.osv): string = "Invoicing Method", view_load = True, group_name = "Accounting Properties", - help = "The type of journal used for sales and picking."), + help = "This invoicing method will be used, for invoicing to the current partner."), } res_partner()