-
Notifications
You must be signed in to change notification settings - Fork 6
Description
In Curq we implemented OCA module account_banking_sepa_credit_transfer. This module conflicted with standard Odoo functionality regarding payments (e.g when doing a SEPA payment the payment status of the vendorbill becomes 'paid' instead of 'in payment')
There is a refactoring done for the OCA module in PR OCA/bank-payment#1174. Biggest change in the PR is that the payment status for 'odoo payments' is 'in payment' again.
Since this PR is not done, we do not want to merge it into Curq production, hence Jan created a standalone server with all curq modules and with this PR. I have tested the module and in our Cirq setup the payment status stays on 'paid', It looks like the PR is not working on Curq
Testenvironment Jan: http://odoo16ce.onestein.lan:8069/web (you have to add 10.11.1.229 odoo16ce.onestein.lan into your host file)