[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:
scampbell
2019-06-10 12:33:51 -07:00
parent 44d140e579
commit 297e031e0b
6 changed files with 48 additions and 5 deletions

View File

@@ -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")