From ebbadb0aa4c1cadd349e6839532a0dcc6c2be757 Mon Sep 17 00:00:00 2001 From: SimoRubi Date: Tue, 16 Mar 2021 18:01:33 +0100 Subject: [PATCH] [MIG] web_sheet_full_width: Migration to 14.0 --- web_sheet_full_width/__manifest__.py | 2 +- web_sheet_full_width/static/src/scss/web_sheet_full_width.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_sheet_full_width/__manifest__.py b/web_sheet_full_width/__manifest__.py index 03ca313b4..32b466f68 100644 --- a/web_sheet_full_width/__manifest__.py +++ b/web_sheet_full_width/__manifest__.py @@ -1,7 +1,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Web Sheet Full Width", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", diff --git a/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss b/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss index 0051dcf5c..06374adc2 100644 --- a/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss +++ b/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss @@ -3,7 +3,7 @@ max-width: none; width: auto; } - .oe_chatter { + .o_FormRenderer_chatterContainer { max-width: none; } }