From 67720c4505fba913c48df3264be072a25595aef5 Mon Sep 17 00:00:00 2001 From: bosd <5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me> Date: Thu, 14 May 2026 01:13:27 +0200 Subject: [PATCH 1/2] [IMP] base_tier_validation: smart-button on validated documents Add a "Reviews" smart-button to every validated record (account.move, sale.order, ...) showing the number of tier.review rows attached to the record and opening a filtered list when clicked. How it works: - New `tier_review_count` computed integer on the tier.validation abstract mixin (depends on review_ids; simple len, no query gymnastics). - New `action_view_tier_reviews` method on the mixin returning an ir.actions.act_window scoped to the current record's reviews (domain on model + res_id). Reusable by bridge modules that want to add their own jump links. - New `tier_validation_smart_button` QWeb template emitting the `