diff --git a/agreement_serviceprofile/models/agreement.py b/agreement_serviceprofile/models/agreement.py index ac4361a29..dbc42a49b 100644 --- a/agreement_serviceprofile/models/agreement.py +++ b/agreement_serviceprofile/models/agreement.py @@ -9,4 +9,5 @@ class Agreement(models.Model): serviceprofile_ids = fields.One2many('agreement.serviceprofile', 'agreement_id', - string="Service Profiles") + string="Service Profiles", + copy=True)