[MIG] web_sheet_full_width: Migration to 13.0

pull/1697/head
Mihai Fekete 2020-07-17 09:17:19 +03:00 committed by Lois Rilo
parent 10fe98406d
commit b1a25d7fb4
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 .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot :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 Bug Tracker
=========== ===========

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": "Show sheets with full width", "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, " "author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, "
"Odoo Community Association (OCA)", "Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",

View File

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