Add oca-web submodule with 68 web modules

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ernad Husremovic 2025-08-30 17:27:15 +02:00
parent af56672c08
commit 53fddf87c8
2469 changed files with 101716 additions and 0 deletions

View file

@ -0,0 +1,9 @@
This module was developed because Odoo optimizes views only for mobile or desktop, but
forgets about tablets.
It will be useful for you if you usually use a tablet.
If you need this module for those reasons, these might interest you too:
- `web_widget_numeric_step`
- OCA's `web_responsive`, or the Odoo EE alternative `web_enterprise` (closed source).

View file

@ -0,0 +1 @@
- Jairo Llopis ([Moduon](https://www.moduon.team/))

View file

@ -0,0 +1,3 @@
The development of this module has been financially supported by:
- Moduon Team S.L.

View file

@ -0,0 +1,12 @@
This module prefers kanban sub-form views when using a tablet, or any other
device with a touch screen, no matter its size.
For example, these screenshots showcase a sale order in a tablet:
| Without this module | With this module |
| --------------------- | ------------------- |
| [![Before][]][Before] | [![After][]][After] |
[Before]: https://github.com/OCA/web/assets/973709/caa0be55-ec6b-45e8-af94-7492df08dfcc
[After]: https://github.com/OCA/web/assets/973709/345c1139-879d-4eb5-a828-786b1e3bc7b8

View file

@ -0,0 +1,3 @@
- Enable more mobile UI enhancements for tablets as they seem relevant.
- Allow setting per user or per session, with sane defaults. Just in case you happen to
use a tablet with a mouse.

View file

@ -0,0 +1,4 @@
To use this module, you need to:
1. Use a tablet.
1. Go to any form that contains a sub-view which can be optimized for mobile.