bank-payment
bank-payment copied to clipboard
Odoo Electronic Payment
Rebased version of #928 All credit to @airlessproject for the commits.
ref https://github.com/OCA/bank-payment/pull/944
Original PR: https://github.com/OCA/bank-payment/pull/877 Added 3 fixes: https://github.com/airlessproject/bank-payment/commit/0f12d353507fe9413dfa5558ba706c021b77927e (as suggested by https://github.com/MiquelRForgeFlow) https://github.com/airlessproject/bank-payment/commit/03ca6d0f7dd54892f06a475da09054bbce68b7bf (fix for unit test) https://github.com/airlessproject/bank-payment/commit/770e02cad14428cf965d7961192eaf034a32d921 (fix for unit test)
This fix will make bank journal populate after payment mode on change. fixes #950
* Purpose If a fixed bank journal id is set on payment order , use the account_id set on it.
Associates the payment mode and payment term models in a new model: account.payment.conditions. If the user belongs to the payment conditions group in the invoice he can only select the...
Can breaks multi company environments, for example: https://travis-ci.org/github/OCA/l10n-brazil/jobs/722154732#L2375