3
0
Fork 0
Commit Graph

16 Commits (a5c94d2129070a9b6a93c8ef0afeb7450ec22881)

Author SHA1 Message Date
Jairo Llopis 4a12a5efcc [FIX][web_responsive] Fit view to screen.
This patch makes the `.oe_web_client` element to fit exactly inside the viewport, instead of overflowing it as before.
2017-02-20 13:41:51 +01:00
Jairo Llopis c28637e64b [FIX][web_responsive] Show upload control in binary widgets.
We only want to hide it in image widgets, to avoid breaking binary widgets.
2017-02-01 09:25:29 +00:00
Sergio Teruel Albert 8988ebf481 [9.0][IMP] web_responsive: Load default kanban view for small screen and One2many related fields. (#536)
* [9.0][IMP] web_responsive: Load default kanban view for small screen and One2many related fields.

* [9.0][IMP] web_responsive: Remove unnecessary One2Many rewrite.

* Spell checking
2017-01-26 08:57:09 +01:00
Jairo Llopis df13c92c68 [FIX][web_responsive] Remove hidden floating input over images
Without this patch, when you clicked on a partner's name field next to its image, it asked you to change its image.
2017-01-25 14:21:37 +01:00
Jairo Llopis 0fccd36830 [FIX][web_responsive] Form padding, titles and buttons OK in XS
Small makeup to make it look good in XS screens.
2017-01-20 14:47:33 +01:00
Jairo Llopis ac3c1de637 Revert v10 migration changes to adapt to v9 again
Mostly rename things the other way around
than f83647946167a0e08053511eb97b3796ef273118:

- __manifest__.py -> __openerp__.py
- .o_sub_menu_content -> .oe_secondary_menus_container
- .o_sub_menu_logo -> .oe_logo
- .o_sub_menu_foote -> .oe_footer
- .o_sub_menu -> .oe_leftbar

It also includes a complete refactor of #514, to make it work in v9.
2017-01-20 14:47:33 +01:00
Jairo Llopis 4767f8d7e3 Fix problem with overflowing chatter widget. 2017-01-20 09:57:02 +01:00
Daniel Torres 56cb91217c Form image editing controls always present
Make image editing controls always available, instead of depending
on resolution or hover.
2017-01-20 09:57:02 +01:00
Daniel Torres 8600a3ad49 Form view improvements to fit smaller screens
On screens with less than 768px content is limited to 2 columns.

On mobile field labels have their own line.

Fix elements width for XS screens
2017-01-20 09:57:02 +01:00
Dave Lasley 88a2837187 [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
2017-01-20 09:56:14 +01:00
Daniel Torres a57802c146 Web responsive menu improvements (#513)
* Bold titles for apps in the app-drawer
* Remove z-index from Control Panel buttons, so it doesn't overlap the menu.
* Better responsive menus
  * Move systray icons/menus out of the menu and up to the top bar.
  * Increase avatar size and visibility.

* Other minor menu behavior fixes.
* Changes to fit odoo variables
* And a little margin adjust on navbar-right
* Top menu always thick
* Removed overflow:hidden!important from main.less
* Local patch: prevent body overflow auto
* Stop using `style=` on `<body>`
* Fix jquery drawer in anticipation of:
   https://github.com/blivesta/drawer/pull/36
2017-01-19 09:40:35 +01:00
Daniel Torres 8a88c54af7 fixup! [MIG] web_responsive: Migrate to v10
Scroll control panel with page using CSS instead of jQuery.

jQuery scrolling caused scrollbar malfunction.
2017-01-19 09:40:35 +01:00
Dave Lasley 614b578236 [FIX] web_responsive: Change z-indexes
* Rebalance z-indexes to fix overlay issue while still providing notification support
2017-01-19 09:40:08 +01:00
Dave Lasley 7fc784371b [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
2017-01-19 09:40:08 +01:00
Dave Lasley fb29a53a6b
[FIX] web_responsive: Add logo, fix modularity & style
* Add style to hide oe_footer instead of remove to not break `support_branding`
* Add company logo and editing to App Drawer title bar
* Remove translation and screen reader from glyphs
* Minor style fixes on app drawer toggle button positioning
* Add note in ReadMe explaining override of `support_branding`
* Add note in ReadMe explaining why no `oe_main_menu_navbar`
2016-10-20 08:46:49 -07:00
Dave Lasley acf710f377 [FIX] web_responsive: Other minor fixes
* Add Tecnativa as author
* Remove untestable JS method
* Rename to web_responsive
2016-10-13 13:25:33 -07:00