Commit Graph

6 Commits

Author SHA1 Message Date
cubells
c73f969865 [IMP] account_payment_partner: Add several tests 2018-12-04 20:30:33 +01:00
Carlos Dauden
95174eeaf1 [FIX+IMP] account_payment_partner: Fix invoice bank account assignation + show it on invoice report
* IMP: Add options to show partner bank account on invoice report
* FIX: Don't auto-assign partner bank account due to problems when you have a direct debit payment
  method with bank_account_link = 'fixed'. Bank account is shown through new mechanism.
2018-12-04 20:24:59 +01:00
François Honoré
abb17516b0 [FIX] Fix issue when the bank_id of partner_bank_id is not set (field not mandatory) and create a traceback for the user
Use t-if
2018-02-19 09:50:40 +01:00
Alexis de Lattre
bede87269e 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)
2017-11-07 14:04:07 +01:00
Alexis de Lattre
2a4390625b 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

This port to v9 is not finished... there is still a lot of work:
- finish the code of account_payment_order/wizard/account_payment_line_create.py
- port account_banking_payment_transfer and integrate it inside account_payment_order
- fix bugs
- clean-up code, remove dead code
- test in several complex scenarios
2017-11-07 14:04:07 +01:00
AngelMoya-Domatix
b8728058c9 ADD description on payment mode and show it on invoice report
FIX tabs

FIX translate
2017-11-07 14:04:07 +01:00