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_date_deadline_range [integer]:
Due Date In
activity_date_deadline_range_type [selection]:
Due type
activity_note [html]:
Message
activity_type_id [required; many2one: mail.activity.type]:
Activity type
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by