mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] Notes to ServPro, add ServPro to Agreement
[IMP] Flake8 [IMP] github changes [IMP] Placeholder in notes remove <p><br></p>
This commit is contained in:
@@ -12,8 +12,10 @@ class AgreementServiceProfile(models.Model):
|
||||
name = fields.Char(string="Name", required=True)
|
||||
agreement_id = fields.Many2one('agreement', string="Agreement",
|
||||
ondelete="cascade")
|
||||
active = fields.Boolean(
|
||||
string="Active",
|
||||
default=True,
|
||||
help="If unchecked, it will allow you to hide this service profile"
|
||||
" without removing it.")
|
||||
active = fields.Boolean(string="Active",
|
||||
default=True,
|
||||
help="If unchecked, it will allow you " +
|
||||
"to hide this service profile"
|
||||
" without removing it.")
|
||||
|
||||
notes = fields.Text(string="Notes")
|
||||
|
||||
Reference in New Issue
Block a user