planning.send :: Send Planning

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

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • employee_ids [many2many: hr.employee]: Employees

  • employees_no_email [many2many: hr.employee]: Employees without email

  • end_datetime [requireddatetime]: Stop Date

  • id [readonlyinteger]: ID

  • include_unassigned [boolean]: Include Open Shifts

  • note [text]: Extra Message

  • slot_ids [readonlymany2many: planning.slot]: Slot

  • start_datetime [requireddatetime]: Period

  • write_date [readonlydatetime]: Last Updated on

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