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][FIX] account_invoice_report_payment_info: compute should be multi #293

Commits on Oct 18, 2023

  1. [FIX] account_invoice_report_payment_info: compute should be multi

    super() is multi-record, like all compute methods.
    
    This one should be too. Otherwise, it fails to integrate with `l10n_fr_account_vat_return` with `ValueError: Expected singleton: account.move(739, 737, 741, 735)`.
    
    @moduon MT-1075
    yajo committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    764a06b View commit details
    Browse the repository at this point in the history