mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
@@ -88,7 +88,7 @@ class ContractContract(models.Model):
|
|||||||
string="Payment Terms",
|
string="Payment Terms",
|
||||||
index=True,
|
index=True,
|
||||||
check_company=True,
|
check_company=True,
|
||||||
domain="[('company_id', '=', company_id)]",
|
domain="['|', ('company_id', '=', False), ('company_id', '=', company_id)]",
|
||||||
)
|
)
|
||||||
invoice_count = fields.Integer(compute="_compute_invoice_count")
|
invoice_count = fields.Integer(compute="_compute_invoice_count")
|
||||||
fiscal_position_id = fields.Many2one(
|
fiscal_position_id = fields.Many2one(
|
||||||
|
|||||||
Reference in New Issue
Block a user