mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] Bugfix in web_sheet_full_width for enterprise edition (#530)
This commit is contained in:
committed by
Jerther
parent
6e3aceb6c6
commit
8da8cfb3d4
@@ -11,6 +11,8 @@ for form view
|
|||||||
|
|
||||||
Note: Due to licence incompatibility you have not legal right to install this module on enterprise version.
|
Note: Due to licence incompatibility you have not legal right to install this module on enterprise version.
|
||||||
|
|
||||||
|
This module works in community edition and in enterprise edition.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,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": "Show sheets with full width",
|
"name": "Show sheets with full width",
|
||||||
"version": "10.0.1.0.0",
|
"version": "10.0.1.0.1",
|
||||||
"author": "Therp BV,Sudokeys,GRAP,Odoo Community Association (OCA)",
|
"author": "Therp BV,Sudokeys,GRAP,Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"summary": "Use the whole available screen width when displaying sheets",
|
"summary": "Use the whole available screen width when displaying sheets",
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
.o_form_sheet_bg .o_form_sheet{
|
.o_form_sheet_bg .o_form_sheet{
|
||||||
margin: @padding-base-horizontal;
|
margin: @padding-base-horizontal;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
.oe_chatter{
|
.oe_chatter{
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user