account.report.expression :: Accounting Report Expression

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

  • auditable [boolean]: Auditable

  • blank_if_zero [boolean]: Blank if Zero

  • carryover_target [char]: Carry Over To

  • create_date [readonlydatetime]: Created on

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

  • date_scope [requiredselection]: Date Scope

  • display_name [readonlychar]: Display Name

  • engine [requiredselection]: Computation Engine

  • figure_type [selection]: Figure Type

  • formula [requiredchar]: Formula

  • green_on_positive [boolean]: Is Growth Good when Positive

  • id [readonlyinteger]: ID

  • label [requiredchar]: Label

  • report_line_id [requiredmany2one: account.report.line]: Report Line

  • report_line_name [readonlychar]: Report Line Name

  • subformula [char]: Subformula

  • write_date [readonlydatetime]: Last Updated on

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