forked from Techsystech/web
[UPD] README.rst
parent
7e10705ad6
commit
346d920c94
|
@ -23,7 +23,7 @@ Web Responsive
|
||||||
:target: https://runbot.odoo-community.org/runbot/162/14.0
|
:target: https://runbot.odoo-community.org/runbot/162/14.0
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
|
|
||||||
This module adds responsiveness to web backend.
|
This module adds responsiveness to web backend.
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ Features for mobile:
|
||||||
|
|
||||||
* Search panel is hidden on small screens.
|
* Search panel is hidden on small screens.
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/search_panel.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/search_panel.gif
|
||||||
|
|
||||||
Features for computers:
|
Features for computers:
|
||||||
|
|
||||||
|
@ -89,37 +89,37 @@ Features for computers:
|
||||||
|
|
||||||
* Sticky chatter topbar
|
* Sticky chatter topbar
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/chatter_topbar.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/chatter_topbar.gif
|
||||||
|
|
||||||
* AppMenu waits for action finished to show the view
|
* AppMenu waits for action finished to show the view
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/appmenu.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/appmenu.gif
|
||||||
|
|
||||||
* Sticky header & footer in list view
|
* Sticky header & footer in list view
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/listview.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/listview.gif
|
||||||
|
|
||||||
* Sticky statusbar in form view
|
* Sticky statusbar in form view
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/formview.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/formview.gif
|
||||||
|
|
||||||
* Followers and send button is displayed on mobile. Avatar is hidden.
|
* Followers and send button is displayed on mobile. Avatar is hidden.
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/chatter.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/chatter.gif
|
||||||
|
|
||||||
* When the chatter is configured on the side part, the document viewer fills that
|
* When the chatter is configured on the side part, the document viewer fills that
|
||||||
part for side-by-side reading instead of full screen. You can still put it on full
|
part for side-by-side reading instead of full screen. You can still put it on full
|
||||||
width preview clicking on the new maximize button.
|
width preview clicking on the new maximize button.
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/document_viewer.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/document_viewer.gif
|
||||||
|
|
||||||
* Bigger checkboxes in list view
|
* Bigger checkboxes in list view
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/big_checkboxes.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/big_checkboxes.gif
|
||||||
|
|
||||||
* Scrollable dropdowns
|
* Scrollable dropdowns
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/dropdown_scroll.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/dropdown_scroll.gif
|
||||||
|
|
||||||
**Table of contents**
|
**Table of contents**
|
||||||
|
|
||||||
|
@ -142,10 +142,9 @@ Known issues / Roadmap
|
||||||
device screen size. This means that, if you change the size of your browser,
|
device screen size. This means that, if you change the size of your browser,
|
||||||
you should reload the web client to get the full experience for that
|
you should reload the web client to get the full experience for that
|
||||||
new size. This is Odoo's own limitation.
|
new size. This is Odoo's own limitation.
|
||||||
* Kanban mobile/desktop mode switch on screen resize. F.x. when rotating a device
|
|
||||||
to landscape orientation.
|
|
||||||
* App navigation with keyboard.
|
* App navigation with keyboard.
|
||||||
* Handle long titles on forms in a better way
|
* Handle long titles on forms in a better way
|
||||||
|
* Standard sticky headers seems to not work properly on iOS Safari/Chrome (see #1626).
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
@ -200,7 +199,7 @@ promote its widespread use.
|
||||||
|
|
||||||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
||||||
|
|
||||||
|maintainer-Yajo| |maintainer-Tardo|
|
|maintainer-Yajo| |maintainer-Tardo|
|
||||||
|
|
||||||
This module is part of the `OCA/web <https://github.com/OCA/web/tree/14.0/web_responsive>`_ project on GitHub.
|
This module is part of the `OCA/web <https://github.com/OCA/web/tree/14.0/web_responsive>`_ project on GitHub.
|
||||||
|
|
||||||
|
|
|
@ -399,7 +399,7 @@ Other control panel buttons use icons to save space.</p>
|
||||||
<img alt="https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif" src="https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif" />
|
<img alt="https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif" src="https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Search panel is hidden on small screens.</p>
|
<li><p class="first">Search panel is hidden on small screens.</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/search_panel.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/search_panel.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/search_panel.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/search_panel.gif" />
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Features for computers:</p>
|
<p>Features for computers:</p>
|
||||||
|
@ -419,30 +419,30 @@ See <a class="reference external" href="https://github.com/odoo/odoo/issues/3006
|
||||||
<img alt="https://user-images.githubusercontent.com/973709/48417428-ac5a5f00-e74a-11e8-8839-5bc538c54c1d.png" src="https://user-images.githubusercontent.com/973709/48417428-ac5a5f00-e74a-11e8-8839-5bc538c54c1d.png" />
|
<img alt="https://user-images.githubusercontent.com/973709/48417428-ac5a5f00-e74a-11e8-8839-5bc538c54c1d.png" src="https://user-images.githubusercontent.com/973709/48417428-ac5a5f00-e74a-11e8-8839-5bc538c54c1d.png" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Sticky chatter topbar</p>
|
<li><p class="first">Sticky chatter topbar</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/chatter_topbar.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/chatter_topbar.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/chatter_topbar.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/chatter_topbar.gif" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">AppMenu waits for action finished to show the view</p>
|
<li><p class="first">AppMenu waits for action finished to show the view</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/appmenu.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/appmenu.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/appmenu.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/appmenu.gif" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Sticky header & footer in list view</p>
|
<li><p class="first">Sticky header & footer in list view</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/listview.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/listview.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/listview.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/listview.gif" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Sticky statusbar in form view</p>
|
<li><p class="first">Sticky statusbar in form view</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/formview.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/formview.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/formview.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/formview.gif" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Followers and send button is displayed on mobile. Avatar is hidden.</p>
|
<li><p class="first">Followers and send button is displayed on mobile. Avatar is hidden.</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/chatter.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/chatter.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/chatter.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/chatter.gif" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">When the chatter is configured on the side part, the document viewer fills that
|
<li><p class="first">When the chatter is configured on the side part, the document viewer fills that
|
||||||
part for side-by-side reading instead of full screen. You can still put it on full
|
part for side-by-side reading instead of full screen. You can still put it on full
|
||||||
width preview clicking on the new maximize button.</p>
|
width preview clicking on the new maximize button.</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/document_viewer.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/document_viewer.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/document_viewer.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/document_viewer.gif" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Bigger checkboxes in list view</p>
|
<li><p class="first">Bigger checkboxes in list view</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/big_checkboxes.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/big_checkboxes.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/big_checkboxes.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/big_checkboxes.gif" />
|
||||||
</li>
|
</li>
|
||||||
<li><p class="first">Scrollable dropdowns</p>
|
<li><p class="first">Scrollable dropdowns</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/dropdown_scroll.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/dropdown_scroll.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/dropdown_scroll.gif" src="https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/dropdown_scroll.gif" />
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><strong>Table of contents</strong></p>
|
<p><strong>Table of contents</strong></p>
|
||||||
|
|
Loading…
Reference in New Issue