Commit Graph

7 Commits

Author SHA1 Message Date
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
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 f836479461:

- __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