Browse Source

Update agreement_serviceprofile.py

pull/368/head
Maxime Chambreuil 5 years ago
committed by GitHub
parent
commit
39e6ef6730
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      agreement_serviceprofile/models/agreement_serviceprofile.py

2
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',

Loading…
Cancel
Save