Browse Source

Update agreement_section.py

pull/324/head
Maxime Chambreuil 5 years ago
committed by GitHub
parent
commit
77c5233467
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      agreement_legal/models/agreement_section.py

2
agreement_legal/models/agreement_section.py

@ -17,7 +17,7 @@ class AgreementSection(models.Model):
agreement_id = fields.Many2one(
"agreement", string="Agreement", ondelete="cascade")
clauses_ids = fields.One2many(
"agreement.clause", "section_id", string="Clauses",copy=True)
"agreement.clause", "section_id", string="Clauses", copy=True)
content = fields.Html(string="Section Content")
dynamic_content = fields.Html(
compute="_compute_dynamic_content",

Loading…
Cancel
Save