OCA Git Bot
8427c81989
[ADD] setup.py
7 years ago
OCA Git Bot
441c07bafa
[UPD] addons table in README.md [ci skip]
7 years ago
Stéphane Bidoul (ACSONE)
eda6b8e650
Merge pull request #861 from acsone/9.0-mig-web_action_conditionable_zak
[9.0][MIG]web_action_conditionable: migration to 9.0
7 years ago
Stéphane Bidoul (ACSONE)
9b71285ec1
trigger Travis build to generate .pot
7 years ago
Stéphane Bidoul (ACSONE)
db0a5df74f
remove obsolete .pot files [ci skip]
7 years ago
OCA Git Bot
cf71603962
[ADD] setup.py [ci skip]
7 years ago
Pedro M. Baeza
90361793eb
Merge pull request #897 from adhoc-dev/9.0-t-9600-kz
[FIX] web_dashboard_tile clean group_by from tile view
7 years ago
Katherine Zaoral
f676c83190
[FIX] web_dashboard_tile clean group_by from tile view
Be able to open a title without getting context group_by garbage from the
title view.
7 years ago
OCA Git Bot
cab85a70ed
[UPD] addons table in README.md
7 years ago
Iván Todorovich
b67054abc0
[9.0][web_dashboard_tile] Update version number
7 years ago
Iván Todorovich
fb01e50ea3
Improved tile.category form view
7 years ago
Iván Todorovich
5d88830c1a
Fix white background when reordering tile
7 years ago
Iván Todorovich
a59f763ed3
Fixed - sequence not being saved when reordering kanban
7 years ago
Iván Todorovich
ac7c2c8612
Added Known Issues
7 years ago
Sylvain LE GAL
dbd1e605b4
[IMP] do not call search_read if no fields are set
7 years ago
Sylvain LE GAL
4e8a6caab7
[IMP] make one search_read call instead of two calls
7 years ago
Sylvain LE GAL
66bcf35260
[IMP] web_dashboard_tile: reduce computation time
7 years ago
Iván Todorovich
481b74a0e8
Added tile categories.
7 years ago
Iván Todorovich
2752089382
Added 'dropdown' menu for Technical Features only (debug mode)
7 years ago
Iván Todorovich
eee8df3d25
Use more pixels for title
7 years ago
Iván Todorovich
9d95db5287
Use o_kanban_small_column for grouping
7 years ago
Iván Todorovich
5ddf3688f9
Fix 'Add to Dashboard Tile' menu (MIG 9.0)
7 years ago
Iván Todorovich
87d3027020
Fix styles (MIG 9.0)
7 years ago
Zakaria Makrelouf
5f5dc64884
[9.0][MIG]web_action_conditionable: migration to 9.0
7 years ago
OCA Transbot
eaae114d21
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
3b6ecd9a4a
[ADD] setup.py
7 years ago
OCA Git Bot
5a11816b31
[UPD] addons table in README.md
7 years ago
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
7 years ago
OCA Transbot
eaeb111a2a
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
51fc899902
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
e0e1976d08
Merge pull request #837 from LasLabs/feature/9.0/web_responsive-search
[9.0][IMP] web_responsive: Add search feature
7 years ago
Dave Lasley
e9bbe87230
[IMP] web_responsive: Add search feature
* Add feature to search menus in the app drawer
7 years ago
OCA Git Bot
16b8918054
[ADD] setup.py
7 years ago
OCA Git Bot
8a65f3e7c5
[UPD] addons table in README.md
7 years ago
Jordi Ballester Alomar
44218955d0
Merge pull request #719 from Eficent/9.0-web_widget_bokeh_chart
[9.0][ADD] web_widget_bokeh_chart
7 years ago
OCA Git Bot
65a710ce5d
[UPD] addons table in README.md
7 years ago
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
7 years ago
Dave Lasley
1dc4aa2884
[FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
7 years ago
Pedro M. Baeza
4804908348
Merge pull request #757 from LasLabs/bugfix/9.0/gh-742-backport
[9.0][FIX] web_responsive: Chrome Slow Scrolling
7 years ago
Dave Lasley
5f1c949003
[FIX] web_responsive: Chrome Slow Scrolling
* Update to iScoll bleeding edge to fix #741
7 years ago
OCA Git Bot
e67a0c98fd
[ADD] setup.py
7 years ago
OCA Git Bot
687acf7acc
[UPD] addons table in README.md
7 years ago
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]
7 years ago
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
7 years ago
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
7 years ago
nicomacr
4bf3efae5e
FIX
7 years ago
Roel Adriaans
be336adf8a
web_decimal_numpad_dot: use the decimal_point defined in user language
9 years ago
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.
7 years ago
Omar Castiñeira Saavedra
997ba7e3f5
web_decimal_numpad_dot: fixed float widget not working properly
9 years ago
David Vidal
0faee869a1
web_decimal_numpad_dot: Migration to 10.0
7 years ago