diff --git a/web_sheet_full_width/README.rst b/web_sheet_full_width/README.rst index 152a85e8f..df9f7ebbd 100644 --- a/web_sheet_full_width/README.rst +++ b/web_sheet_full_width/README.rst @@ -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 =========== diff --git a/web_sheet_full_width/__manifest__.py b/web_sheet_full_width/__manifest__.py index e889d5440..26871b63f 100644 --- a/web_sheet_full_width/__manifest__.py +++ b/web_sheet_full_width/__manifest__.py @@ -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", diff --git a/web_sheet_full_width/static/src/css/web_sheet_full_width.less b/web_sheet_full_width/static/src/css/web_sheet_full_width.less index b4128cb79..0051dcf5c 100644 --- a/web_sheet_full_width/static/src/css/web_sheet_full_width.less +++ b/web_sheet_full_width/static/src/css/web_sheet_full_width.less @@ -1,6 +1,5 @@ .o_form_view { .o_form_sheet_bg .o_form_sheet { - margin: @padding-base-horizontal; max-width: none; width: auto; }