[IMP] Service Profile Copy True

This commit is contained in:
Patrick Wilson
2020-08-25 13:45:34 -05:00
committed by Olga Marco
parent de52a64f99
commit 07b309ccd6
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{
'name': 'Agreement Service Profile',
'summary': "Adds an Agreement Service Profile object",
'version': '12.0.1.1.1',
'version': '12.0.1.1.2',
'category': 'Contract',
'author': 'Pavlov Media, '
'Open Source Integrators, '

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)