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][IMP] account_invoice_refund_link: Make more reliable the linking #1526

Commits on Aug 7, 2023

  1. [IMP] account_invoice_refund_link: Make more reliable the linking

    Hooking on a high level method like `_reverse_moves` (although still
    being private), makes that other modules hooking into it may alter the
    number of returned lines (like for example,
    account_invoice_refund_line_selection).
    
    We choose the low-level `copy_data` method that is used in such method
    for linking the refund lines with their origin ones, avoiding the
    problem.
    pedrobaeza committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ea47cf4 View commit details
    Browse the repository at this point in the history