[MERGE] account company default overdue_msg

bzr revid: al@openerp.com-20110824225152-i2426qncfhimv7vw
This commit is contained in:
Antony Lesuisse 2011-08-25 00:51:52 +02:00
commit fbdf6fd3e6
1 changed files with 6 additions and 5 deletions

View File

@ -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.
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: