[IMP] Service Profile Copy True

This commit is contained in:
Patrick Wilson
2020-08-25 13:45:34 -05:00
parent abd5d36d6e
commit 9ee1947a8e

View File

@@ -9,4 +9,5 @@ class Agreement(models.Model):
serviceprofile_ids = fields.One2many('agreement.serviceprofile',
'agreement_id',
string="Service Profiles")
string="Service Profiles",
copy=True)