From 4cf0e01a3bafe0d6743622b185a07f992b826d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Cayr=C3=A9?= Date: Thu, 18 Dec 2025 09:19:04 +0100 Subject: [PATCH 1/3] [FIX] Surround setting view added fields by more standard markup A `div` tag with the `o_setting_box` class is added around the fields and their label. This seems to be a more standard markup among the OCA. At least the remove_odoo_enterprise module expects it, see issue https://github.com/OCA/server-brand/issues/116 --- .../views/res_config_settings.xml | 27 ++++++++++++++----- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/contract_forecast/views/res_config_settings.xml b/contract_forecast/views/res_config_settings.xml index 2231ff0b6d..e4cddab26e 100644 --- a/contract_forecast/views/res_config_settings.xml +++ b/contract_forecast/views/res_config_settings.xml @@ -25,13 +25,26 @@ class="row mt16 o_settings_container" attrs="{'invisible': [('enable_contract_forecast', '=', False)]}" > -