diff --git a/agreement_serviceprofile/models/agreement_serviceprofile.py b/agreement_serviceprofile/models/agreement_serviceprofile.py index 75391948..0e5ac452 100644 --- a/agreement_serviceprofile/models/agreement_serviceprofile.py +++ b/agreement_serviceprofile/models/agreement_serviceprofile.py @@ -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',