Commit Graph

7 Commits

Author SHA1 Message Date
mreficent
3afd30a175 [IMP] account_payment_purchase: black, isort 2020-03-18 11:35:41 +01:00
Raf Ven
b6ef376371 [MIG] account_payment_partner: Migration to 13.0 2019-12-19 11:28:34 +01:00
Raf Ven
7c4fcab6f6 [IMP] account_payment_partner: black, isort 2019-12-17 14:44:20 +01:00
Jordi Ballester
b234ee0ce7 add tests and small fixes 2019-12-17 14:44:20 +01:00
Alexis de Lattre
53c098da92 [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
2019-12-17 14:44:20 +01:00
Alexis de Lattre
786f73f67c [FIX+IMP] account_payment_partner: Several things:
* Forgot to remove a usecase of debit_denied
* Add ACL
* Better filters on payment.order.create wizard
* Add default values for those filters on payment.mode
* FIX remove coma at end of line
* Add translatable 'label' field on payment.mode, designed to be used in invoice report
2019-12-17 14:44:20 +01:00
Pedro M. Baeza
e2d32a1cc9 [MIG] account_payment_partner: Migration to v8
* Migration and enhancement of all modules involved in SEPA
* Clean files
* Replace deprecated workflow calls
* Translation template files
* Translations to spanish
* Use sale_ok and purchase_ok instead of tweaking payment type
2019-12-17 14:44:19 +01:00