Commit Graph

12 Commits (655b281dba67b4e46b35af6b38e4f0012c655907)

Author SHA1 Message Date
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