Commit Graph

116 Commits (f64cdf0a8acb261be01ae626de38d703ff8b6a95)

Author SHA1 Message Date
kobros-tech 1c5824d2ea [18.0][MIG] web_responsive: Migration to 18.0 2025-04-23 16:28:56 +03:00
kobros-tech 2eeb851f3c [IMP] web_responsive: pre-commit auto fixes 2025-03-27 19:22:23 +03:00
Ryan Cole 9438a76226 [FIX] web_responsive: Fix blank screen on search (support menus w/o xmlid)
If a menu item is created manually via the Odoo UI, then it (likely) won't have an xmlid. As a result, the `t-foreach` fails, resulting in the whole Odoo UI crashing (a blank white screen is shown). This code should use `id` as the `t-key` instead, as that is *always* available, even for menu items created manually.
2025-03-27 19:20:32 +03:00
pilarvargas-tecnativa c748cebc39 [IMP] web_responsive: Remove unnecessary calendar optimisation
Removed the optimisation of hiding the week number at a certain size
for consistency with the responsive design of Odoo enterprise. It is a
non-functional optimisation as it hides useful information that hardly
takes up any space. It also causes incompatibilities in the design with
extensions that do not take into account these specific changes.

TT54811
2025-03-27 19:13:32 +03:00
Fai 11cefbf47e [FIX] web_responsive: Add support to serve menu icon in image url
Add support to serve menu icon in image URL format rather than base64.

It can take advantanges from browser caching and Nginx proxy.

Signed-off-by: Fai <lamkafai1997@gmail.com>
2025-01-28 01:31:29 +03:00
Carlos Roca 399fcba32c [FIX] web_responsive: Can't access web using superuser
Before this change when trying to access web using superuser the web
interface is not charged.

By doing this change is all working normally.

Steps to reproduce the problem:

1. Log in
2. Go to web/become
2025-01-28 01:31:29 +03:00
Angel Patel d5a45f9e12 [IMP] web_responsive: Redirect to home after login
Redirect to the home page after login will occur only if the user has enabled the 'Redirect to Home' configuration in their user profile settings
2025-01-28 01:31:29 +03:00
Taras Shabaranskyi ec744cdbc4 [17.0][FIX] web_responsive: disable default file preview 2025-01-28 01:31:28 +03:00
Taras Shabaranskyi 04c1361a3c [MIG] web_responsive: Migration to 17.0 2025-01-28 01:31:28 +03:00
Hafizh Ibnu Syam 056e1ac64f [16.0][web_responsive] refactor: Update web_responsive.scss
- set z-index for .o_searchview_autocomplete element.
2025-01-28 01:31:28 +03:00
Hafizh Ibnu Syam fb85956550 Revert "[FIX] web_responsive: Update z-index in apps menu.scss to fix overlapping issue:"
This reverts commit 5de47a8592.
2025-01-28 01:31:28 +03:00
Hafizh Ibnu Syam 2aed547934 [FIX] web_responsive: Update z-index in apps menu.scss to fix overlapping issue:
- Increase z-index from 1000 to 10000 in apps_menu.scss.
2025-01-28 01:31:28 +03:00
Hafizh Syam ce3270a11b [16.0][FIX] web_responsive: Fixed full-screen apps menu 2025-01-28 01:31:28 +03:00
Hafizh Syam adf8619d26 [16.0][IMP] web_responsive: To follow the app menu icon in Odoo 16 2025-01-28 01:31:28 +03:00
David aa225e4073 [IMP] web_responsive: public message chatter color
We give a color clue to the users so they can better tell if they're
sending an internal note or a public message.

Dislaimer: we use the `has()` pseudo class mainly because is simpler to
implement and the support is quite extended right now. Even Firefox will
catch up soon (now it has support behing a config flag).

So users with compatible browser will enjoy it, while others will just stay
as they were.

TT44953
2025-01-28 01:31:28 +03:00
Carlos Roca 8b83ce8847 [IMP] web_responsive: Remove z and x hotkeys 2025-01-28 01:31:28 +03:00
Carlos Roca e96b203436 [FIX] web_responsive: Wrap text when display_name is too long 2025-01-28 01:31:28 +03:00
Hugo Santos d26074fbe3 [FIX] Split button templates to show translated labels
Fixes #2439
2025-01-28 01:31:28 +03:00
anjeel.haria bd4b865340 [FIX] web_responsive: Translation Button Position 2025-01-28 01:31:28 +03:00
Tuan Hung 332da0dbf3 [FIX] web_responsive: fix bug test ESLint 2025-01-28 01:31:28 +03:00
anjeel.haria f2d82c11c0 [FIX] web_responsive: Show View Type Always 2025-01-28 01:31:28 +03:00
anjeel.haria eeb989576a [FIX] web_responsive: Align menu for dates in filters 2025-01-28 01:31:28 +03:00
anjeel.haria e5da97f6b7 [FIX] web_responsive: Align checkboxes in Favourites save current search view 2025-01-28 01:31:28 +03:00
anjeel.haria bc02c20b7d [MIG] web_responsive: Migration to 16.0
Fix for optional dropdown checkbox in list view

Made Changes for compatibility with web_chatter_position module

Fix for attachment delete dialog
2025-01-28 01:31:28 +03:00
anjeel.haria c835eebd40 [15.0][FIX] Fix problem of blank page when using web_responsive
Changes for default page open
2025-01-28 01:31:28 +03:00
Vincent Hatakeyama 9b5a960276 [FIX] web_responsive: only change width of main control panel
The Search More panel is incorrectly displayed due to the reduced screen
so only change width on the main screen.

Fixes #2395
2025-01-28 01:31:28 +03:00
Sergey Shebanin f34b5613f6 [FIX] web_responsive: fix dropdown caret visibility on website
before this commit dropdown on website doesn't have caret visible. F.x. to show option "Edit on backend"

after this commit caret will be visible
2025-01-28 01:31:28 +03:00
Sergey Shebanin e343f4147b [FIX] web_responsive: attribute 'records_draggable' was no effect on desktop.
Kanban View has an attribute 'records_draggable', means 'whether it should be possible to drag records when kanban is grouped'.
It's support was broken.
Co-authored-by: MackZhong <mackz@sina.com>
2025-01-28 01:31:28 +03:00
Sergey Shebanin 0701e88918 [FIX] web_responsive: make keyboard navigation in Apps menu Search results works again.
Due to changes in javascript framework keyboard navigation was broken.
This commit makes it work again.
2025-01-28 01:31:28 +03:00
Hieu.VMB f602786bac [FIX]-web_responsive module: Go to wrong action menu when user is set with Home Action menu 2025-01-28 01:31:28 +03:00
Sergey Shebanin a745847dff [FIX] redundant padding on kanban card 2025-01-28 01:31:28 +03:00
Sergey Shebanin 77ba874232 [FIX] kanban mode for popup in Many2One fields on mobile 2025-01-28 01:31:28 +03:00
Alexandre D. Díaz fbf83e8bda [FIX] web_responsive: Label width on modal 2025-01-28 01:31:28 +03:00
Alexandre D. Díaz 3a87b01fa3 [IMP] web_responsive: Adapt label width 2025-01-28 01:31:28 +03:00
Sergey Shebanin 14fbf4a522 [FIX] make base odoo JS tests working with web_responsive module 2025-01-28 01:31:28 +03:00
Sergey Shebanin b53b11e23b [IMP] big inputs on forms in edit mode 2025-01-28 01:31:28 +03:00
Sergey Shebanin c555e915c3 [IMP] show AppsMenu by default after login
also redirect to backend from website AppsMenu
2025-01-28 01:31:28 +03:00
Sergey Shebanin b4cb0b467b [MIG] web_responsive: Migration to 15.0 2025-01-28 01:31:27 +03:00
Splash aa2778bed6 [FIX] word wrap for appdrawer menu items 2025-01-28 01:31:27 +03:00
Splash c0d2286f06 [FIX] error on grouped mobile kanban with zero groups 2025-01-28 01:31:27 +03:00
Sergey Shebanin e1a5e0ddb4 [MIG] web_responsive: Migration to 14.0 2025-01-28 01:31:27 +03:00
Alexandre D. Díaz d36524086d [IMP] web_responsive: Scrollable dropdowns 2025-01-28 01:31:27 +03:00
Yann Papouin 267791fd3c [FIX] web_responsive: Do not set overflow property on inline fields
Co-authored-by: Alexandre Díaz <alexandre.diaz@tecnativa.com>
Ensure that the title is displayed while the user holds the mouse click (while selecting content)
2025-01-28 01:31:27 +03:00
Alexandre D. Díaz ebdeefb62a [IMP] web_responsive: Bigger checkboxes in list view 2025-01-28 01:31:27 +03:00
Alexandre D. Díaz 624dc5570d [FIX] web_responsive: Menu section overflow 2025-01-28 01:31:27 +03:00
Alexandre D. Díaz 57b32dfce6 [IMP] web_responsive: Apply pre-commit changes 2025-01-28 01:31:27 +03:00
Alexandre D. Díaz b232a3d535 [IMP] web_responsive: Cut long filters names in the filters menu 2025-01-28 01:31:27 +03:00
Alexandre D. Díaz 28046f71d5 [FIX] web_responsive: Hide search panel on small screens 2025-01-28 01:31:27 +03:00
Andrii Skrypka 6591215b3a [FIX] web_responsive: fix hotkey combinations in a shortcut template 2025-01-28 01:31:27 +03:00
Ivàn Todorovich 93f4d5ccb5 [IMP] Improve responsiveness in large screens: don't let the icons separate too much from each other
[FIX] Display of long search result items in mobile

[IMP] AppMenu searchbar style

[IMP] Add vertical padding to icons, to increase separation

[IMP] Add focus style on app icons

[IMP] Prevent user selection on menu

[IMP] Prevent dragging the menues
2025-01-28 01:31:27 +03:00