From 7418e84683e6253f63a607c81ccf7e585e84cf62 Mon Sep 17 00:00:00 2001 From: ArnauCForgeFlow Date: Fri, 24 Jan 2025 11:50:01 +0100 Subject: [PATCH] [FIX] product_harmonized_system: fix hs.code window actions --- product_harmonized_system/views/hs_code.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_harmonized_system/views/hs_code.xml b/product_harmonized_system/views/hs_code.xml index 57eda5c..220dfc7 100644 --- a/product_harmonized_system/views/hs_code.xml +++ b/product_harmonized_system/views/hs_code.xml @@ -45,13 +45,13 @@ Product Categories product.category list,form - [('hs_code_id', '=', id)] + [('hs_code_id', '=', active_id)] Products product.template kanban,list,form - [('hs_code_id', '=', id)] + [('hs_code_id', '=', active_id)]