-
- Downloads
[IMP] account: introduce a date limit on the application of reconciliation models
This limit is set by the past_months_limit field of reconciliation models. When set, it specifies the number of months in the past to search for matches when using this model. Older move lines will be ignored. The point of this feature is to exclude too old stuff that we know we won't reconcile (because of import, old misconfiguration, former misuse of some features, ...). It also allows reducing the number of move lines taken into consideration, and solving perfomance issues functionnally by isolating the move lines into smaller periods to reconcile them separately.
Showing
- addons/account/models/account_reconcile_model.py 9 additions, 0 deletionsaddons/account/models/account_reconcile_model.py
- addons/account/tests/test_templates_consistency.py 1 addition, 1 deletionaddons/account/tests/test_templates_consistency.py
- addons/account/views/account_reconcile_model_views.xml 1 addition, 0 deletionsaddons/account/views/account_reconcile_model_views.xml
Please register or sign in to comment