account.report.line :: Accounting Report Line

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

  • account_codes_formula [char]: Account Codes Formula Shortcut

  • action_id [many2one: ir.actions.actions]: Action

  • aggregation_formula [char]: Aggregation Formula Shortcut

  • children_ids [one2many: account.report.line]: Child Lines

  • code [char]: Code

  • create_date [readonlydatetime]: Created on

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

  • display_custom_groupby_warning [readonlyboolean]: Display Custom Groupby Warning

  • display_name [readonlychar]: Display Name

  • domain_formula [char]: Domain Formula Shortcut

  • expression_ids [one2many: account.report.expression]: Expressions

  • external_formula [char]: External Formula Shortcut

  • foldable [boolean]: Foldable

  • groupby [char]: Group By

  • hide_if_zero [boolean]: Hide if Zero

  • hierarchy_level [requiredinteger]: Level

  • horizontal_split_side [selection]: Horizontal Split Side

  • id [readonlyinteger]: ID

  • name [requiredchar]: Name

  • parent_id [many2one: account.report.line]: Parent Line

  • print_on_new_page [boolean]: Print On New Page

  • report_id [requiredmany2one: account.report]: Parent Report

  • sequence [integer]: Sequence

  • tax_tags_formula [char]: Tax Tags Formula Shortcut

  • user_groupby [char]: User Group By

  • write_date [readonlydatetime]: Last Updated on

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