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
code [char(7)]:
Verification Code
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by
display_name [readonly; char]:
Display Name
id [readonly; integer]:
ID
qrcode [readonly; binary]:
Qrcode
secret [readonly; required; char]:
Secret
url [readonly; char]:
Url
user_id [readonly; required; many2one: res.users]:
User
write_date [readonly; datetime]:
Last Updated on
write_uid [readonly; many2one: res.users]:
Last Updated by