account.report :: Accounting Report

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

  • active [boolean]: Active

  • annotations_ids [one2many: account.report.annotation]: Annotations

  • availability_condition [selection]: Availability

  • chart_template [selection]: Chart of Accounts

  • column_ids [one2many: account.report.column]: Columns

  • country_id [many2one: res.country]: Country

  • create_date [readonlydatetime]: Created on

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

  • currency_translation [selection]: Currency Translation

  • custom_handler_model_id [many2one: ir.model]: Custom Handler Model

  • custom_handler_model_name [readonlychar]: Custom Handler Model Name

  • default_opening_date_filter [selection]: Default Opening

  • display_name [readonlychar]: Display Name

  • filter_account_type [selection]: Account Types

  • filter_aml_ir_filters [boolean]: Favorite Filters

  • filter_analytic [boolean]: Analytic Filter

  • filter_analytic_groupby [boolean]: Analytic Group By

  • filter_budgets [boolean]: Budgets

  • filter_date_range [boolean]: Date Range

  • filter_fiscal_position [boolean]: Filter Multivat

  • filter_growth_comparison [boolean]: Growth Comparison

  • filter_hide_0_lines [selection]: Hide lines at 0

  • filter_hierarchy [selection]: Account Groups

  • filter_journals [boolean]: Journals

  • filter_multi_company [selection]: Multi-Company

  • filter_partner [boolean]: Partners

  • filter_period_comparison [boolean]: Period Comparison

  • filter_show_draft [boolean]: Draft Entries

  • filter_unfold_all [boolean]: Unfold All

  • filter_unreconciled [boolean]: Unreconciled Entries

  • horizontal_group_ids [many2many: account.report.horizontal.group]: Horizontal Groups

  • id [readonlyinteger]: ID

  • integer_rounding [selection]: Integer Rounding

  • is_account_coverage_report_available [readonlyboolean]: Is Account Coverage Report Available

  • line_ids [one2many: account.report.line]: Lines

  • load_more_limit [integer]: Load More Limit

  • name [requiredchar]: Name

  • only_tax_exigible [boolean]: Only Tax Exigible Lines

  • prefix_groups_threshold [integer]: Prefix Groups Threshold

  • root_report_id [many2one: account.report]: Root Report

  • search_bar [boolean]: Search Bar

  • section_main_report_ids [many2many: account.report]: Section Of

  • section_report_ids [many2many: account.report]: Sections

  • send_and_print_values [json]: Send And Print Values

  • sequence [integer]: Sequence

  • tax_closing_start_date [date]: Start Date

  • use_sections [boolean]: Composite Report

  • variant_report_ids [one2many: account.report]: Variants

  • write_date [readonlydatetime]: Last Updated on

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