[IMP]account:overdue payment default value is set without space
authorMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Thu, 18 Aug 2011 07:27:24 +0000 (12:57 +0530)
committerMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Thu, 18 Aug 2011 07:27:24 +0000 (12:57 +0530)
bzr revid: mma@tinyerp.com-20110818072724-cua8hhk77dpwq4zm

addons/account/company.py

index c7836e0..82a60be 100644 (file)
@@ -36,9 +36,9 @@ class res_company(osv.osv):
     }
 
     _defaults = {
-        'overdue_msg': 'Please note that the following payments are now due. If your payment \
-                        has been sent, kindly forward your payment details. If payment will be \
-                        delayed further, please contact us to discuss. \
+        'overdue_msg': 'Please note that the following payments are now due.\
+                         \nIf your payment has been sent, kindly forward your payment details.\
+                         \nIf payment will be delayed further, please contact us to discuss.\
                         \nWould your payment have been carried out after this mail was sent, please consider the present one as void.'
     }