~openerp-dev/openobject-addons/acct_prj_hr_logs

« back to all changes in this revision

Viewing changes to account_invoice_layout/account_invoice_layout.py

  • Committer: pap(openerp)
  • Date: 2010-06-21 05:19:03 UTC
  • mfrom: (3638.1.26 trunk-dev-addons3)
  • Revision ID: pap@tinyerp.co.in-20100621051903-lm0gpjuehqakpntg
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    _name = 'notify.message'
27
27
    _description = 'Notify By Messages'
28
28
    _columns = {
29
 
        'name' :  fields.char('Title',size=64,required=True),
30
 
        'msg' : fields.text('Special Message',size=125,required=True,help='This notification will appear at the bottom of the Invoices when printed.',translate=True)
 
29
        'name' :  fields.char('Title', size=64, required=True),
 
30
        'msg' : fields.text('Special Message', size=125, required=True, help='This notification will appear at the bottom of the Invoices when printed.', translate=True)
31
31
    }
32
32
 
33
33
notify_message()