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)]