Skip to content

Commit

Permalink
[14.0][FIX] remove duplicated field readonly in agreement_legal
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato committed Sep 23, 2024
1 parent 1b67695 commit f505cd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agreement_legal/models/agreement.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,6 @@ def _get_default_parties(self):
readonly = fields.Boolean(
related="stage_id.readonly",
)
readonly = fields.Boolean(
related="stage_id.readonly",
)
to_review_date = fields.Date(
compute="_compute_to_review_date",
store=True,
Expand Down

0 comments on commit f505cd0

Please sign in to comment.