3
0
Fork 0
Commit Graph

151 Commits (f18b673f8a6eb4b1090a7f3236354821a2a139d8)

Author SHA1 Message Date
OCA-git-bot c98010b1d4 [BOT] post-merge updates 2024-07-30 12:11:53 +00:00
Carlos Roca 7816048c10 [IMP] web_responsive: Change replace for less dangerous extension options
Replacing all the template is a bit dangerous if any other module tries
to extend that tamplate.

So this changes make the same as it is done on before, but using the
other options provided by xpath that are less dangerous.
2024-07-30 11:05:22 +02:00
OCA-git-bot c9407083f7 [BOT] post-merge updates 2024-07-26 07:14:49 +00:00
Carlos Roca 81ab2eef35 [IMP] web_responsive: Set AttachmentViewer z-index upper than chatter
Before this changes when oppening an attachment from the chatter the
attachment was behind the chatter and if we try to hide it, the
attachement disappears.

With this changes the AttachmentViewer appears in front of the chatter
and the problem does not exists anymore.
2024-07-25 09:27:43 +02:00
OCA-git-bot c177834d57 [BOT] post-merge updates 2024-06-25 20:44:11 +00:00
OCA-git-bot 62542a6163 [BOT] post-merge updates 2024-05-22 18:20:16 +00:00
pilarvargas-tecnativa 4f758fca5a [FIX] web_responsive: Remove unnecessary media query
Remove unnecessary media query as odoo has support
for long titles. This style causes an error in the
layout of the affected views.
2024-05-22 12:28:57 +02:00
OCA-git-bot 2514076522 [BOT] post-merge updates 2024-04-17 07:03:13 +00:00
Carlos Roca d4ea2ed219 [IMP] web_responsive: Set viewer width to 100% to better use the space
Before this changes, when previewing a pdf there was a lot of lost space

Now, it is filling all the space
2024-04-17 08:44:19 +02:00
OCA-git-bot 716fca0fce [BOT] post-merge updates 2024-04-05 09:45:28 +00:00
David 26653818d1 [FIX] web_responsive: fix status widget visibility
Before this change the status widget was hidden as it had no width. You
can check it installing the project module and going to a task. Now you
can see the status widget along the task name.
2024-04-05 11:08:08 +02:00
OCA-git-bot 363266ca20 [BOT] post-merge updates 2024-03-12 07:33:03 +00:00
OCA-git-bot 297b5e8d21 Merge PR #2734 into 16.0
Signed-off-by pedrobaeza
2024-03-12 07:29:32 +00:00
OCA-git-bot b5bc82a184 [BOT] post-merge updates 2024-02-22 20:38:17 +00:00
Julien Guenat bc851e064b [FIX] web_responsive: chatter with _mail_post_access read 2024-02-22 17:29:51 +01:00
Olivier Bitsch f02a687891 [FIX] web_responsive: fix z-index on toolbar to prevent being on background in modals 2024-01-31 11:52:38 +01:00
OCA-git-bot cf0dc773cd [BOT] post-merge updates 2024-01-05 07:33:25 +00:00
OCA-git-bot 49165114a8 Merge PR #2683 into 16.0
Signed-off-by pedrobaeza
2024-01-05 07:30:24 +00:00
Jairo Llopis 2eb3fad484
[BUILD] web_responsive: resign as maintainer 2023-12-18 07:43:09 +00:00
Huy Lee f41ca07096 [FIX] web_responsive: broken delete message confirm dialog UI 2023-11-24 11:37:09 +07:00
OCA-git-bot cafedb9835 [BOT] post-merge updates 2023-11-06 11:24:29 +00:00
Hafizh Ibnu Syam e0cbc8399d [16.0][web_responsive] refactor: Update web_responsive.scss
- set z-index for .o_searchview_autocomplete element.
2023-11-06 10:02:25 +07:00
Hafizh Ibnu Syam 5c90a2f836 Revert "[FIX] web_responsive: Update z-index in apps menu.scss to fix overlapping issue:"
This reverts commit 5de47a8592.
2023-11-06 09:38:23 +07:00
OCA-git-bot 452eb844a3 [BOT] post-merge updates 2023-11-02 16:52:20 +00:00
Hafizh Ibnu Syam 5de47a8592 [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-02 14:03:16 +07:00
OCA-git-bot fc57fef65b [BOT] post-merge updates 2023-10-12 10:38:26 +00:00
Hafizh Syam 5e19aa5f86 [16.0][FIX] web_responsive: Fixed full-screen apps menu 2023-09-26 16:12:52 +07:00
OCA-git-bot bbff8fbbc9 [BOT] post-merge updates 2023-09-25 06:18:34 +00:00
Hafizh Syam 215e698b49 [16.0][IMP] web_responsive: To follow the app menu icon in Odoo 16 2023-09-25 09:50:47 +07:00
OCA-git-bot 33b5ba323b oca-github-bot post-merge updates 2023-09-20 13:55:03 +00:00
David 095e1bdd59 [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-09-13 16:49:21 +02:00
OCA-git-bot 0fcc326ee1 [UPD] README.rst 2023-09-03 17:59:06 +00:00
OCA-git-bot 747522c497 Merge PR #2522 into 16.0
Signed-off-by pedrobaeza
2023-05-29 11:59:51 +00:00
Carlos Roca ca99e3a04f [IMP] web_responsive: Remove z and x hotkeys 2023-05-29 09:01:42 +02:00
Carlos Roca fdc48931ac [FIX] web_responsive: Wrap text when display_name is too long 2023-05-29 08:49:31 +02:00
Hugo Santos 942cd7db41 [FIX] Split button templates to show translated labels
Fixes #2439
2023-03-31 13:59:53 +02:00
OCA-git-bot 70844ebaec Merge PR #2460 into 16.0
Signed-off-by pedrobaeza
2023-03-20 14:55:42 +00:00
anjeel.haria 6028ea87a6 [FIX] web_responsive: Translation Button Position 2023-03-20 08:59:58 +01:00
Tuan Hung 6cb7661b38 [FIX] web_responsive: fix bug test ESLint 2023-03-17 16:53:01 +07:00
OCA-git-bot dc84353816 Merge PR #2441 into 16.0
Signed-off-by pedrobaeza
2023-03-10 07:46:58 +00:00
OCA-git-bot bf0d6d6896 Merge PR #2442 into 16.0
Signed-off-by pedrobaeza
2023-03-10 07:41:45 +00:00
anjeel.haria b3e5e5fc29 [FIX] web_responsive: Show View Type Always 2023-03-09 16:06:43 +01:00
anjeel.haria 709e19c5bb [FIX] web_responsive: Align menu for dates in filters 2023-03-09 14:28:11 +01:00
anjeel.haria 36dde2c126 [FIX] web_responsive: Align checkboxes in Favourites save current search view 2023-03-09 14:17:19 +01:00
OCA-git-bot 62dc302a43 [UPD] README.rst 2023-03-06 16:42:18 +00:00
anjeel.haria beda62914b [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-03-06 17:01:59 +01:00
anjeel.haria f02480cf30 [15.0][FIX] Fix problem of blank page when using web_responsive
Changes for default page open
2023-03-01 15:33:27 +01:00
Vincent Hatakeyama 24c303db8f [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-03-01 15:33:27 +01:00
Sergey Shebanin d4b7b7f0d5 [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-03-01 15:33:27 +01:00
Sergey Shebanin 279aa6b43f [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-03-01 15:33:27 +01:00