3
0
Fork 0
Commit Graph

1043 Commits (b67054abc0824f0880997371c5a69b05c96cb232)

Author SHA1 Message Date
tarteo b9deeaa653 Initial commit 2017-02-13 16:42:23 +01:00
OCA Git Bot 884b5e0337 [ADD] setup.py 2017-02-11 04:37:54 +01:00
OCA Git Bot 2f4aba8c47 [UPD] addons table in README.md 2017-02-11 02:34:55 +01:00
Dennis Sluijk 47cf374631 [9.0][MIG][web_menu_collapsible] (#463) 2017-02-10 16:27:55 +01:00
Pedro M. Baeza a4c70c8157 Merge pull request #543 from acsone/9.0-fix_open_many2many_open_badge_function_zak
[9.0][FIX]web_m2x_options: s/ev.handleObj.selector/currentTarget
2017-02-03 10:00:29 +01:00
Zakaria Makrelouf 9eadf2085f [FIX]web_m2x_options: s/ev.handleObj.selector/currentTarget
* many2many with `options={'open': True}` it always open the first element
with this fix it will open the right one
2017-02-03 08:53:05 +01:00
Pedro M. Baeza 07768f4f7c Merge pull request #541 from Tecnativa/9.0-web_responsive-fix_binary_controls
[FIX][web_responsive] Show upload control in binary widgets.
2017-02-01 10:36:32 +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
Moises Lopez - https://www.vauxoo.com/ 1a6504f01c Merge pull request #537 from Tecnativa/9.0-web_responsive-fix_image_controls
[FIX][web_responsive] Remove hidden floating input over images
2017-01-25 11:11:30 -06: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
OCA Git Bot 3fed0754f0 [UPD] addons table in README.md 2017-01-21 02:35:38 +01:00
Pedro M. Baeza 3db06ad79b Merge pull request #529 from Tecnativa/9.0-web_responsive-backport
[9.0][web_responsive] Backport new features from 10.0
2017-01-20 18:25: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
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
Nicolas Mac Rouillon ca0840d97a FIX 2016-12-27 16:57:47 -03:00
Iván Todorovich 6524ddcbd4 [IMP][8.0][web_dashboard_tile] Refactor (see changes in description) (#476)
Conflicts:
	web_dashboard_tile/__openerp__.py
	web_dashboard_tile/models/tile_tile.py
2016-12-27 16:42:23 -03: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
Nicolas Mac Rouillon fb3f97df0e Merge branch '9.0-mig-web_dashboard_tile' of github.com:adhoc-dev/web into 9.0-mig-web_dashboard_tile
Conflicts:
	web_dashboard_tile/models/tile_tile.py
2016-12-13 16:49:03 -03:00
Nicolas Mac Rouillon d75755dab5 IMP implementation of iteration 2016-12-13 16:46:42 -03:00
Nicolas Mac Rouillon a7521442c5 FIX remove api.one 2016-12-13 16:46:42 -03:00
Nicolas Mac Rouillon 04b88d62c9 FIX 2016-12-13 16:46:42 -03:00
Nicolas Mac Rouillon 38a521a3e6 FIX __openerp__ 2016-12-13 16:46:42 -03:00
Nicolas Mac Rouillon 45750d6030 FIX 2016-12-13 16:46:42 -03:00
Iván Todorovich 780481ac99 [IMP][8.0][web_dashboard_tile] Refactor (see changes in description) (#476)
Conflicts:
	web_dashboard_tile/README.rst
	web_dashboard_tile/__openerp__.py
	web_dashboard_tile/models/tile_tile.py
	web_dashboard_tile/static/src/css/tile.css
2016-12-13 16:46:42 -03:00
Iván Todorovich cefa0fcb8d [8.0][FIX] web_dashboard_tile security rule
Rule was not being updated because of `<data noupdate="1">`, hence the groups field of the tile was not working.

Conflicts:
	web_dashboard_tile/__openerp__.py
2016-12-13 16:46:42 -03:00
OCA Transbot 61ec225a3c OCA Transbot updated translations from Transifex 2016-12-13 16:46:42 -03:00
Stéphane Bidoul (ACSONE) aa1b5586d2 remove en.po that was erroneously created by transbot 2016-12-13 16:46:42 -03:00
OCA Transbot 30025324a2 OCA Transbot updated translations from Transifex 2016-12-13 16:46:42 -03:00
OCA Transbot 91418388cd OCA Transbot updated translations from Transifex 2016-12-13 16:46:41 -03:00
OCA Transbot 436a121da2 OCA Transbot updated translations from Transifex 2016-12-13 16:46:41 -03:00
lfreeke 1eb897eb1a Manifest [MOD] README [ADD] Screenshot 2016-12-13 16:46:41 -03:00