mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_sheet_full_width: Migration to 13.0
This commit is contained in:
committed by
Joan Mateu Jordi
parent
466ffae8d1
commit
939a38af53
@@ -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
|
||||||
===========
|
===========
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user