From 8f231112b8a40f11349cefc7a395814248493f39 Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Tue, 6 Apr 2021 20:40:53 +0200 Subject: [PATCH] [IMP] account_invoice_constraint_chronology: black, isort, prettier --- account_invoice_constraint_chronology/__manifest__.py | 2 +- .../tests/test_account_invoice_constraint_chronology.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/account_invoice_constraint_chronology/__manifest__.py b/account_invoice_constraint_chronology/__manifest__.py index 2bad0528..dc9c0e1e 100644 --- a/account_invoice_constraint_chronology/__manifest__.py +++ b/account_invoice_constraint_chronology/__manifest__.py @@ -5,7 +5,7 @@ "name": "Account Invoice Constraint Chronology", "version": "13.0.1.0.0", "author": "Odoo Community Association (OCA), ACSONE SA/NV, CorporateHub", - "website": "https://github.com/OCA/account-financial-tools/", + "website": "https://github.com/OCA/account-financial-tools", "license": "AGPL-3", "category": "Accounting", "depends": ["account"], diff --git a/account_invoice_constraint_chronology/tests/test_account_invoice_constraint_chronology.py b/account_invoice_constraint_chronology/tests/test_account_invoice_constraint_chronology.py index 97f8866e..a983a392 100644 --- a/account_invoice_constraint_chronology/tests/test_account_invoice_constraint_chronology.py +++ b/account_invoice_constraint_chronology/tests/test_account_invoice_constraint_chronology.py @@ -103,7 +103,8 @@ class TestAccountInvoiceConstraintChronology(common.SavepointCase): self.invoice_1.action_post() refund = ( self.AccountMoveReversal.with_context( - active_model="account.move", active_ids=self.invoice_1.ids, + active_model="account.move", + active_ids=self.invoice_1.ids, ) .create( {"date": self.today, "reason": "no reason", "refund_method": "refund"} @@ -119,7 +120,8 @@ class TestAccountInvoiceConstraintChronology(common.SavepointCase): self.invoice_1.action_post() refund = ( self.AccountMoveReversal.with_context( - active_model="account.move", active_ids=self.invoice_1.ids, + active_model="account.move", + active_ids=self.invoice_1.ids, ) .create( {"date": self.today, "reason": "no reason", "refund_method": "refund"}