Skip to content

Commit

Permalink
[FIX]base_tier_validation_report: attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Oct 22, 2023
1 parent 4604e4a commit 3284f89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base_tier_validation_report/models/tier_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class TierReview(models.Model):
_inherit = "tier.review"

resource_ref = fields.Reference(
selection="_selection_resource_ref",
compute="_compute_resource_ref",
store=True,
readonly=True,
Expand Down

0 comments on commit 3284f89

Please sign in to comment.