Commit Graph

7 Commits

Author SHA1 Message Date
mreficent
d1bea59005 [IMP] account_payment_purchase: black, isort 2022-11-29 14:15:03 +01:00
Raf Ven
26de286d5c [MIG] account_payment_partner: Migration to 13.0 2022-11-29 14:15:03 +01:00
Raf Ven
31817a7d88 [IMP] account_payment_partner: black, isort 2022-11-29 14:15:03 +01:00
Jordi Ballester
f32a73ed6c add tests and small fixes 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
Alexis de Lattre
d77f563860 [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
2022-11-29 14:15:03 +01:00
Pedro M. Baeza
849047a367 [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
2022-11-29 14:15:03 +01:00