TIP: You can type at any time to perform a new search.
MIS Builder Cash Flow
mis_builder_cash_flow · OCA/account-financial-reporting
- Repository
- OCA/account-financial-reporting · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Uncategorized
- Folder size
- 0.22 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-financial-reporting
- Last tracking update
- 2026-08-07 08:42:47
- Authors
- Odoo Community Association (OCA), ADHOC SA
- Maintainers
- Odoo Community Association (OCA), ADHOC SA
- Committers
- Enric Tobella, Weblate, ThiagoMForgeFlow, OCA-git-bot, oca-ci, Luis Rodriguez
- Odoo dependencies
- Python dependencies
- openupgradelib
- System dependencies
- None
- Required by
- oca_all
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 | form | Inherits account.view_account_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
hide_in_cash_flowBooleanstring='Hide in Cash Flow?'
No public methods.
New fields (13)
-
account_idMany2one → account.accountauto_join=Truecomodel_name='account.account'index=Truereadonly=Truestring='Account' -
account_typeSelectionreadonly=Truerelated='account_id.account_type' -
company_idMany2one → res.companyauto_join=Truecomodel_name='res.company'index=Truereadonly=Truestring='Company' -
creditFloatreadonly=True -
dateDateindex=Truereadonly=True -
debitFloatreadonly=True -
full_reconcile_idMany2one → account.full.reconcileindex=Truereadonly=Truestring='Matching Number' args: 'account.full.reconcile' -
line_typeSelectionindex=Truereadonly=True args: [('forecast_line', 'Forecast Line'), ('move_line', 'Journal Item')] -
move_line_idMany2one → account.move.lineauto_join=Truecomodel_name='account.move.line'readonly=Truestring='Journal Item' -
nameCharreadonly=True -
parent_stateSelectionselection='_selection_parent_state' -
partner_idMany2one → res.partnercomodel_name='res.partner'readonly=Truestring='Partner' -
reconciledBooleanreadonly=True
-
action_open_related_line(self) -
init(self)
New fields (6)
-
account_idMany2one → account.accountcomodel_name='account.account'help='The account of the forecast line is only for informative purpose'required=Truestring='Account' -
balanceFloatrequired=True -
company_idMany2one → res.companydefault=<expr>index=Truerequired=Truestring='Company' args: 'res.company' -
dateDateindex=Truerequired=True -
nameChardefault='/'required=True -
partner_idMany2one → res.partnercomodel_name='res.partner'string='Partner'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 16 days ago
- Last activity
- 0 days ago
- Repository
- OCA/account-financial-reporting
- Pull request
- [19.0][MIG] mis_builder_cash_flow: Migration to version 19.0 (#1554)