mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
ebics 3.0 support
This commit is contained in:
parent
42a59133e9
commit
a7443320ad
@ -352,7 +352,7 @@ class EbicsXfer(models.TransientModel):
|
|||||||
kwargs = {}
|
kwargs = {}
|
||||||
if self.test_mode:
|
if self.test_mode:
|
||||||
kwargs["TEST"] = "TRUE"
|
kwargs["TEST"] = "TRUE"
|
||||||
client.BTU(btf, upload_data, **kwargs)
|
OrderID = client.BTU(btf, upload_data, **kwargs)
|
||||||
elif order_type == "FUL":
|
elif order_type == "FUL":
|
||||||
kwargs = {}
|
kwargs = {}
|
||||||
bank = self.ebics_config_id.journal_ids[0].bank_id
|
bank = self.ebics_config_id.journal_ids[0].bank_id
|
||||||
|
Loading…
Reference in New Issue
Block a user