mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_payment_partner: black, isort, prettier
This commit is contained in:
committed by
Thomas Binsfeld
parent
2ef534d400
commit
8ad04276f5
@@ -17,7 +17,6 @@ class AccountPaymentMode(models.Model):
|
||||
("last", "Last n chars"),
|
||||
("no", "No"),
|
||||
],
|
||||
string="Show bank account",
|
||||
default="full",
|
||||
help="Show in invoices partial or full bank account number",
|
||||
)
|
||||
|
||||
@@ -399,7 +399,7 @@ class TestAccountPaymentPartner(SavepointCase):
|
||||
refund_invoice_wizard = (
|
||||
self.env["account.move.reversal"]
|
||||
.with_context(
|
||||
{
|
||||
**{
|
||||
"active_ids": [invoice.id],
|
||||
"active_id": invoice.id,
|
||||
"active_model": "account.move",
|
||||
@@ -427,7 +427,7 @@ class TestAccountPaymentPartner(SavepointCase):
|
||||
refund_invoice_wizard = (
|
||||
self.env["account.move.reversal"]
|
||||
.with_context(
|
||||
{
|
||||
**{
|
||||
"active_ids": [invoice.id],
|
||||
"active_id": invoice.id,
|
||||
"active_model": "account.move",
|
||||
|
||||
Reference in New Issue
Block a user