Update agreement_serviceprofile.py

This commit is contained in:
Maxime Chambreuil
2019-09-03 11:15:09 -05:00
committed by GitHub
parent a8314fbd2c
commit 39e6ef6730

View File

@@ -25,7 +25,7 @@ class AgreementServiceProfile(models.Model):
" without removing it.")
notes = fields.Text(string="Notes")
product_id = fields.Many2one('product.template', 'Service',
product_id = fields.Many2one('product.template', 'Service Product',
domain="[('type', '=', 'service')]",
required=True)
partner_id = fields.Many2one(related='agreement_id.partner_id',