Update agreement_serviceprofile.py

[UPD] README.rst

[UPD] Update agreement_serviceprofile.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: contract-12.0/contract-12.0-agreement_serviceprofile
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/

Added translation using Weblate (Chinese (Simplified))

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (23 of 23 strings)

Translation: contract-12.0/contract-12.0-agreement_serviceprofile
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/zh_CN/
This commit is contained in:
Maxime Chambreuil
2019-09-03 11:15:09 -05:00
committed by Patrick Wilson
parent f9e22e386e
commit 8b06cf4a90
7 changed files with 235 additions and 15 deletions

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