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
consolidated [boolean]:
Consolidated
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by
display_name [readonly; char]:
Display Name
gain [integer]:
Gain
id [readonly; integer]:
ID
new_value [required; integer]:
New Karma Value
old_value [readonly; integer]:
Old Karma Value
origin_ref [reference]:
Source
origin_ref_model_name [readonly; selection]:
Source Type