mail.activity.schedule :: Activity schedule plan Wizard

Model super-class for transient records, meant to be temporarily persistent, and regularly vacuum-cleaned. A TransientModel has a simplified access rights management, all users can create new records, and may only access the records they created. The superuser has unrestricted access to all TransientModel records.

Fields

  • activity_category [readonlyselection]: Action

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

  • activity_user_id [many2one: res.users]: Assigned to

  • chaining_type [readonlyselection]: Chaining Type

  • company_id [readonlyrequiredmany2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

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

  • date_deadline [date]: Due Date

  • department_id [readonlymany2one: hr.department]: Department

  • display_name [readonlychar]: Display Name

  • error [readonlyhtml]: Error

  • has_error [readonlyboolean]: Has Error

  • id [readonlyinteger]: ID

  • is_batch_mode [readonlyboolean]: Use in batch

  • note [html]: Note

  • plan_available_ids [readonlymany2many: mail.activity.plan]: Plan Available

  • plan_date [date]: Plan Date

  • plan_department_filterable [readonlyboolean]: Plan Department Filterable

  • plan_has_user_on_demand [readonlyboolean]: Has on demand responsible

  • plan_id [many2one: mail.activity.plan]: Plan

  • plan_on_demand_user_id [many2one: res.users]: Assigned To

  • plan_summary [readonlyhtml]: Plan Summary

  • res_ids [readonlytext]: Document IDs

  • res_model [readonlyrequiredchar]: Model

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

  • summary [char]: Summary

  • write_date [readonlydatetime]: Last Updated on

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