Commit Graph

8 Commits (d937f31f394e5b10a84be6fb6ebbd02dceabc0b3)

Author SHA1 Message Date
Dave Lasley 2c254cce51
[IMP] web_responsive: Add search feature
* Add feature to search menus in the app drawer
2017-12-14 17:07:30 -08:00
Fanha Giang 71bbedd4d0 [10] [web responsive]: hide header when print directly from browser 2017-11-28 15:26:38 +07:00
Dave Lasley cd22422740
[FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
2017-10-25 07:41:37 -07:00
Jairo Llopis e3eb15bc69 [FIX][web_responsive] Scrolling and mobile search/group buttons
- Display horizontal scroll bar in big screens with wide list views.
- Display "group by" button in XS screens.
- More responsive search buttons layout in SM-XS screens.
2017-09-25 09:23:58 +02:00
Jairo Llopis 68a6e796aa [FIX][web_responsive] Long-named multicompanies nice in XS (#688) 2017-08-10 12:12:21 +02:00
Pedro M. Baeza f29c9d3958 [FIX] web_responsive: Execution permission 2017-05-18 19:06:14 +02:00
Dave Lasley 422ab5d281
[FIX] web_responsive: Change edit accesskey
* Change accesskey for `edit` in form view back to `e` to fix #587
2017-03-28 11:07:22 -07:00
Dave Lasley f836479461
[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
2016-11-07 18:20:17 -08:00