[MIG] web_sheet_full_width: Migration to 14.0

This commit is contained in:
SimoRubi
2021-03-16 18:01:33 +01:00
committed by Joan Mateu Jordi
parent e15394f838
commit ebbadb0aa4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{ {
"name": "Web Sheet Full Width", "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, " "author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, "
"Odoo Community Association (OCA)", "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web", "website": "https://github.com/OCA/web",

View File

@@ -3,7 +3,7 @@
max-width: none; max-width: none;
width: auto; width: auto;
} }
.oe_chatter { .o_FormRenderer_chatterContainer {
max-width: none; max-width: none;
} }
} }