Commit Graph

21 Commits (17e0943dbf727bea7af3a255ab32ad2c07c77cd6)

Author SHA1 Message Date
Pedro M. Baeza 70d8ec2e0a [IMP] web_responsive: Add development status + contributors 2021-03-18 21:41:59 +03:00
Alexandre Díaz 6a722d815b black, isort 2021-03-18 21:41:59 +03:00
Alexandre Díaz d47935882e [MIG] web_responsive: Migration to 13.0 2021-03-18 21:41:59 +03:00
Alexandre Díaz 18ab4514cd [FIX] web_responsive: changed button box more initial position 2021-03-18 21:41:58 +03:00
Mathias Markl 49f5849d72 Update web_responsive.scss 2021-03-18 21:41:58 +03:00
Alexandre Díaz 8e8d467fb1 [IMP] web_responsive: Performance when hide menus 2021-03-18 21:41:58 +03:00
Alexandre Díaz b662b64a7c [IMP] web_responsive: Small refactor 'isWaiting' 2021-03-18 21:41:58 +03:00
OCA-git-bot b912b10e8f [UPD] README.rst 2021-03-18 21:41:58 +03:00
Alexandre Díaz ed209ae66c [FIX] web_responsive: Close AppDrawer 2021-03-18 21:41:58 +03:00
Alexandre Díaz b523dcc98b [FIX+IMP] web_responsive: Chatter Topbar + fix #1189 + added gif 2021-03-18 02:05:46 +03:00
Alexandre Díaz 11a2f313fe [IMP] Sticky chatter topbar 2021-03-18 02:05:46 +03:00
Jairo Llopis 46ac45a5f1 [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!
2021-03-18 02:05:45 +03:00
Dave Lasley 165a544578 [IMP] web_responsive: Add search feature (#838)
* Add feature to search menus in the app drawer
* Switch model to RPC
2021-03-18 02:01:27 +03:00
QS5ELkMu 23bddb12b0 [IMP] web_responsive: Possibility of putting the chatter in the right (#951) 2021-03-18 01:55:15 +03:00
fanha99 11eb066a31 [FIX] web_responsive: Hide header when print directly from browser issues 808 (#809)
Closes #808
2021-03-18 01:55:15 +03:00
Dave Lasley 17a9d31581 [FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
2021-03-18 01:55:15 +03:00
Angel Moya Pardo cbf2f58774 UPDT version 2021-03-18 01:55:15 +03:00
Jairo Llopis 220e9a4ca2 [FIX][web_responsive] Long-named multicompanies nice in XS (#688) 2021-03-18 01:55:15 +03:00
Pedro M. Baeza 5e1cac5645 [FIX] web_responsive: Execution permission 2021-03-18 01:50:42 +03:00
Dave Lasley 87a5b1c8ce [FIX] web_responsive: Change edit accesskey
* Change accesskey for `edit` in form view back to `e` to fix #587
2021-03-18 01:50:42 +03:00
Dave Lasley cd85aa71a4 [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
2021-02-09 18:34:24 +03:00