[15.0][ADD] missed default partial account_reconcile_model#4552
Open
[15.0][ADD] missed default partial account_reconcile_model#4552
Conversation
Member
|
Please provide more info about this and greenify CIs. |
Author
|
Hello, in odoo 15.0 was introduced by default partial reconcile. I have to do a PR too, with Total reconcile, introduced between 11.0 and 12.0 , without that and module account_accountant installed ( or some like these), keeps moves open after payment https://github.com/odoo/odoo/blob/ba1ba88874e2ae9716e59ec199eb739d58c3f771/addons/account/data/account_data.xml#L189 |
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.
By default , must be created 2 reconcile method, in odoo 15.0 was introduced the partial one:
https://github.com/odoo/odoo/blob/ca9db797e37e29030d6f727bd0c0947d09aea203/addons/account/models/chart_template.py#L1063