Skip to content

Commit

Permalink
Merge PR #1945 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by AaronHForgeFlow
  • Loading branch information
OCA-git-bot committed Oct 7, 2024
2 parents aa74581 + c51e1a5 commit 5674ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_journal_restrict_mode/models/account_journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class AccountJournal(models.Model):
_inherit = "account.journal"

restrict_mode_hash_table = fields.Boolean(default=True)
restrict_mode_hash_table = fields.Boolean(default=True, readonly=True)

@api.constrains("restrict_mode_hash_table")
def _check_journal_restrict_mode(self):
Expand Down

0 comments on commit 5674ad3

Please sign in to comment.