Skip to content

Commit

Permalink
[FIX]assets_management: handle access error during flag computation
Browse files Browse the repository at this point in the history
  • Loading branch information
PicchiSeba committed May 2, 2024
1 parent 3bb2adc commit 242b8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets_management/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AccountMove(models.Model):

hide_link_asset_button = fields.Boolean(
compute="_compute_hide_link_asset_button",
compute_sudo=True,
default=True,
string="Hide Asset Button",
)
Expand Down

0 comments on commit 242b8e0

Please sign in to comment.