3
0
Fork 0

[MIG] web_sheet_full_width: Migration to 13.0

14.0
Mihai Fekete 2020-07-17 09:17:19 +03:00 committed by SimoRubi
parent f3d6f34db2
commit b337c4c87f
3 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Usage
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/162/11.0
:target: https://runbot.odoo-community.org/runbot/162/13.0
Bug Tracker
===========

View File

@ -1,7 +1,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Show sheets with full width",
"version": "13.0.1.0.1",
"version": "13.0.1.0.0",
"author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",

View File

@ -1,6 +1,5 @@
.o_form_view {
.o_form_sheet_bg .o_form_sheet {
margin: @padding-base-horizontal;
max-width: none;
width: auto;
}