From 4113458398d374e3d8d3333dd2c8b27ba5a0ac01 Mon Sep 17 00:00:00 2001 From: emtz10 Date: Sun, 17 May 2026 16:38:38 +0000 Subject: [PATCH] [IMP] product_cost_usd: remove superfluous manifest key Following the same approach as Odoo [1], the `auto_install` key is removed because its value is the same as the default. [1]: https://github.com/odoo/odoo/pull/90209 --- product_cost_usd/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product_cost_usd/__manifest__.py b/product_cost_usd/__manifest__.py index 197931334af..00f50ae3e82 100644 --- a/product_cost_usd/__manifest__.py +++ b/product_cost_usd/__manifest__.py @@ -20,5 +20,4 @@ "views/product_template_views.xml", ], "installable": True, - "auto_install": False, }