OCA-git-bot
8e5b3d757d
[BOT] post-merge updates
2024-08-08 09:49:29 +00: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
OCA-git-bot
1b05736b0b
[BOT] post-merge updates
2023-11-17 00:37:44 +02:00
OCA-git-bot
9fb404394d
[BOT] post-merge updates
2023-11-17 00:37:44 +02:00
OCA-git-bot
b101021abb
[BOT] post-merge updates
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
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
OCA-git-bot
9a95fe5981
[UPD] README.rst
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
OCA-git-bot
346d920c94
[UPD] README.rst
2023-11-17 00:37:43 +02:00
Sergey Shebanin
655ea0e5a7
[MIG] web_responsive: Migration to 14.0
2023-11-17 00:37:43 +02:00
Alexandre D. Díaz
3ae68ccac9
[IMP] web_responsive: Scrollable dropdowns
2023-11-17 00:37:43 +02:00
Alexandre D. Díaz
64952c39ad
[IMP] web_responsive: Bigger checkboxes in list view
2023-11-17 00:37:43 +02:00
Alexandre D. Díaz
8cfa42a110
[FIX] web_responsive: Hide search panel on small screens
2023-11-17 00:37:43 +02:00
OCA-git-bot
75caf88c07
[UPD] README.rst
2023-11-17 00:37:43 +02:00
OCA-git-bot
19dcf7b4bd
[UPD] README.rst
2023-11-17 00:37:43 +02:00
Alexandre Díaz
2d2f079fa9
[IMP] web-responsive: Document Viewer
2023-11-17 00:37:43 +02:00
OCA-git-bot
dce892c38c
[UPD] README.rst
2023-11-17 00:37:43 +02:00
Alexandre Díaz
0de0fa4a81
[IMP] web_responsive: Support long titles
2023-11-17 00:37:43 +02:00
Alexandre Díaz
ef1461287b
[MIG] web_responsive: Migration to 13.0
2023-11-17 00:37:43 +02:00
OCA-git-bot
27c80a8391
[UPD] README.rst
2023-11-17 00:37:43 +02:00
Alexandre Díaz
6ec69f4b17
[IMP] web_responsive: Readme
2023-11-17 00:37:43 +02:00
Alexandre Díaz
c7e037f87e
[IMP] web_responsive: Readme
2023-11-17 00:37:43 +02:00
Alexandre Díaz
2fc41bf8c1
[FIX+IMP] web_responsive: Chatter Topbar + fix #1189 + added gif
2023-11-17 00:37:42 +02:00
Jairo Llopis
0e6d063b6e
[MIG] web_responsive: Migrate to v12 and refactor
...
This migration includes a full refactoring to make this module more
maintainable. Some things that have changed:
- Removed external libraries.
- Change Less for Scss.
- Reduce ES and XML to the minimal required needs.
- Implement as much features as possible with just Scss.
- Remove copyright from `__init__.py` files.
- Trigger the new hotkeys system from Odoo v12 with `Shift+Alt` instead
of just `Alt`, and restore some good old hotkeys (`E` for "Edit",
`D` for "Discard", and `A` for "Apps menu").
See https://github.com/odoo/odoo/issues/30068 on the matter.
- Control panel breadcrumbs are collapsed into a single backwards icon.
- Add FA icons to most common buttons in control panel.
- Hide text in XS for those buttons, to have a slicker phone experience.
- Lots of gifs in the README!
2023-11-17 00:37:42 +02:00
OCA Git Bot
77a30d550d
[UPD] README.rst
2023-11-17 00:37:42 +02:00
OCA Git Bot
27acf01505
[UPD] README.rst
2023-11-17 00:37:42 +02:00
OCA Git Bot
179d1b3d65
[UPD] README.rst
2023-11-17 00:37:42 +02:00
Dave Lasley
88a9520f21
[FIX] web_responsive: Other minor fixes
...
* Add Tecnativa as author
* Remove untestable JS method
* Rename to web_responsive
2023-11-17 00:37:42 +02:00