[19.0][MIG] mis_builder_cash_flow: Migration to version 19.0 - #1554
Merged
Merged
Conversation
adasatorres-tecnativa
force-pushed
the
19.0-mig-mis_builder_cash_flow
branch
2 times, most recently
from
August 10, 2026 10:42
94d31de to
45d6f34
Compare
Contributor
|
This #1543 should be included in separate commit before the migrations ones. Also squash administrative commits please. |
adasatorres-tecnativa
force-pushed
the
19.0-mig-mis_builder_cash_flow
branch
from
August 20, 2026 07:44
45d6f34 to
9f0c844
Compare
For mis_builder to compute correctly bale we need accounts with user type include_initial_balance. We use receivable type which is the more accurate for this purpose
Currently translated at 100.0% (52 of 52 strings) Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-mis_builder_cash_flow Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-mis_builder_cash_flow/pt/
Currently translated at 100.0% (53 of 53 strings) Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/es_AR/
Currently translated at 37.7% (20 of 53 strings) Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/nl/
Currently translated at 81.1% (43 of 53 strings) Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/es/
- On v13, invoices are journal entries, so we have to explicitly exclude cancelled invoices from the expression. We leave draft ones, as they are good for forecasting. - Default value for the company of the forecast line doesn't follow new specification, putting an incorrect value. - Extra improvement: avoid a non needed casting of the fixed column type.
"Target Moves" option in MIS report instance was previously ignored. Now it's taken into account, but still excluding cancelled entries.
Currently translated at 100.0% (55 of 55 strings) Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/es_AR/
Currently translated at 100.0% (55 of 55 strings) Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-mis_builder_cash_flow Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-mis_builder_cash_flow/it/
eduezerouali-tecnativa
suggested changes
Aug 20, 2026
adasatorres-tecnativa
force-pushed
the
19.0-mig-mis_builder_cash_flow
branch
from
August 20, 2026 12:25
ff0034d to
cb6ad81
Compare
Author
adasatorres-tecnativa
force-pushed
the
19.0-mig-mis_builder_cash_flow
branch
from
August 28, 2026 14:33
cb6ad81 to
62be1c3
Compare
Member
|
/ocabot migration mis_builder_cash_flow @adasatorres-tecnativa please cherry-pick latest commit from the 17 improvement about plans (the commit name seems weird right now). |
Cash flow plans are a recurring template that generates a whole series of forecast lines with a single click. A per-company, configurable limit on the number of forecast lines a single plan can generate at once, to avoid runaway series over very long date ranges.
adasatorres-tecnativa
force-pushed
the
19.0-mig-mis_builder_cash_flow
branch
from
September 1, 2026 12:06
62be1c3 to
acffa30
Compare
Author
|
Ready @pedrobaeza |
Member
|
@eduezerouali-tecnativa please check |
eduezerouali-tecnativa
suggested changes
Sep 1, 2026
adasatorres-tecnativa
force-pushed
the
19.0-mig-mis_builder_cash_flow
branch
from
September 2, 2026 21:21
acffa30 to
2976dd2
Compare
Author
eduezerouali-tecnativa
approved these changes
Sep 3, 2026
eduezerouali-tecnativa
left a comment
Contributor
There was a problem hiding this comment.
LGTM + tested on runboat
Author
|
ping @pedrobaeza |
Contributor
|
What a great day to merge this nice PR. Let's do it! |
Contributor
|
Congratulations, your PR was merged at 6a7c307. Thanks a lot for contributing to OCA. ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR performs the standard migration of the module and includes the implementation introduced in PR #1543.
@Tecnativa TT61712