Commit Graph

5 Commits

Author SHA1 Message Date
Pedro M. Baeza
009f3b4926 [IMP] account_payment_order_grouped_output: Maturity date in grouped moves
For propagating maturity dates from the individual payment moves to the
grouped ones, 2 actions are taken:

- For the counterpart that will neutralize each payment, we put the
  maturity date according to the same logic as the payment one.
- For the grouped AR/AP, we put the first payment date  of all the
  grouped payments, as all of them should be the same after grouping
  by this criterium in _prepare_trf_moves.

TT50671
2024-09-02 17:23:00 +02:00
Pedro M. Baeza
f21cacd61e [IMP] account_payment_order_grouped_output: Don't generate grouped move when 1 line 2023-07-25 17:23:17 +02:00
Pedro M. Baeza
d00084833c [FIX] account_payment_order_grouped_output: Select both type of accounts to reconcile
Typo error.
2023-04-28 17:59:20 +02:00
Pedro M. Baeza
93991fd60e [MIG] account_payment_order_grouped_output: Migration to 15.0 2023-03-07 08:11:19 +01:00
Pedro M. Baeza
344153b7e8 [ADD] account_payment_order_grouped_output: Generate grouped entries from payment orders
This module adds an option to generate extra grouped moves for the payment
orders since the refactoring done to use native Odoo payments.

This serves for easing the reconciliation on bank statements of large payment
orders, handling them as one or several journal entries according payment date.
2023-03-06 10:13:05 +01:00