From 2c94a566e65d8173b2fa5d260e949662e30b8328 Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Thu, 11 Jan 2024 21:39:28 +0100 Subject: [PATCH] add missing category in __manifest__.py add missing category "Website" --- website_sale_product_item_cart_custom_qty/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/website_sale_product_item_cart_custom_qty/__manifest__.py b/website_sale_product_item_cart_custom_qty/__manifest__.py index 799f30ce5c..0590409ba4 100644 --- a/website_sale_product_item_cart_custom_qty/__manifest__.py +++ b/website_sale_product_item_cart_custom_qty/__manifest__.py @@ -4,6 +4,7 @@ "name": "Website Sale Product Cart Quantity", "summary": "Allows to add to cart from product items a custom quantity.", "version": "14.0.1.0.1", + "category": "Website", "website": "https://github.com/OCA/e-commerce", "author": "Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3",