mail.activity.plan :: Activity Plan

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

  • active [boolean]: Active

  • company_id [many2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

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

  • department_assignable [readonlyboolean]: Department Assignable

  • department_id [many2one: hr.department]: Department

  • display_name [readonlychar]: Display Name

  • has_user_on_demand [readonlyboolean]: Has on demand responsible

  • id [readonlyinteger]: ID

  • name [requiredchar]: Name

  • res_model [requiredselection]: Model

  • res_model_id [requiredmany2one: ir.model]: Applies to

  • steps_count [readonlyinteger]: Steps Count

  • template_ids [one2many: mail.activity.plan.template]: Activities

  • write_date [readonlydatetime]: Last Updated on

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