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
alarm_type [required; selection]:
Type
body [text]:
Additional Message
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by
default_for_new_appointment_type [boolean]:
New Appointments Default
display_name [readonly; char]:
Display Name
duration [required; integer]:
Remind Before
duration_minutes [readonly; integer]:
Duration in minutes