Merge PR #543 into 12.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2020-08-29 14:52:23 +00:00

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)