mirror of https://github.com/OCA/web.git
[MIG] web_sheet_full_width: Migration to 13.0
parent
10fe98406d
commit
b1a25d7fb4
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue