Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Binsfeld
00ab7d0df1 [MIG] account_payment_partner: Migration to 16.0 2022-11-29 14:51:23 +01:00
OCA-git-bot
fefdb68f53 pre-commit update 2022-11-29 14:15:03 +01:00
Mourad
dc8422c50e [MIG] account_payment_partner: migrate to 12.0 2022-11-29 14:15:03 +01:00
cubells
9c4906c13b [IMP] account_payment_partner: Add several tests 2022-11-29 14:15:03 +01:00
etobella
4fcedc53bc [MIG] account_payment_partner 2022-11-29 14:15:03 +01:00
Alexis de Lattre
9a0f233051 Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2022-11-29 14:15:03 +01:00
Alexis de Lattre
294cd5ffe9 [MIG] account_payment_partner: 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
* Finalise the wizard of selection of move lines to pay
* Add button "Add to payment/debit order" on invoice form view
* Started to integrate payment transfer in account_payment_order (not finished at all though)
* Copy payment mode and mandate from invoice to refund
* Run dos2unix on the few files that had DOS carriage return
* Add _id suffix on M2O fields customer_payment_mode and supplier_payment_mode (Odoo did the same on all the M2O property fields of res.partner)
* Better handling of partner_bank_id and mandate_id on invoice: invisible/required/onchange
* Move field bank_account_required from module account_payment_partner to account_payment_mode
2022-11-29 14:15:03 +01:00