[IMP] account_payment_partner: black, isort, prettier

This commit is contained in:
Marçal Isern
2021-11-24 11:06:15 +01:00
committed by Thomas Binsfeld
parent 2ef534d400
commit 8ad04276f5
2 changed files with 2 additions and 3 deletions

View File

@@ -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",
)

View File

@@ -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",