account.report.column :: Accounting Report Column

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

  • blank_if_zero [boolean]: Blank if Zero

  • create_date [readonlydatetime]: Created on

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

  • custom_audit_action_id [many2one: ir.actions.act_window]: Custom Audit Action

  • display_name [readonlychar]: Display Name

  • expression_label [requiredchar]: Expression Label

  • figure_type [requiredselection]: Figure Type

  • id [readonlyinteger]: ID

  • name [requiredchar]: Name

  • report_id [many2one: account.report]: Report

  • sequence [integer]: Sequence

  • sortable [boolean]: Sortable

  • write_date [readonlydatetime]: Last Updated on

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