mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] Service Profile Copy True
This commit is contained in:
committed by
Olga Marco
parent
de52a64f99
commit
07b309ccd6
@@ -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, '
|
||||
|
||||
@@ -9,4 +9,5 @@ class Agreement(models.Model):
|
||||
|
||||
serviceprofile_ids = fields.One2many('agreement.serviceprofile',
|
||||
'agreement_id',
|
||||
string="Service Profiles")
|
||||
string="Service Profiles",
|
||||
copy=True)
|
||||
|
||||
Reference in New Issue
Block a user