diff --git a/product_brand/__manifest__.py b/product_brand/__manifest__.py index e77747aec..4a6972581 100644 --- a/product_brand/__manifest__.py +++ b/product_brand/__manifest__.py @@ -22,6 +22,7 @@ "data": [ "security/ir.model.access.csv", "views/product_brand_view.xml", + "views/product_product_view.xml", "reports/sale_report_view.xml", "reports/account_invoice_report_view.xml", ], diff --git a/product_brand/views/product_product_view.xml b/product_brand/views/product_product_view.xml new file mode 100644 index 000000000..07d7af223 --- /dev/null +++ b/product_brand/views/product_product_view.xml @@ -0,0 +1,17 @@ + + + + product variant kanban catalog view: add brand + product.product + + + +
+ + + +
+
+
+
+