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
active [boolean]:
Active
company_id [readonly; required; many2one: res.company]:
Company
company_lock_date [date]:
Original Lock Date
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by
display_name [readonly; char]:
Display Name
end_datetime [datetime]:
End Date
fiscalyear_lock_date [readonly; date]:
Global Lock Date
id [readonly; integer]:
ID
lock_date [date]:
Changed Lock Date
lock_date_field [required; selection]:
Lock Date Field
purchase_lock_date [readonly; date]:
Purchase Lock Date
reason [char]:
Reason
sale_lock_date [readonly; date]:
Sales Lock Date
state [readonly; selection]:
State
tax_lock_date [readonly; date]:
Tax Return Lock Date