ir.attachment.report :: Storage

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • name [readonlychar]: Resource Name

  • res_id [readonlymany2one_reference]: Record

  • res_model [readonlychar]: Model

  • size [integer]: Total Size