Commit Graph

44 Commits

Author SHA1 Message Date
Alexandre D. Díaz
97fe8f0ece [IMP] web_responsive: Adapt label width 2023-11-17 00:37:44 +02:00
Sergey Shebanin
7e2ee0909b [FIX] make base odoo JS tests working with web_responsive module 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
Splash
8be10e013a [FIX] word wrap for appdrawer menu items 2023-11-17 00:37:43 +02:00
Splash
a8e9541078 [FIX] error on grouped mobile kanban with zero groups 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
Yann Papouin
4e571b562a [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)
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
2085e329f3 [FIX] web_responsive: Menu section overflow 2023-11-17 00:37:43 +02:00
Alexandre D. Díaz
20f2d5de12 [IMP] web_responsive: Apply pre-commit changes 2023-11-17 00:37:43 +02:00
Alexandre D. Díaz
36a50c4f55 [IMP] web_responsive: Cut long filters names in the filters menu 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
Andrii Skrypka
1c5e46feee [FIX] web_responsive: fix hotkey combinations in a shortcut template 2023-11-17 00:37:43 +02:00
OCA-git-bot
19dcf7b4bd [UPD] README.rst 2023-11-17 00:37:43 +02:00
Pablo Androetto
cb623388d8 New style in apps menu
scss file to change ui variables easily

Deleted unnecesary padding

remove unnecesary styles

unnecesary styles

align menu items to left again

search results styles and fixes

prettier configuration fix

newline at end of file (variables.scss)

text color calculation for navbar

fix in img url

requested fixes

Transitions and focus fixes

fix in js settimeout

margin added in search-container

Fix in transition

Co-authored-by: Jairo Llopis <Yajo@users.noreply.github.com>

Remove duplicated css
2023-11-17 00:37:43 +02:00
Alexandre Díaz
3462e6caa1 [IMP] web_responsive: Restore discuss mobile mode 2023-11-17 00:37:43 +02:00
Alexandre Díaz
31b3e5d872 [FIX] web_responsive: Change AppDrawer close method
Previous of this commit, AppDrawer closes when the action have an id
that is defined in a menu item and no rpc calls are running.
Now AppDrawer closes in a more generic way, is enough that a
controller is attached to consider that the AppDrawer needs to be
closed.
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
Jairo Llopis
2a83abe393 [FIX] web_responsive: make followers dropdown usable
Fix a visual glitch that impeded using the followers dropdown with a sided chatter.
2023-11-17 00:37:43 +02:00
Alexandre Díaz
d2601d3ea0 [IMP] mail_tracking: Changed form statusbar z-index 2023-11-17 00:37:43 +02:00
emagdalena
3f7b69a0be [FIX] web_dialog_size js warnings 2023-11-17 00:37:43 +02:00
Pedro M. Baeza
98e5c0332d [IMP] web_responsive: Add development status + contributors 2023-11-17 00:37:43 +02:00
Alexandre Díaz
163671220b black, isort 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
Alexandre Díaz
a98c3ad854 [FIX] web_responsive: changed button box more initial position 2023-11-17 00:37:43 +02:00
Mathias Markl
898c2958f4 Update web_responsive.scss 2023-11-17 00:37:43 +02:00
Alexandre Díaz
97e8d3f363 [IMP] web_responsive: Performance when hide menus 2023-11-17 00:37:43 +02:00
Alexandre Díaz
612b569dae [IMP] web_responsive: Small refactor 'isWaiting' 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
915077f3cd [FIX] web_responsive: Close AppDrawer 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
Alexandre Díaz
ffaee3678f [IMP] Sticky chatter topbar 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
Dave Lasley
2788a23a81 [IMP] web_responsive: Add search feature (#838)
* Add feature to search menus in the app drawer
* Switch model to RPC
2023-11-17 00:37:42 +02:00
QS5ELkMu
9817f318f5 [IMP] web_responsive: Possibility of putting the chatter in the right (#951) 2023-11-17 00:37:42 +02:00
fanha99
3c9ddf58b3 [FIX] web_responsive: Hide header when print directly from browser issues 808 (#809)
Closes #808
2023-11-17 00:37:42 +02:00
Dave Lasley
f00aecd0a7 [FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
2023-11-17 00:37:42 +02:00
Angel Moya Pardo
481f45b8e9 UPDT version 2023-11-17 00:37:42 +02:00
Jairo Llopis
2ce69135c5 [FIX][web_responsive] Long-named multicompanies nice in XS (#688) 2023-11-17 00:37:42 +02:00
Pedro M. Baeza
f6df76d6ae [FIX] web_responsive: Execution permission 2023-11-17 00:37:42 +02:00
Dave Lasley
441e5c4403 [FIX] web_responsive: Change edit accesskey
* Change accesskey for `edit` in form view back to `e` to fix #587
2023-11-17 00:37:42 +02:00
Dave Lasley
e5095f6802 [MIG] web_responsive: Migrate to v10
* Bump version
* Change all openerp to odoo
* Fix qunit suite injection
* Remove jQuery require
* Change to new selectors:
  * `oe_leftbar` to `o_sub_menu`
  * `oe_logo` to `o_sub_menu_logo`
  * `oe_footer` to `o_sub_menu_footer`
  * `oe_secondary_menus_container` to `o_sub_menu_content`
* Add style to hide oe_footer instead of remove to not break `support_branding`
* Add note in ReadMe explaining override of `support_branding`
* Set top margin of app drawer title to 0 to fit v10 proportions
* Fix notification badge positioning
* Add o_web_client class to body to fix overlaps
* Scroll control panel with page
* Change navbar z-index to not be overlapped by buttons
* Raise z-index on header to raise over buttons
* Handle layered notifications via z-index
* Remove `#` from navigation links HREF to prevent history littering
2023-11-17 00:37:42 +02:00