[FIX] sale_journal: Update label of property invoice type field
authorDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Fri, 21 Oct 2011 12:07:55 +0000 (17:37 +0530)
committerDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Fri, 21 Oct 2011 12:07:55 +0000 (17:37 +0530)
lp bug: https://launchpad.net/bugs/878125 fixed

bzr revid: mdi@tinyerp.com-20111021120755-y3u9k17lcbbr7e4x

addons/sale_journal/sale_journal.py

index 136e7d6..4b83f8d 100644 (file)
@@ -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()