Commit Graph

17 Commits (7b15dfb51fdacd69722ce264e7a23154b0740fa5)

Author SHA1 Message Date
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
Taras Shabaranskyi 7d4e65dac6 [MIG] web_responsive: Migration to 17.0 2024-01-19 16:59:57 +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
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
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
anjeel.haria ec02c8b099 [FIX] web_responsive: Align checkboxes in Favourites save current search view 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
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 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
Alexandre D. Díaz 05f471592f [FIX] web_responsive: Label width on modal 2023-11-17 00:37:44 +02:00
Alexandre D. Díaz 97fe8f0ece [IMP] web_responsive: Adapt label width 2023-11-17 00:37:44 +02:00
Sergey Shebanin fb5d709dd5 [IMP] big inputs on forms in edit mode 2023-11-17 00:37:44 +02:00
Sergey Shebanin 4e9d7fb972 [IMP] show AppsMenu by default after login
also redirect to backend from website AppsMenu
2023-11-17 00:37:44 +02:00
Sergey Shebanin 2ed0b13f80 [MIG] web_responsive: Migration to 15.0 2023-11-17 00:37:43 +02:00