mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
If you have some draft or cancel invoices on v12, the account process generates journal items for them, and no payment_mode is populated on them, so we run an SQL for filling it when such incoherence is found. It also serves for other missing payment mode filling (if any) according to the compute method, trasposed to SQL. TT34717