3
0
Fork 0
Commit Graph

1043 Commits (b67054abc0824f0880997371c5a69b05c96cb232)

Author SHA1 Message Date
Iván Todorovich b67054abc0 [9.0][web_dashboard_tile] Update version number 2018-02-19 12:50:08 +01:00
Iván Todorovich fb01e50ea3 Improved tile.category form view 2018-02-16 18:28:41 +01:00
Iván Todorovich 5d88830c1a Fix white background when reordering tile 2018-02-16 18:28:41 +01:00
Iván Todorovich a59f763ed3 Fixed - sequence not being saved when reordering kanban 2018-02-16 18:28:41 +01:00
Iván Todorovich ac7c2c8612 Added Known Issues 2018-02-16 18:28:41 +01:00
Sylvain LE GAL dbd1e605b4 [IMP] do not call search_read if no fields are set 2018-02-16 18:28:41 +01:00
Sylvain LE GAL 4e8a6caab7 [IMP] make one search_read call instead of two calls 2018-02-16 18:28:41 +01:00
Sylvain LE GAL 66bcf35260 [IMP] web_dashboard_tile: reduce computation time 2018-02-16 18:28:41 +01:00
Iván Todorovich 481b74a0e8 Added tile categories. 2018-02-16 18:28:41 +01:00
Iván Todorovich 2752089382 Added 'dropdown' menu for Technical Features only (debug mode) 2018-02-16 18:28:41 +01:00
Iván Todorovich eee8df3d25 Use more pixels for title 2018-02-16 18:28:41 +01:00
Iván Todorovich 9d95db5287 Use o_kanban_small_column for grouping 2018-02-16 18:28:41 +01:00
Iván Todorovich 5ddf3688f9 Fix 'Add to Dashboard Tile' menu (MIG 9.0) 2018-02-16 18:28:41 +01:00
Iván Todorovich 87d3027020 Fix styles (MIG 9.0) 2018-02-16 18:28:41 +01:00
OCA Transbot eaae114d21 OCA Transbot updated translations from Transifex 2018-01-27 16:38:38 +01:00
OCA Git Bot 3b6ecd9a4a [ADD] setup.py 2018-01-25 04:51:47 +01:00
OCA Git Bot 5a11816b31 [UPD] addons table in README.md 2018-01-25 02:42:22 +01:00
Moises Lopez - https://www.vauxoo.com/ 9db404662d
Merge pull request #507 from adhoc-dev/9.0-mig-web_dashboard_tile
9.0 mig web dashboard tile
2018-01-24 10:40:43 -07:00
OCA Transbot eaeb111a2a OCA Transbot updated translations from Transifex 2018-01-17 11:01:15 +01:00
OCA Git Bot 51fc899902 [UPD] addons table in README.md 2018-01-11 02:42:02 +01:00
Pedro M. Baeza e0e1976d08
Merge pull request #837 from LasLabs/feature/9.0/web_responsive-search
[9.0][IMP] web_responsive: Add search feature
2018-01-10 10:38:10 +01:00
Dave Lasley e9bbe87230
[IMP] web_responsive: Add search feature
* Add feature to search menus in the app drawer
2018-01-09 08:55:25 -08:00
OCA Git Bot 16b8918054 [ADD] setup.py 2017-12-28 04:51:55 +01:00
OCA Git Bot 8a65f3e7c5 [UPD] addons table in README.md 2017-12-28 02:42:26 +01:00
Jordi Ballester Alomar 44218955d0
Merge pull request #719 from Eficent/9.0-web_widget_bokeh_chart
[9.0][ADD] web_widget_bokeh_chart
2017-12-27 22:22:45 +01:00
OCA Git Bot 65a710ce5d [UPD] addons table in README.md 2017-11-06 02:40:24 +01:00
Pedro M. Baeza 874bd384db
Merge pull request #790 from LasLabs/bugfix/9.0/web_responsive-menu_height_init
[FIX] web_responsive: Menu Height on Init
2017-11-06 02:33:59 +01:00
Dave Lasley 1dc4aa2884
[FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
2017-11-04 11:42:04 -07:00
Pedro M. Baeza 4804908348 Merge pull request #757 from LasLabs/bugfix/9.0/gh-742-backport
[9.0][FIX] web_responsive: Chrome Slow Scrolling
2017-10-17 10:32:06 +02:00
Dave Lasley 5f1c949003
[FIX] web_responsive: Chrome Slow Scrolling
* Update to iScoll bleeding edge to fix #741
2017-10-16 08:54:33 -07:00
OCA Git Bot e67a0c98fd [ADD] setup.py 2017-10-11 14:36:28 +02:00
OCA Git Bot 687acf7acc [UPD] addons table in README.md 2017-10-11 02:41:38 +02:00
Pedro M. Baeza 74740d0d9b Merge pull request #736 from adhoc-dev/9.0-mig-web_decimal_numpad_dot
[9.0] web decimal numpad dot [Backport v10]
2017-10-10 16:46:19 +02:00
nicomacr 1525e69a0d Merge branch '9.0-mig-web_decimal_numpad_dot' of github.com:adhoc-dev/web into 9.0-mig-web_decimal_numpad_dot 2017-10-04 10:14:59 -03:00
David Vidal d9b42361fb web_decimal_numpad_dot: Migration to 10.0
Support float time

- All Char widgets were getting affected by this behavior.
- Time float widgets now get ":" instead of "," or ".".
- Little code refactor.
- Only detect numpad dot, not normal dot and comma.

FIX
2017-10-04 10:13:52 -03:00
nicomacr 4bf3efae5e FIX 2017-09-29 11:25:51 -03:00
Roel Adriaans be336adf8a web_decimal_numpad_dot: use the decimal_point defined in user language 2017-09-29 11:14:09 -03:00
Jairo Llopis d8f766c2dc Support float time
- All Char widgets were getting affected by this behavior.
- Time float widgets now get ":" instead of "," or ".".
- Little code refactor.
- Only detect numpad dot, not normal dot and comma.
2017-09-29 11:14:09 -03:00
Omar Castiñeira Saavedra 997ba7e3f5 web_decimal_numpad_dot: fixed float widget not working properly 2017-09-29 11:14:09 -03:00
David Vidal 0faee869a1 web_decimal_numpad_dot: Migration to 10.0 2017-09-29 11:14:09 -03:00
oihane 23aaf517c3 web_decimal_numpad_dot: now changes . for , in floating numbers 2017-09-29 11:14:09 -03:00
oihane 00c8984c5a New module <web_decimal_numpad_dot> 2017-09-29 11:14:09 -03:00
Jordi Ballester 82baafee8d fix travis.yml 2017-09-08 19:03:55 +02:00
lreficent e88c5dcc2f several fixes 2017-09-07 18:00:58 +02:00
lreficent 50345122fc travis 2017-09-06 15:41:02 +02:00
lreficent 8da2204d41 [9.0][ADD] web_widget_bokeh_chart 2017-09-06 13:56:29 +02:00
OCA Git Bot 44855a3b2c [UPD] addons table in README.md 2017-08-30 02:41:15 +02:00
Zakaria Makrelouf 6608a53891 [9.0][FIX]web_advanced_search_x2x:check logical operator before adding element to the domain (#711) 2017-08-29 14:38:37 +02:00
cubells 3f082a0ba7 [FIX] Incorrect field name to track signature (#691) 2017-08-11 12:30:22 +02:00
OCA Transbot 5107869148 OCA Transbot updated translations from Transifex 2017-08-05 13:35:34 +02:00