From 99c9430b928b8802d991f494e76ee2f28f7172d0 Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Tue, 24 Oct 2023 09:06:56 +0200 Subject: [PATCH] [IMP] product_attribute_set: Remove domain as computed in attribute_set See https://github.com/OCA/odoo-pim/pull/171 --- product_attribute_set/views/product.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/product_attribute_set/views/product.xml b/product_attribute_set/views/product.xml index e86f1c5d..6419280a 100644 --- a/product_attribute_set/views/product.xml +++ b/product_attribute_set/views/product.xml @@ -17,7 +17,6 @@ name="attribute_set_id" nolabel="1" context="{'default_model_id': %(product.model_product_template)d}" - domain="[('model_id.model', '=', 'product.template')]" />