From: Antony Lesuisse Date: Wed, 24 Aug 2011 22:51:52 +0000 (+0200) Subject: [MERGE] account company default overdue_msg X-Git-Tag: 6.1.0-rc1-addons~214^2~40 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=fbdf6fd3e6741d4960246c7eb5e35a2dba5b631b;p=odoo%2Fodoo.git [MERGE] account company default overdue_msg bzr revid: al@openerp.com-20110824225152-i2426qncfhimv7vw --- fbdf6fd3e6741d4960246c7eb5e35a2dba5b631b diff --cc addons/account/company.py index c7836e0,82a60be..986e7b5 --- a/addons/account/company.py +++ b/addons/account/company.py @@@ -36,12 -36,12 +36,13 @@@ 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. \ - \nWould your payment have been carried out after this mail was sent, please consider the present one as void.' - '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.' ++ '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. ++Would your payment have been carried out after this mail was sent, please consider the present one as void. ++''' } res_company() --# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: ++# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: