mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Update agreement_serviceprofile.py
This commit is contained in:
committed by
GitHub
parent
a8314fbd2c
commit
39e6ef6730
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user