Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][ADD] account_reconcile_no_numerical_token #753

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Commits on Nov 28, 2024

  1. [ADD] account_reconcile_no_numerical_token

    By default, when Odoo encounters a bank statement line ref such as a34bc3xxx1, it
    will extract the numerical characters and concatenate them into a numerical token,
    eg. 3431 in this case. If then a move line is found that has for example cxxx343y1
    as a ref, it will match with this one also: not on the text ref but via the
    numerical component.
    
    Sometimes this is not desirable.
    
    This module allows to configure a checkbox on a reconcile model to disable
    numerical token matching for this model.
    thomaspaulb committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    8a22d84 View commit details
    Browse the repository at this point in the history