ir.default :: Default Values

Mixin that overrides the create and write methods to properly generate ir.model.data entries flagged with Studio for the corresponding resources. Doesn't create an ir.model.data if the record is part of a module being currently installed as the ir.model.data will be created automatically afterwards.

Fields

  • company_id [many2one: res.company]: Company

  • condition [char]: Condition

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • field_id [requiredmany2one: ir.model.fields]: Field

  • id [readonlyinteger]: ID

  • json_value [requiredchar]: Default Value (JSON format)

  • user_id [many2one: res.users]: User

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by