diff --git a/web_sheet_full_width/README.rst b/web_sheet_full_width/README.rst index 152a85e8f..0d4a56721 100644 --- a/web_sheet_full_width/README.rst +++ b/web_sheet_full_width/README.rst @@ -1,61 +1,73 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +==================== +Web Sheet Full Width +==================== -============================= -Form view sheet at full width -============================= +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-oca%2Fweb-lightgray.png?logo=github + :target: https://github.com/oca/web/tree/12.0/web_sheet_full_width + :alt: oca/web + +|badge1| |badge2| |badge3| This module was written to extend the functionality of the web client to get full width in the form view sheet. This module works in community edition and in enterprise edition. -Usage -===== +This module feature and many other features and improvements to the web backend +are included in `web_responsive module `_. +Before installing this module, please consider Web Responsive as a better alternative. -.. 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 +**Table of contents** + +.. contents:: + :local: Bug Tracker =========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= -Images ------- +Authors +~~~~~~~ -* Odoo Community Association: `Icon `_. - -* Icon courtesy of http://www.picol.org/ (size_width.svg) +* Therp BV +* Sudokeys +* GRAP +* Métal Sartigan Contributors ------------- +~~~~~~~~~~~~ * Holger Brunn * Nicolas JEUDY - Sudokeys (https://github.com/njeudy) * Stephane (SOLIBRE) * Sylvain LE GAL (https://twitter.com/legalsylvain) * Jérôme Thériault +* Lois Rilo +* Vincent Van Rossem -Maintainer ----------- +Maintainers +~~~~~~~~~~~ -.. image:: https://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: https://odoo-community.org +This module is part of the `oca/web `_ project on GitHub. -This module is maintained by the OCA. - -OCA, or the Odoo Community Association, is a nonprofit organization whose -mission is to support the collaborative development of Odoo features and -promote its widespread use. - -To contribute to this module, please visit http://odoo-community.org. +You are welcome to contribute. diff --git a/web_sheet_full_width/__init__.py b/web_sheet_full_width/__init__.py index 40a96afc6..e69de29bb 100644 --- a/web_sheet_full_width/__init__.py +++ b/web_sheet_full_width/__init__.py @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/web_sheet_full_width/__manifest__.py b/web_sheet_full_width/__manifest__.py index 332e0b2ee..6a7693baf 100644 --- a/web_sheet_full_width/__manifest__.py +++ b/web_sheet_full_width/__manifest__.py @@ -1,18 +1,13 @@ -# -*- coding: utf-8 -*- # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - "name": "Show sheets with full width", - "version": "11.0.1.0.1", + "name": "Web Sheet Full Width", + "version": "12.0.1.0.0", "author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, " - "Odoo Community Association (OCA)", + "Odoo Community Association (OCA)", "license": "AGPL-3", "summary": "Use the whole available screen width when displaying sheets", "category": "Tools", - "depends": [ - 'web', - ], - "data": [ - "templates/assets.xml", - ], + "depends": ["web", ], + "data": ["templates/assets.xml", ], "installable": True, } diff --git a/web_sheet_full_width/i18n/web_sheet_full_width.pot b/web_sheet_full_width/i18n/web_sheet_full_width.pot index 447d3bb3c..d2e396f15 100644 --- a/web_sheet_full_width/i18n/web_sheet_full_width.pot +++ b/web_sheet_full_width/i18n/web_sheet_full_width.pot @@ -3,7 +3,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" diff --git a/web_sheet_full_width/readme/CONTRIBUTORS.rst b/web_sheet_full_width/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..fec35cd9d --- /dev/null +++ b/web_sheet_full_width/readme/CONTRIBUTORS.rst @@ -0,0 +1,7 @@ +* Holger Brunn +* Nicolas JEUDY - Sudokeys (https://github.com/njeudy) +* Stephane (SOLIBRE) +* Sylvain LE GAL (https://twitter.com/legalsylvain) +* Jérôme Thériault +* Lois Rilo +* Vincent Van Rossem diff --git a/web_sheet_full_width/readme/DESCRIPTION.rst b/web_sheet_full_width/readme/DESCRIPTION.rst new file mode 100644 index 000000000..76552c336 --- /dev/null +++ b/web_sheet_full_width/readme/DESCRIPTION.rst @@ -0,0 +1,8 @@ +This module was written to extend the functionality of the web client +to get full width in the form view sheet. + +This module works in community edition and in enterprise edition. + +This module feature and many other features and improvements to the web backend +are included in `web_responsive module `_. +Before installing this module, please consider Web Responsive as a better alternative. diff --git a/web_sheet_full_width/static/description/index.html b/web_sheet_full_width/static/description/index.html new file mode 100644 index 000000000..9c8a99733 --- /dev/null +++ b/web_sheet_full_width/static/description/index.html @@ -0,0 +1,428 @@ + + + + + + +Web Sheet Full Width + + + +
+

Web Sheet Full Width

+ + +

Beta License: AGPL-3 oca/web

+

This module was written to extend the functionality of the web client +to get full width in the form view sheet.

+

This module works in community edition and in enterprise edition.

+

This module feature and many other features and improvements to the web backend +are included in web_responsive module. +Before installing this module, please consider Web Responsive as a better alternative.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Therp BV
  • +
  • Sudokeys
  • +
  • GRAP
  • +
  • Métal Sartigan
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the oca/web project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + 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 deleted file mode 100644 index 293b7e52d..000000000 --- a/web_sheet_full_width/static/src/css/web_sheet_full_width.less +++ /dev/null @@ -1,10 +0,0 @@ -.o_form_view{ - .o_form_sheet_bg .o_form_sheet{ - margin: @padding-base-horizontal; - max-width: none; - width: auto; - } - .oe_chatter{ - max-width: none; - } -} diff --git a/web_sheet_full_width/static/src/css/web_sheet_full_width.scss b/web_sheet_full_width/static/src/css/web_sheet_full_width.scss new file mode 100644 index 000000000..0051dcf5c --- /dev/null +++ b/web_sheet_full_width/static/src/css/web_sheet_full_width.scss @@ -0,0 +1,9 @@ +.o_form_view { + .o_form_sheet_bg .o_form_sheet { + max-width: none; + width: auto; + } + .oe_chatter { + max-width: none; + } +} diff --git a/web_sheet_full_width/templates/assets.xml b/web_sheet_full_width/templates/assets.xml index 65c2f3878..85beca25c 100644 --- a/web_sheet_full_width/templates/assets.xml +++ b/web_sheet_full_width/templates/assets.xml @@ -2,7 +2,7 @@ - \ No newline at end of file +