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:
@@ -9,4 +9,5 @@ class Agreement(models.Model):
|
|||||||
|
|
||||||
serviceprofile_ids = fields.One2many('agreement.serviceprofile',
|
serviceprofile_ids = fields.One2many('agreement.serviceprofile',
|
||||||
'agreement_id',
|
'agreement_id',
|
||||||
string="Service Profiles")
|
string="Service Profiles",
|
||||||
|
copy=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user