[IMP] partner_statement: black, isort, prettier

This commit is contained in:
mariadforgeflow
2022-02-04 14:33:36 +01:00
committed by Miquel Raïch
parent f2582803b0
commit 683730388e
6 changed files with 29 additions and 30 deletions

View File

@@ -37,7 +37,6 @@ class StatementCommon(models.AbstractModel):
account_type = fields.Selection(
[("receivable", "Receivable"), ("payable", "Payable")],
string="Account type",
default="receivable",
)