Commit Graph

146 Commits (b9f6075a1f6d32bc99c19b9f3abb7f035b6b1353)

Author SHA1 Message Date
Ryan Cole a1b29f3834 [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-02-25 15:15:45 +13:00
OCA-git-bot 029687515d [BOT] post-merge updates 2025-02-05 07:08:36 +00:00
pilarvargas-tecnativa c5e147576b [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-02-03 10:53:51 +01:00
OCA-git-bot 860d9fbe82 [BOT] post-merge updates 2025-01-27 16:15:10 +00:00
Carlos Lopez 50c8ade99e [FIX] web_responsive: Make showAppsMenuItem work again
In Odoo 17, the Class TourStepUtils was removed, and stepUtils is now an object instead of a class. When this module is installed, the tours stop working and throw the error:
Uncaught Error: Dependencies should be defined by an array: function (require) {.

This commit adapts the code to align with these changes, ensuring that tours work correctly.
2025-01-27 09:52:36 -05:00
OCA-git-bot dfcd027ba5 [BOT] post-merge updates 2024-12-12 08:48:32 +00:00
Fai 34aac9e021
[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>
2024-12-10 11:57:14 -05:00
OCA-git-bot 990d84e999 [BOT] post-merge updates 2024-11-04 16:39:21 +00:00
OCA-git-bot 8e5b3d757d [BOT] post-merge updates 2024-08-08 09:49:29 +00:00
Carlos Roca 7a77816764 [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
2024-08-08 11:29:47 +02:00
OCA-git-bot 290ec8eccc [BOT] post-merge updates 2024-07-17 11:40:37 +00:00
OCA-git-bot c4d889bf91 Merge PR #2864 into 17.0
Signed-off-by pedrobaeza
2024-07-17 11:35:39 +00:00
Angel Patel c7d59e83b8 [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
2024-07-17 16:07:24 +05:30
OCA-git-bot 0cb09503c8 [BOT] post-merge updates 2024-07-12 07:35:26 +00:00
Jairo Llopis 8b0fbba1d4
[BUILD] web_responsive: resign as maintainer 2024-07-12 08:29:36 +01:00
OCA-git-bot 8f3c6d5a7a [BOT] post-merge updates 2024-04-19 17:35:18 +00:00
Taras Shabaranskyi c5f7b0a7ce [17.0][FIX] web_responsive: disable default file preview 2024-04-14 21:15:17 +03:00
OCA-git-bot dc9d4574cc [BOT] post-merge updates 2024-01-19 15:16:12 +00:00
Taras Shabaranskyi 7d4e65dac6 [MIG] web_responsive: Migration to 17.0 2024-01-19 16:59:57 +02:00
OCA-git-bot 08b8d7bfab [BOT] post-merge updates 2023-11-17 00:37:44 +02:00
Hafizh Ibnu Syam 0654b2e710 [16.0][web_responsive] refactor: Update web_responsive.scss
- set z-index for .o_searchview_autocomplete element.
2023-11-17 00:37:44 +02:00
Hafizh Ibnu Syam a9c007fba4 Revert "[FIX] web_responsive: Update z-index in apps menu.scss to fix overlapping issue:"
This reverts commit 5de47a8592.
2023-11-17 00:37:44 +02:00
OCA-git-bot 1b05736b0b [BOT] post-merge updates 2023-11-17 00:37:44 +02:00
Hafizh Ibnu Syam 1fe038c133 [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.
2023-11-17 00:37:44 +02:00
OCA-git-bot 9fb404394d [BOT] post-merge updates 2023-11-17 00:37:44 +02:00
Hafizh Syam 6d876a7157 [16.0][FIX] web_responsive: Fixed full-screen apps menu 2023-11-17 00:37:44 +02:00
OCA-git-bot b101021abb [BOT] post-merge updates 2023-11-17 00:37:44 +02:00
Hafizh Syam 4ac9fb48b1 [16.0][IMP] web_responsive: To follow the app menu icon in Odoo 16 2023-11-17 00:37:44 +02:00
OCA-git-bot 12e368516a oca-github-bot post-merge updates 2023-11-17 00:37:44 +02:00
David e18e421262 [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
2023-11-17 00:37:44 +02:00
OCA-git-bot 48edd386e2 [UPD] README.rst 2023-11-17 00:37:44 +02:00
Carlos Roca 5a5708242c [IMP] web_responsive: Remove z and x hotkeys 2023-11-17 00:37:44 +02:00
Carlos Roca 0c2eb0b2ea [FIX] web_responsive: Wrap text when display_name is too long 2023-11-17 00:37:44 +02:00
Hugo Santos 21ffb1e01f [FIX] Split button templates to show translated labels
Fixes #2439
2023-11-17 00:37:44 +02:00
anjeel.haria bfb0d6f8f3 [FIX] web_responsive: Translation Button Position 2023-11-17 00:37:44 +02:00
Tuan Hung e456c1347b [FIX] web_responsive: fix bug test ESLint 2023-11-17 00:37:44 +02:00
anjeel.haria 425c4e6f64 [FIX] web_responsive: Show View Type Always 2023-11-17 00:37:44 +02:00
anjeel.haria 6f09b330e1 [FIX] web_responsive: Align menu for dates in filters 2023-11-17 00:37:44 +02:00
anjeel.haria ec02c8b099 [FIX] web_responsive: Align checkboxes in Favourites save current search view 2023-11-17 00:37:44 +02:00
OCA-git-bot 3032b11718 [UPD] README.rst 2023-11-17 00:37:44 +02:00
anjeel.haria 475d01f68a [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
2023-11-17 00:37:44 +02:00
anjeel.haria c7a37728d1 [15.0][FIX] Fix problem of blank page when using web_responsive
Changes for default page open
2023-11-17 00:37:44 +02:00
Vincent Hatakeyama 2ab377eef2 [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
2023-11-17 00:37:44 +02:00
Sergey Shebanin 6a1ba1f5c8 [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
2023-11-17 00:37:44 +02:00
Sergey Shebanin 3e83066294 [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>
2023-11-17 00:37:44 +02:00
Sergey Shebanin 6ba8016148 [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.
2023-11-17 00:37:44 +02:00
Hieu.VMB 932d4870e4 [FIX]-web_responsive module: Go to wrong action menu when user is set with Home Action menu 2023-11-17 00:37:44 +02:00
Sergey Shebanin 94b8829306 [FIX] redundant padding on kanban card 2023-11-17 00:37:44 +02:00
Sergey Shebanin 651524d64b [FIX] kanban mode for popup in Many2One fields on mobile 2023-11-17 00:37:44 +02:00
OCA-git-bot 9a95fe5981 [UPD] README.rst 2023-11-17 00:37:44 +02:00