3
0
Fork 0
Commit Graph

38 Commits (67c02e55ede28d66db2f11aeb8beb218ccdabcd3)

Author SHA1 Message Date
OCA-git-bot 6a76145dfa web_responsive 12.0.2.3.6 2021-02-08 13:13:36 +00:00
OCA-git-bot 0801651406 web_responsive 12.0.2.3.5 2021-02-03 17:09:37 +00:00
OCA-git-bot f86a1ed87e web_responsive 12.0.2.3.4 2021-02-02 08:35:28 +00:00
OCA-git-bot 366b35dc10 web_responsive 12.0.2.3.3 2020-12-03 13:34:55 +00:00
OCA-git-bot 9fd44fc7c2 web_responsive 12.0.2.3.2 2020-09-30 17:33:35 +00:00
OCA-git-bot e4a683d21e web_responsive 12.0.2.3.1 2020-08-04 07:06:50 +00:00
OCA-git-bot c85280f54f web_responsive 12.0.2.3.0 2020-04-19 23:55:05 +00:00
Andrii Skrypka 64ca2f4d17 [FIX] web_responsive: fix hotkey combinations in a shortcut template 2020-03-23 18:57:45 +02:00
OCA-git-bot 4ac487aac8 web_responsive 12.0.2.2.1 2020-02-24 12:39:16 +00:00
OCA-git-bot 8ec76cf415 web_responsive 12.0.2.2.0 2020-02-18 08:26:39 +00:00
OCA-git-bot 7f47987ac1 web_responsive 12.0.2.1.0 2020-01-27 20:51:38 +00:00
OCA-git-bot b04085302b web_responsive 12.0.2.0.2 2020-01-20 15:52:45 +00:00
OCA-git-bot 6bd6f56daa web_responsive 12.0.2.0.1 2020-01-20 11:50:26 +00:00
OCA-git-bot f7a87fa539 web_responsive 12.0.2.0.0 2020-01-03 12:15:47 +00:00
Alexandre Díaz 6ff13e8569 [IMP] web_responsive: Document Viewer 2020-01-03 12:37:04 +01:00
OCA-git-bot d93322aa41 web_responsive 12.0.1.3.5 2019-12-04 15:39:12 +00:00
OCA-git-bot ccc7feea42 web_responsive 12.0.1.3.4 2019-11-21 10:26:29 +00:00
OCA-git-bot 68c475889f web_responsive 12.0.1.3.3 2019-11-13 00:22:05 +00:00
OCA-git-bot 6632f51a8a web_responsive 12.0.1.3.2 2019-10-11 12:59:50 +00:00
OCA-git-bot 9b3356687e web_responsive 12.0.1.3.1 2019-10-11 11:15:33 +00:00
OCA-git-bot 11c8b1d15a web_responsive 12.0.1.3.0 2019-09-27 11:31:54 +00:00
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