mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: black, isort, prettier
This commit is contained in:
committed by
Pedro M. Baeza
parent
080bcef159
commit
ae6a8179b7
@@ -14,7 +14,8 @@ class ContractManuallyCreateInvoice(models.TransientModel):
|
||||
compute="_compute_contract_to_invoice_ids"
|
||||
)
|
||||
contract_to_invoice_ids = fields.Many2many(
|
||||
comodel_name="contract.contract", compute="_compute_contract_to_invoice_ids",
|
||||
comodel_name="contract.contract",
|
||||
compute="_compute_contract_to_invoice_ids",
|
||||
)
|
||||
contract_type = fields.Selection(
|
||||
selection=[("sale", "Customer"), ("purchase", "Supplier")],
|
||||
|
||||
Reference in New Issue
Block a user