3 Commits

Author SHA1 Message Date
OCA-git-bot
8e9b54b59e [BOT] post-merge updates 2024-10-29 11:35:46 +00:00
pilarvargas-tecnativa
bd09337805 [FIX] account_statement_import_move_line: Set reference in bank statement lines
The ‘ref’ field is not visible on invoices of type ‘out_invoice’.
In the tests, it is adding value to this field and therefore does not
fail to create a bank statement line where the ‘payment_ref’ field is
required. To solve this, the value of the ‘payment_ref’ field of the
bank statement lines is set as the reference of a supplier invoice
(‘ref’ in invoice lines) or as the reference of the payment
‘payment_reference’ (‘name’ in invoice lines).
2024-10-29 12:13:49 +01:00
Pedro M. Baeza
83c64b3622 [MOV] account_statement_import_move_line: Copied from account_bank_statement_import_move_line
It was renamed already in v14, so it must be this new name here, but it
was incorrectly migrated and merged. For keeping compatibility, a copy
is done instead.
2024-04-05 18:37:36 +02:00