Commit Graph

9 Commits

Author SHA1 Message Date
Pedro M. Baeza
fbcf02fb85 [OU-ADD] account_payment_order: Migration scripts to native payment ref
This adapts the old bank.payment.line records to account.payment records
according the new approach.
2023-01-01 17:45:02 +01:00
Alexis de Lattre
8be9e68fbc account_payment_partner: add optional="hide" on payment mode in invoice tree view 2021-10-28 00:11:34 +02:00
Alexis de Lattre
7fa38049be account_payment_order: remove done state (migration script provided)
Don't set reference_type field on account.move required=True, because it
causes a lot of problems in other modules that don't depend on this one.
Setting it as required in the view is enough.
2021-10-28 00:11:34 +02:00
Pedro M. Baeza
7c72a0b68b [FIX] account_payment_order: Remove old migration scripts 2021-04-26 16:05:26 +02:00
Andrea
81d2b406e7 [FIX] multicompany rule 2021-01-05 14:03:52 +01:00
Raf Ven
001bd7e976 [IMP] account_payment_order: black, isort 2021-01-05 14:03:52 +01:00
Pedro M. Baeza
03cc091f40 [FIX] account_payment_order: Sequences must be noupdate=1 2021-01-05 14:03:52 +01:00
Pedro M. Baeza
9d3eddbe4a [IMP] account_payment_order: Remove useless migration script 2021-01-05 14:03:52 +01:00
Alexis de Lattre
d052cc7274 Start to port bank-payment to v9 (with a lot of improvements) during the Sorrento Code sprint 2016
Improvements include:
- full re-organisation of modules and big re-organisation of the code
- simplification of the code related to the fact that support for direct debit is now in t
he base module, not added by an optional module account_direct_debit (module was removed)
- new design of the wizard to select move lines to pay
- support for non-SEPA file transfer-
- support for German direct debit SEPA files (fixes bug #129)
- remove workflow of payment.order
- add wizard of selection of move lines to pay
2021-01-05 14:03:52 +01:00