Commit Graph

825 Commits

Author SHA1 Message Date
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
OCA Transbot
64ed22b788 OCA Transbot updated translations from Transifex 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
OCA Transbot
d59e7d6b98 OCA Transbot updated translations from Transifex 2017-01-14 04:31:23 -05:00
OCA Git Bot
e54f9a6d59 [UPD] addons table in README.md 2017-01-14 02:34:33 +01:00
Sylvain LE GAL
52d61b4ba2 Merge pull request #378 from acsone/9.0-help_online-migration-lmi
[9.0][MIG] Migrate help_online to 9.0
2017-01-13 12:18:53 +01:00
Laurent Mignon
17fe006c25 [MIG] Migrate to 9.0 2017-01-13 10:57:59 +01:00
Jairo Llopis
7208ce3156 [9.0][FIX][web_widget_x2many_2d_matrix] Correctly bind events.
Event binding was applied in the wrong places, causing `xy_value_change()` never to be executed.
2017-01-09 15:44:20 +01:00
OCA Transbot
f20f51c3bf OCA Transbot updated translations from Transifex 2017-01-07 03:30:40 -05:00
OCA Git Bot
3d5db75da5 [UPD] addons table in README.md 2017-01-05 02:34:27 +01:00
Jairo Llopis
00119d92d1 [9.0][FIX][web_export_view] ReferenceError: instance is not defined (#515)
There was a bug that could be easily reproduced by:

1. Go to *Sales > Products*.
2. Choose list view.
3. Select all.
4. *Export current view > Excel*.

It raised this message to the user:

    ReferenceError: instance is not defined

This is all due to a wrong migration from v8 code. `instance` exists no more in
v9, instead we need to use some methods and variables from correct modules.
2017-01-04 19:45:40 +01:00
OCA Transbot
8eda9300ef OCA Transbot updated translations from Transifex 2016-12-24 01:43:39 -05:00
Pedro M. Baeza
5840f39905 [FIX] web_dialog_size: Switch author 2016-12-15 13:42:15 +01:00
Pedro M. Baeza
129e0b8ac7 [IMP] web_tree_many2one_clickable: Migration script from version 8 2016-12-11 20:00:12 +01:00
OCA Transbot
f67c973580 OCA Transbot updated translations from Transifex 2016-11-29 14:34:34 -05:00
OCA Git Bot
d6de619666 [ADD] setup.py 2016-11-23 04:36:00 +01:00
OCA Git Bot
0645557a31 [UPD] addons table in README.md 2016-11-23 02:33:36 +01:00
Dennis Sluijk
1baaea04a2 [9.0][MIG][web_x2many_delete_all] Backport 10.0 -> 9.0 (#481) 2016-11-22 11:27:21 +01:00
OCA Git Bot
8047ab19fc [ADD] setup.py 2016-11-22 04:36:06 +01:00
OCA Git Bot
1d201fb5cc [UPD] addons table in README.md 2016-11-22 02:33:46 +01:00
Pedro M. Baeza
27c6002f82 Merge pull request #473 from hbrunn/9.0-web_tree_dynamic_colored_field
9.0 web tree dynamic colored field
2016-11-22 00:20:40 +01:00
OCA Git Bot
f033546252 [UPD] addons table in README.md 2016-11-13 11:47:08 +01:00
OCA Git Bot
d3d88ca3de [ADD] setup.py 2016-11-12 04:36:06 +01:00
Pedro M. Baeza
6b0e9aa9ce Merge pull request #456 from Tecnativa/9.0-web_tree_many2one_clickable
[MIG] web_tree_many2one_clickable
2016-11-11 20:40:48 +01:00
Antonio Espinosa
b7484338f5 [MIG] web_tree_many2one_clickable 2016-11-11 19:53:26 +01:00
Holger Brunn
e33e281e36 [ADD] support reference fields in many2one_clickable widget 2016-11-11 19:53:26 +01:00
OCA Git Bot
29f4bd80fa [ADD] setup.py 2016-11-11 04:37:21 +01:00
OCA Git Bot
db2d30ac93 [UPD] addons table in README.md 2016-11-11 02:33:36 +01:00
Pedro M. Baeza
898d2866ae Merge pull request #469 from hbrunn/9.0-support_branding
9.0 support branding
2016-11-10 08:52:10 +01:00
Holger Brunn
18eced4aad [FIX] readme 2016-11-10 08:13:18 +01:00
Holger Brunn
ee8c0efd19 [IMP] adapt to v9 look and feel 2016-11-10 08:13:18 +01:00
Holger Brunn
3b61fb5619 [FIX] javascript 2016-11-10 08:13:18 +01:00
Angel Moya
1ba1b92669 MIG 9.0 support_branding 2016-11-10 08:13:17 +01:00
Stéphane Bidoul (ACSONE)
a18a84675a [FIX] remove en.po that was erroneously created by transbot 2016-11-10 08:13:17 +01:00
Quentin THEURET
4d41c841f6 Fix issue with bad position of Version div
When support_branding module is installed and support_branding.release parameter is set, the scrollbar of the menu is moved and the 'Version' indication is not put below the 'Supported by' statement.
2016-11-10 08:13:17 +01:00
Holger Brunn
459f1566ee [FIX] autodelete mails 2016-11-10 08:13:17 +01:00
Pedro M. Baeza
cf8de0e013 [FIX] branding_support: Don't overwrite parameters on update 2016-11-10 08:13:17 +01:00
OCA Transbot
005b97ada8 OCA Transbot updated translations from Transifex 2016-11-10 08:13:08 +01:00
Holger Brunn
cf70d8590b [ADD] demo view 2016-11-08 16:01:42 +01:00
Holger Brunn
02a16e07e5 [ADD] web_tree_dynamic_colored_field v9 2016-11-08 15:48:21 +01:00
Stéphane Bidoul (ACSONE)
9245234e88 remove en.po that was erroneously created by transbot 2016-11-08 14:51:02 +01:00
OCA Transbot
35e9d3012a OCA Transbot updated translations from Transifex 2016-11-08 14:51:02 +01:00
OCA Transbot
4396caa09d OCA Transbot updated translations from Transifex 2016-11-08 14:51:02 +01:00
Holger Brunn
ea59f366c3 typo 2016-11-08 14:51:01 +01:00
Holger Brunn
697bb16d93 higher version number bump 2016-11-08 14:51:01 +01:00