snailmail.letter :: Snailmail Letter

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • attachment_datas [readonlybinary]: Document

  • attachment_fname [readonlychar]: Attachment Filename

  • attachment_id [many2one: ir.attachment]: Attachment

  • city [char]: City

  • color [boolean]: Color

  • company_id [readonlyrequiredmany2one: res.company]: Company

  • country_id [many2one: res.country]: Country

  • cover [boolean]: Cover Page

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • duplex [boolean]: Both side

  • error_code [selection]: Error

  • id [readonlyinteger]: ID

  • info_msg [html]: Information

  • message_id [many2one: mail.message]: Snailmail Status Message

  • model [requiredchar]: Model

  • notification_ids [one2many: mail.notification]: Notifications

  • partner_id [requiredmany2one: res.partner]: Recipient

  • reference [readonlychar]: Related Record

  • report_template [many2one: ir.actions.report]: Optional report to print and attach

  • res_id [requiredinteger]: Document ID

  • state [readonlyrequiredselection]: Status

  • state_id [many2one: res.country.state]: State

  • street [char]: Street

  • street2 [char]: Street2

  • user_id [many2one: res.users]: Sent by

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by

  • zip [char]: Zip