| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 5506 |
| Technical Name |
easi_inbox_mobile |
| License | OPL-1 |
| Website | https://www.easi-soft.fr |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 5506 |
| Technical Name |
easi_inbox_mobile |
| License | OPL-1 |
| Website | https://www.easi-soft.fr |
Easi Inbox Mobile
Responsive single-pane navigation
Screenshots
What it does
Companion add-on for our flagship Easi Inbox module. On phones & tablets, the 3-pane desktop layout (folders / list / reading view) collapses into a stack navigation style a la iOS / Android : one panel at a time, with a Back chevron to step up the stack.
Desktop UI is untouched - all the responsive rules are media-query gated. Install both modules for a seamless experience on every screen size.
Behavior per screen size
| Width | Layout |
|---|---|
| < 768px (phone) | Single panel full-width, stack navigation, Back button |
| 768-991px (tablet portrait) | Sidebar + 1 panel (list OR detail) |
| ≥ 992px (desktop) | Standard 3-pane layout, unchanged |
Stack navigation
The state.mobileView hooks the existing folder /
message selection methods :
folders --[click folder]--> list --[click message]--> detail ^ ^ | +------ Back --------------+------ Back -------------+
Architecture
- JS patch on
InboxApp.prototypevia@web/core/utils/patch- addsstate.mobileView+ handlersonMobileBack. - Template inheritance via
t-inherit="easi_inbox.InboxApp"- injects the Back button +data-mobile-viewattribute on the root. - SCSS with media queries 767/991 + selectors
[data-mobile-view="..."]to show / hide panels. Non-destructive on desktop.
Installation
- Install the Easi Inbox base module first.
- Place the
easi_inbox_mobilefolder under your Odoo addons path. - Restart the Odoo server.
- Apps menu → Update Apps List → search "Easi Inbox Mobile" → Install.
- No extra configuration - the responsive rules apply automatically when the viewport drops below 992px.
Compatibility
- Odoo 19 Community & Enterprise (pure CSS media queries,
no
web_enterpriseruntime needed). - Requires the base module Easi Inbox (sold separately).
A quoi ca sert
Module compagnon de notre app phare Easi Inbox. Sur telephone et tablette, l'interface 3 panneaux (dossiers / liste / lecture) bascule en navigation stack a la iOS / Android : un panneau a la fois, avec un bouton Back pour remonter.
L'UI desktop n'est pas touchee - toutes les regles responsive sont gatees par media queries. Installer les deux modules pour une experience fluide sur tous les formats d'ecran.
Compatibilite
- Odoo 19 Community & Enterprise (pure media queries CSS,
pas besoin du runtime
web_enterprise). - Necessite le module de base Easi Inbox (vendu separement).
About EASI SOFT
Make it Easi with Odoo!
Silver Partner Odoo based in Auvergne Rhone-Alpes, France. An agile, human and transparent partner - combining infrastructure expertise with Odoo ERP integration.
+33 4 81 12 03 50 · contact@easi-soft.fr · www.easi-soft.fr
Discover our other applications
Browse the full EASI SOFT catalogue on the Odoo Apps Store.
See all EASI SOFT appsNeed help?
contact@easi-soft.fr - typical answer within one business day.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module