diff --git a/contract/models/abstract_contract.py b/contract/models/abstract_contract.py index a3a63b4e..398d79d4 100644 --- a/contract/models/abstract_contract.py +++ b/contract/models/abstract_contract.py @@ -14,7 +14,7 @@ class ContractAbstractContract(models.AbstractModel): _description = 'Abstract Recurring Contract' # These fields will not be synced to the contract - NO_SYNC = ['name', 'partner_id'] + NO_SYNC = ['name', 'partner_id', 'company_id'] name = fields.Char(required=True) # Needed for avoiding errors on several inherited behaviors