bzr revid: mra@mra-laptop-20100929134400-outluwj0sf0icnvt
This commit is contained in:
Mustufa Rangwala 2010-09-29 19:14:00 +05:30
parent 7959ca299a
commit db39a0bac2
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from osv import fields, osv
class res_company(osv.osv):
_inherit = "res.company"
_columns = {
'overdue_msg' : fields.text('Overdue Payments Message', translate=True),
'overdue_msg': fields.text('Overdue Payments Message', translate=True),
'property_reserve_and_surplus_account': fields.property(
'account.account',
type='many2one',
@ -41,6 +41,7 @@ class res_company(osv.osv):
out after this mail was sent, please consider the present one as \
void. Do not hesitate to contact our accounting department'
}
res_company()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: