[MERGE] account company default overdue_msg
authorAntony Lesuisse <al@openerp.com>
Wed, 24 Aug 2011 22:51:52 +0000 (00:51 +0200)
committerAntony Lesuisse <al@openerp.com>
Wed, 24 Aug 2011 22:51:52 +0000 (00:51 +0200)
bzr revid: al@openerp.com-20110824225152-i2426qncfhimv7vw

1  2 
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: