3
0
Fork 0
Commit Graph

17 Commits (9e4f99b6bb8c980a19a1551a624e7c13cceef5cc)

Author SHA1 Message Date
OCA-git-bot 376ed92c7e web_responsive 12.0.1.2.0 2019-08-12 12:03:36 +00:00
OCA-git-bot 96b2c7953c web_responsive 12.0.1.1.4 2019-08-12 10:51:49 +00:00
OCA-git-bot d6b474790d web_responsive 12.0.1.1.3 2019-08-09 11:26:00 +00:00
OCA-git-bot 01ffbdb12b web_responsive 12.0.1.1.2 2019-07-04 14:52:23 +00:00
OCA-git-bot 71ee8d82c8 web_responsive 12.0.1.1.1 2019-06-21 09:09:48 +00:00
Alexandre Díaz a0095285e0 [FIX+IMP] web_responsive: Chatter Topbar + fix #1189 + added gif 2019-04-08 16:31:20 +02:00
Alexandre Díaz 86e62473e6 [IMP] Sticky chatter topbar 2019-02-14 17:52:49 +01:00
Jairo Llopis 69a7491f4a
[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!
2019-01-10 13:51:17 +00:00
Dave Lasley 924c874d74
[IMP] web_responsive: Add search feature (#838)
* Add feature to search menus in the app drawer
* Switch model to RPC
2018-12-10 13:33:29 +00:00
QS5ELkMu 53d9a6e303
[IMP] web_responsive: Possibility of putting the chatter in the right (#951) 2018-12-10 13:33:25 +00:00
fanha99 58c1c66176
[FIX] web_responsive: Hide header when print directly from browser issues 808 (#809)
Closes #808
2018-12-10 13:33:25 +00:00
Dave Lasley e94bcf5ca3
[FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
2018-12-10 13:33:25 +00:00
Angel Moya Pardo accdc4cf85
UPDT version 2018-12-10 13:33:24 +00:00
Jairo Llopis 2b584435da
[FIX][web_responsive] Long-named multicompanies nice in XS (#688) 2018-12-10 13:33:23 +00:00
Pedro M. Baeza 2c0356da4d
[FIX] web_responsive: Execution permission 2018-12-10 13:33:23 +00:00
Dave Lasley a2d49b4a88
[FIX] web_responsive: Change edit accesskey
* Change accesskey for `edit` in form view back to `e` to fix #587
2018-12-10 13:33:22 +00:00
Dave Lasley bc47367746
[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
2018-12-10 13:33:20 +00:00