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