MIS Builder Cash Flow

mis_builder_cash_flow
REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/18.0/mis_builder_cash_flow
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ADHOC SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ADHOC SA
COMMITTERS
COMMITTERSEnric Tobella, Weblate, OCA-git-bot, oca-ci, ThiagoMForgeFlow, Luis Rodriguez
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
    - spreadsheet_dashboard
    - spreadsheet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to have a cash flow forecast. The forecast is
based on two types of date:

- Accounting entries: Due date field instead of Date
- Forecast lines: manual lines created that forecast in/out cashflow
  moves.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mis_cash_flow_forecast_line_view_form mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line form New
mis_cash_flow_forecast_line_view_search mis.cash_flow.forecast_line.search mis.cash_flow.forecast_line search New
mis_cash_flow_forecast_line_view_tree mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line list New
mis_cash_flow_form_view mis.cash_flow.form mis.cash_flow form New
mis_cash_flow_search_view mis.cash_flow.search mis.cash_flow search New
mis_cash_flow_tree_view mis.cash_flow.tree mis.cash_flow list New
view_account_form account.account.form account.account field Inherits account.view_account_form
Models touched (3)

New fields (1)
  • hide_in_cash_flow Boolean
    string='Hide in Cash Flow?'
Public methods (0)

No public methods.

New fields (13)
  • account_id Many2one → account.account
    auto_join=True comodel_name='account.account' index=True readonly=True string='Account'
  • account_type Selection
    readonly=True related='account_id.account_type'
  • company_id Many2one → res.company
    auto_join=True comodel_name='res.company' index=True readonly=True string='Company'
  • credit Float
    readonly=True
  • date Date
    index=True readonly=True
  • debit Float
    readonly=True
  • full_reconcile_id Many2one → account.full.reconcile
    index=True readonly=True string='Matching Number' args: 'account.full.reconcile'
  • line_type Selection
    index=True readonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')]
  • move_line_id Many2one → account.move.line
    auto_join=True comodel_name='account.move.line' readonly=True string='Journal Item'
  • name Char
    readonly=True
  • parent_state Selection
    selection='_selection_parent_state'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' readonly=True string='Partner'
  • reconciled Boolean
    readonly=True
Public methods (2)
  • action_open_related_line(self)
  • init(self)

New fields (6)
  • account_id Many2one → account.account
    comodel_name='account.account' help='The account of the forecast line is only for informative purpose' required=True string='Account'
  • balance Float
    required=True
  • company_id Many2one → res.company
    default=<expr> index=True required=True string='Company' args: 'res.company'
  • date Date
    index=True required=True
  • name Char
    default='/' required=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/17.0/mis_builder_cash_flow
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ADHOC SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ADHOC SA
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, Christopher Ormaza, ThiagoMForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
    - spreadsheet_dashboard
    - spreadsheet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to have a cash flow forecast. The forecast is
based on two types of date:

- Accounting entries: Due date field instead of Date
- Forecast lines: manual lines created that forecast in/out cashflow
  moves.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mis_cash_flow_forecast_line_view_form mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line form New
mis_cash_flow_forecast_line_view_search mis.cash_flow.forecast_line.search mis.cash_flow.forecast_line search New
mis_cash_flow_forecast_line_view_tree mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line tree New
mis_cash_flow_form_view mis.cash_flow.form mis.cash_flow form New
mis_cash_flow_search_view mis.cash_flow.search mis.cash_flow search New
mis_cash_flow_tree_view mis.cash_flow.tree mis.cash_flow tree New
view_account_form account.account.form account.account field Inherits account.view_account_form
Models touched (3)

New fields (1)
  • hide_in_cash_flow Boolean
    string='Hide in Cash Flow?'
Public methods (0)

No public methods.

New fields (13)
  • account_id Many2one → account.account
    auto_join=True comodel_name='account.account' index=True readonly=True string='Account'
  • account_type Selection
    readonly=True related='account_id.account_type'
  • company_id Many2one → res.company
    auto_join=True comodel_name='res.company' index=True readonly=True string='Company'
  • credit Float
    readonly=True
  • date Date
    index=True readonly=True
  • debit Float
    readonly=True
  • full_reconcile_id Many2one → account.full.reconcile
    index=True readonly=True string='Matching Number' args: 'account.full.reconcile'
  • line_type Selection
    index=True readonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')]
  • move_line_id Many2one → account.move.line
    auto_join=True comodel_name='account.move.line' readonly=True string='Journal Item'
  • name Char
    readonly=True
  • parent_state Selection
    selection='_selection_parent_state'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' readonly=True string='Partner'
  • reconciled Boolean
    readonly=True
Public methods (2)
  • action_open_related_line(self)
  • init(self)

New fields (6)
  • account_id Many2one → account.account
    comodel_name='account.account' help='The account of the forecast line is only for informative purpose' required=True string='Account'
  • balance Float
    required=True
  • company_id Many2one → res.company
    default=<expr> index=True required=True string='Company' args: 'res.company'
  • date Date
    index=True required=True
  • name Char
    default='/' required=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/16.0/mis_builder_cash_flow
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ADHOC SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ADHOC SA
COMMITTERS
COMMITTERSPedro M. Baeza, Weblate, OCA-git-bot, Simone Rubino, oca-ci, Stefan, ThiagoMForgeFlow, Carlos Liébana
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
    - spreadsheet_dashboard
    - spreadsheet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mis_cash_flow_forecast_line_view_form mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line form New
mis_cash_flow_forecast_line_view_search mis.cash_flow.forecast_line.search mis.cash_flow.forecast_line search New
mis_cash_flow_forecast_line_view_tree mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line tree New
mis_cash_flow_form_view mis.cash_flow.form mis.cash_flow form New
mis_cash_flow_search_view mis.cash_flow.search mis.cash_flow search New
mis_cash_flow_tree_view mis.cash_flow.tree mis.cash_flow tree New
view_account_form account.account.form account.account field Inherits account.view_account_form
Models touched (3)

New fields (1)
  • hide_in_cash_flow Boolean
    string='Hide in Cash Flow?'
Public methods (0)

No public methods.

New fields (13)
  • account_id Many2one → account.account
    auto_join=True comodel_name='account.account' index=True readonly=True string='Account'
  • account_type Selection
    readonly=True related='account_id.account_type'
  • company_id Many2one → res.company
    auto_join=True comodel_name='res.company' index=True readonly=True string='Company'
  • credit Float
    readonly=True
  • date Date
    index=True readonly=True
  • debit Float
    readonly=True
  • full_reconcile_id Many2one → account.full.reconcile
    index=True readonly=True string='Matching Number' args: 'account.full.reconcile'
  • line_type Selection
    index=True readonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')]
  • move_line_id Many2one → account.move.line
    auto_join=True comodel_name='account.move.line' readonly=True string='Journal Item'
  • name Char
    readonly=True
  • parent_state Selection
    selection='_selection_parent_state'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' readonly=True string='Partner'
  • reconciled Boolean
    readonly=True
Public methods (2)
  • action_open_related_line(self)
  • init(self)

New fields (6)
  • account_id Many2one → account.account
    comodel_name='account.account' help='The account of the forecast line is only for informative purpose' required=True string='Account'
  • balance Float
    required=True
  • company_id Many2one → res.company
    default=<expr> index=True required=True string='Company' args: 'res.company'
  • date Date
    index=True required=True
  • name Char
    default='/' required=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/15.0/mis_builder_cash_flow
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ADHOC SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ADHOC SA
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Jasmin Solanki
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mis_cash_flow_forecast_line_view_form mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line form New
mis_cash_flow_forecast_line_view_search mis.cash_flow.forecast_line.search mis.cash_flow.forecast_line search New
mis_cash_flow_forecast_line_view_tree mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line tree New
mis_cash_flow_form_view mis.cash_flow.form mis.cash_flow form New
mis_cash_flow_search_view mis.cash_flow.search mis.cash_flow search New
mis_cash_flow_tree_view mis.cash_flow.tree mis.cash_flow tree New
view_account_form account.account.form account.account field Inherits account.view_account_form
Models touched (4)

New fields (1)
  • hide_in_cash_flow Boolean
    string='Hide in Cash Flow?'
Public methods (0)

No public methods.

New fields (13)
  • account_id Many2one → account.account
    auto_join=True comodel_name='account.account' index=True readonly=True string='Account'
  • account_internal_type Selection
    readonly=True related='account_id.user_type_id.type'
  • company_id Many2one → res.company
    auto_join=True comodel_name='res.company' index=True readonly=True string='Company'
  • credit Float
    readonly=True
  • date Date
    index=True readonly=True
  • debit Float
    readonly=True
  • full_reconcile_id Many2one → account.full.reconcile
    index=True readonly=True string='Matching Number' args: 'account.full.reconcile'
  • line_type Selection
    index=True readonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')]
  • move_line_id Many2one → account.move.line
    auto_join=True comodel_name='account.move.line' readonly=True string='Journal Item'
  • name Char
    readonly=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' readonly=True string='Partner'
  • reconciled Boolean
    readonly=True
  • state Selection
    selection='_selection_parent_state'
Public methods (2)
  • action_open_related_line(self)
  • init(self)

New fields (6)
  • account_id Many2one → account.account
    comodel_name='account.account' help='The account of the forecast line is only for informative purpose' required=True string='Account'
  • balance Float
    required=True
  • company_id Many2one → res.company
    default=<expr> index=True required=True string='Company' args: 'res.company'
  • date Date
    index=True required=True
  • name Char
    default='/' required=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/14.0/mis_builder_cash_flow
VERSION
VERSION 1.0.5
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ADHOC SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ADHOC SA
COMMITTERS
COMMITTERSRaphaël Valyi, Enric Tobella, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, Simone Rubino, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mis_cash_flow_forecast_line_view_form mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line form New
mis_cash_flow_forecast_line_view_search mis.cash_flow.forecast_line.search mis.cash_flow.forecast_line search New
mis_cash_flow_forecast_line_view_tree mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line tree New
mis_cash_flow_form_view mis.cash_flow.form mis.cash_flow form New
mis_cash_flow_search_view mis.cash_flow.search mis.cash_flow search New
mis_cash_flow_tree_view mis.cash_flow.tree mis.cash_flow tree New
view_account_form account.account.form account.account field Inherits account.view_account_form
Models touched (4)

New fields (1)
  • hide_in_cash_flow Boolean
    string='Hide in Cash Flow?'
Public methods (0)

No public methods.

New fields (13)
  • account_id Many2one → account.account
    auto_join=True comodel_name='account.account' index=True readonly=True string='Account'
  • account_internal_type Selection
    readonly=True related='account_id.user_type_id.type'
  • company_id Many2one → res.company
    auto_join=True comodel_name='res.company' index=True readonly=True string='Company'
  • credit Float
    readonly=True
  • date Date
    index=True readonly=True
  • debit Float
    readonly=True
  • full_reconcile_id Many2one → account.full.reconcile
    index=True readonly=True string='Matching Number' args: 'account.full.reconcile'
  • line_type Selection
    index=True readonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')]
  • move_line_id Many2one → account.move.line
    auto_join=True comodel_name='account.move.line' readonly=True string='Journal Item'
  • name Char
    readonly=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' readonly=True string='Partner'
  • reconciled Boolean
    readonly=True
  • state Selection
    selection='_selection_parent_state'
Public methods (2)
  • action_open_related_line(self)
  • init(self)

New fields (6)
  • account_id Many2one → account.account
    comodel_name='account.account' help='The account of the forecast line is only for informative purpose' required=True string='Account'
  • balance Float
    required=True
  • company_id Many2one → res.company
    default=<expr> index=True required=True string='Company' args: 'res.company'
  • date Date
    index=True required=True
  • name Char
    default='/' required=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/13.0/mis_builder_cash_flow
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ADHOC SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ADHOC SA
COMMITTERS
COMMITTERSPedro M. Baeza, mreficent, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mis_cash_flow_forecast_line_view_form mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line form New
mis_cash_flow_forecast_line_view_search mis.cash_flow.forecast_line.search mis.cash_flow.forecast_line search New
mis_cash_flow_forecast_line_view_tree mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line tree New
mis_cash_flow_form_view mis.cash_flow.form mis.cash_flow form New
mis_cash_flow_search_view mis.cash_flow.search mis.cash_flow search New
mis_cash_flow_tree_view mis.cash_flow.tree mis.cash_flow tree New
view_account_form account.account.form account.account field Inherits account.view_account_form
Models touched (4)

New fields (1)
  • hide_in_cash_flow Boolean
    string='Hide in Cash Flow?'
Public methods (0)

No public methods.

New fields (13)
  • account_id Many2one → account.account
    auto_join=True comodel_name='account.account' index=True readonly=True string='Account'
  • account_internal_type Selection
    readonly=True related='account_id.user_type_id.type'
  • company_id Many2one → res.company
    auto_join=True comodel_name='res.company' index=True readonly=True string='Company'
  • credit Float
    readonly=True
  • date Date
    index=True readonly=True
  • debit Float
    readonly=True
  • full_reconcile_id Many2one → account.full.reconcile
    index=True readonly=True string='Matching Number' args: 'account.full.reconcile'
  • line_type Selection
    index=True readonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')]
  • move_line_id Many2one → account.move.line
    auto_join=True comodel_name='account.move.line' readonly=True string='Journal Item'
  • name Char
    readonly=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' readonly=True string='Partner'
  • reconciled Boolean
    readonly=True
  • state Selection
    selection='_selection_parent_state'
Public methods (2)
  • action_open_related_line(self)
  • init(self)

New fields (6)
  • account_id Many2one → account.account
    comodel_name='account.account' help='The account of the forecast line is only for informative purpose' required=True string='Account'
  • balance Float
    required=True
  • company_id Many2one → res.company
    default=<expr> index=True required=True string='Company' args: 'res.company'
  • date Date
    index=True required=True
  • name Char
    default='/' required=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/12.0/mis_builder_cash_flow
VERSION
VERSION 1.3.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ADHOC SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ADHOC SA
COMMITTERS
COMMITTERSOCA Transbot, Juan Jose Scarafia, oca-travis, Weblate, OCA-git-bot, sergiocorato, amcor
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
OCA/web:
    - web_widget_color
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mis_cash_flow_forecast_line_view_form mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line form New
mis_cash_flow_forecast_line_view_search mis.cash_flow.forecast_line.search mis.cash_flow.forecast_line search New
mis_cash_flow_forecast_line_view_tree mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line tree New
mis_cash_flow_form_view mis.cash_flow.form mis.cash_flow form New
mis_cash_flow_search_view mis.cash_flow.search mis.cash_flow search New
mis_cash_flow_tree_view mis.cash_flow.tree mis.cash_flow tree New
view_account_form account.account.form account.account field Inherits account.view_account_form
Models touched (3)

New fields (1)
  • hide_in_cash_flow Boolean
    string='Hide in Cash Flow?'
Public methods (0)

No public methods.

New fields (12)
  • account_id Many2one → account.account
    auto_join=True comodel_name='account.account' index=True readonly=True string='Account'
  • company_id Many2one → res.company
    auto_join=True comodel_name='res.company' index=True readonly=True string='Company'
  • credit Float
    readonly=True
  • date Date
    index=True readonly=True
  • debit Float
    readonly=True
  • full_reconcile_id Many2one → account.full.reconcile
    index=True readonly=True string='Matching Number' args: 'account.full.reconcile'
  • line_type Selection
    index=True readonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')]
  • move_line_id Many2one → account.move.line
    auto_join=True comodel_name='account.move.line' readonly=True string='Journal Item'
  • name Char
    readonly=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' readonly=True string='Partner'
  • reconciled Boolean
    readonly=True
  • user_type_id Many2one → account.account.type
    auto_join=True index=True readonly=True args: 'account.account.type'
Public methods (2)
  • action_open_related_line(self)
    @api.multi
  • init(self)
    @api.model_cr

New fields (6)
  • account_id Many2one → account.account
    comodel_name='account.account' help='The account of the forecast line is only for informative purpose' required=True string='Account'
  • balance Float
    required=True
  • company_id Many2one → res.company
    default=<expr> index=True required=True string='Company' args: 'res.company'
  • date Date
    index=True required=True
  • name Char
    default='/' required=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Partner'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/11.0/mis_builder_cash_flow
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ADHOC SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ADHOC SA
COMMITTERS
COMMITTERSEnric Tobella, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/mis-builder
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mis-builder:
    - mis_builder
OCA/reporting-engine:
    - report_xlsx
OCA/server-ux:
    - date_range
OCA/web:
    - web_widget_color
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mis_cash_flow_forecast_line_view_form mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line form New
mis_cash_flow_forecast_line_view_search mis.cash_flow.forecast_line.search mis.cash_flow.forecast_line search New
mis_cash_flow_forecast_line_view_tree mis.cash_flow.forecast_line.tree mis.cash_flow.forecast_line tree New
mis_cash_flow_form_view mis.cash_flow.form mis.cash_flow form New
mis_cash_flow_search_view mis.cash_flow.search mis.cash_flow search New
mis_cash_flow_tree_view mis.cash_flow.tree mis.cash_flow tree New
view_account_form account.account.form account.account field Inherits account.view_account_form
Models touched (3)

New fields (1)
  • hide_in_cash_flow Boolean
    string='Hide in Cash Flow?'
Public methods (0)

No public methods.

New fields (11)
  • account_id Many2one → account.account
    auto_join=True comodel_name='account.account' index=True readonly=True string='Account'
  • company_id Many2one → res.company
    auto_join=True comodel_name='res.company' index=True readonly=True string='Company'
  • credit Float
    readonly=True
  • date Date
    index=True readonly=True
  • debit Float
    readonly=True
  • full_reconcile_id Many2one → account.full.reconcile
    index=True readonly=True string='Matching Number' args: 'account.full.reconcile'
  • line_type Selection
    index=True readonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')]
  • move_line_id Many2one → account.move.line
    auto_join=True comodel_name='account.move.line' readonly=True string='Journal Item'
  • name Char
    readonly=True
  • reconciled Boolean
    readonly=True
  • user_type_id Many2one → account.account.type
    auto_join=True index=True readonly=True args: 'account.account.type'
Public methods (2)
  • action_open_related_line(self)
    @api.multi
  • init(self)
    @api.model_cr

New fields (5)
  • account_id Many2one → account.account
    comodel_name='account.account' help='The account of the forecast line is only for informative purpose' required=True string='Account'
  • balance Float
    required=True
  • company_id Many2one → res.company
    default=<expr> index=True required=True string='Company' args: 'res.company'
  • date Date
    index=True required=True
  • name Char
    default='/' required=True
Public methods (0)

No public methods.