account_followup.followup.line :: Follow-up Criteria

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

  • activity_default_responsible_type [requiredselection]: Responsible

  • activity_note [text]: Note

  • activity_summary [char]: Summary

  • activity_type_id [many2one: mail.activity.type]: Activity Type

  • additional_follower_ids [many2many: res.users]: Add followers

  • auto_execute [boolean]: Automatic

  • company_id [requiredmany2one: res.company]: Company

  • create_activity [boolean]: Schedule Activity

  • create_date [readonlydatetime]: Created on

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

  • delay [requiredinteger]: Due Days

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • join_invoices [boolean]: Attach Invoices

  • mail_template_id [many2one: mail.template]: Mail Template

  • name [requiredchar]: Description

  • send_email [boolean]: Send Email

  • send_sms [boolean]: Send SMS Message

  • sms_template_id [many2one: sms.template]: Sms Template

  • write_date [readonlydatetime]: Last Updated on

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