Commit Graph

1068 Commits (15be76862efb3afb3856a54e94593141d288c955)

Author SHA1 Message Date
Pedro M. Baeza 15be76862e [FIX] web_widget_domain_v11: Bump version
[skip ci]
2017-10-19 18:13:00 +02:00
Pedro M. Baeza 3bdd1baccf Merge pull request #763 from Tecnativa/10.0-web_widget_domain_v11-fix_operator_selector
[FIX] web_widget_domain_v11: Allow to change operator
2017-10-19 18:10:28 +02:00
Jairo Llopis 05381660f7 [FIX] web_widget_domain_v11: Allow to change operator
Previously, a Bootstrap dropdown was being used to choose the domain operator.

It was not working due to a problem that doesn't allow to have nested dropdowns in Odoo 10.0 search views, but possibly yes in the intermediate version where this addon was backported.

To get this working, the BS dropdown is replaced by a standard select element, so no more conflicts.
2017-10-19 14:01:27 +02:00
OCA Git Bot b1f0cf0df2 [ADD] setup.py 2017-10-17 04:42:42 +02:00
OCA Git Bot 9e6756f006 [UPD] addons table in README.md 2017-10-17 02:40:31 +02:00
Dave Lasley d98d9e45f2 Merge pull request #742 from LasLabs/bugfix/10.0/gh-741-chrome_slow_scroll
[FIX] web_responsive: Chrome slow scroll
2017-10-16 08:51:40 -07:00
Pedro M. Baeza edcbae383b Merge pull request #743 from simahawk/mig-10-web_readonly_bypass
[MIG][10.0] web_readonly_bypass
2017-10-16 17:33:30 +02:00
Dave Lasley f52d2ab674
[FIX] web_responsive: Chrome Slow Scrolling
* Update to iScoll bleeding edge to fix #741
2017-10-16 08:07:50 -07:00
Simone Orsi d606e348de [IMP] web_readonly_bypass: remove hard to port issue link 2017-10-16 12:39:15 +02:00
Pedro M. Baeza 199e6383fa [IMP] web_readonly_bypass: Include one2many fields instructions 2017-10-16 09:52:10 +02:00
Jonathan Nemry (ACSONE) aad46d9f76 [FIX+MIG] web_readonly_bypass: fix one2many popup 2017-10-16 09:52:10 +02:00
Simone Orsi 32aad6b60c [MIG][10.0] web_readonly_bypass rewrite JS and tests 2017-10-16 09:52:09 +02:00
OCA Git Bot 4e38b820e2 [UPD] addons table in README.md 2017-10-11 02:41:44 +02:00
Pedro M. Baeza d78ee651f5 Merge pull request #735 from Horanet/10.0
[10.0][IMP] web_timeline improvements
2017-10-10 17:50:44 +02:00
Kalpana Hemnani 112290d9b1 [MIG][10.0] web_readonly_bypass 2017-10-10 15:09:28 +02:00
OCA Git Bot 1edb170bf4 [ADD] setup.py 2017-10-03 04:43:37 +02:00
OCA Git Bot 16c5ed0200 [UPD] addons table in README.md 2017-10-03 02:43:09 +02:00
Dave Lasley 36c62c8d11 Merge pull request #595 from LasLabs/10.0-mig-web_widget_darkroom
[10.0][MIG] web_widget_darkroom: Migrated to 10.0
2017-10-02 08:44:32 -07:00
Brenton Hughes bb2b144a2f
[MIG] web_widget_darkroom: Add migration changes
* Remove fabric.js CDN link, source from static/lib instead
* Update python imports (openerp -> odoo)
* Remove unnecessary require('_')
* Update overlay image classes to v10
* Fix typo in readme
* Change module version number to standard (10.0.1.0.0)
* Add DarkroomJS version number to lib files
* Downgrade fabric.js (1.7.15 -> 1.6.7)
* Add Darkroomjs issue to ReadMe
2017-10-02 08:43:41 -07:00
adrien.didenot ea82165639 [IMP] Add an option to initialize the timeline window on display.
The default window display all the events (aka 'fit'), in case of events spread over the year, the events are invisibles (too small to be readable)

Signed-off-by: adrien.didenot <adrien.didenot@horanet.com>
2017-09-28 17:33:00 +02:00
adrien.didenot b0219bb219 [Fix OCA/project#317] Add the property date_delay to TimeLine views (same as base Calendar view)
In Odoo calendar view, the attribute date_delay is an alternative to date_stop, to provides the duration of the event instead of its end date.
This commit integrate this attribute to the Timeline view, but contrary to the base Calendar view the Timeline view could use both arguments (date_stop and date_delay) simultaneously.

Signed-off-by: adrien.didenot <adrien.didenot@horanet.com>
2017-09-28 17:28:17 +02:00
adrien.didenot 0c6cb5dff3 Cosmetic changes (to skip or squash)
Signed-off-by: adrien.didenot <adrien.didenot@horanet.com>
2017-09-27 14:12:18 +02:00
adrien.didenot 56cb7b53ec [10.0][IMP] web_timeline improvements:
* Update the vis.js framework to latest stable version (v4.20.1) to add new functionality and save almost
400ko of source code in odoo assets (the vis dev team has isolate the code for timeline widget from the
 rest of their widgets)

* Add the possibility to display events with no duration (instantaneous) as the same time has regular events

* Add the possibility to choose between two scroll mode :
  -  zoom in time resolution (default)
  or
  -  vertical scroll (web browser default behaviour)

Signed-off-by: adrien.didenot <adrien.didenot@horanet.com>
2017-09-27 14:09:37 +02:00
OCA Git Bot b0682bd6c6 [UPD] addons table in README.md 2017-09-26 02:41:48 +02:00
Pedro M. Baeza 6072ce509a Merge pull request #734 from Tecnativa/10.0-web_responsive-fix_horizontal_scroll
[FIX]web_responsive: Scrolling and mobile search/group buttons
2017-09-25 09:24:40 +02:00
Jairo Llopis e3eb15bc69 [FIX][web_responsive] Scrolling and mobile search/group buttons
- Display horizontal scroll bar in big screens with wide list views.
- Display "group by" button in XS screens.
- More responsive search buttons layout in SM-XS screens.
2017-09-25 09:23:58 +02:00
Jordi Ballester Alomar 6dee0183a0 Merge pull request #733 from Callino/10.0-dialog_draggable-WP
[IMP] Added draggable support to dialogs
2017-09-20 17:44:35 +02:00
Wolfgang Pichler d61bcef81b [IMP] Added draggable support to dialogs 2017-09-19 10:11:10 +02:00
OCA Git Bot c9e44bfdd0 [ADD] setup.py 2017-09-17 04:41:38 +02:00
OCA Git Bot 5c643400e8 [UPD] addons table in README.md 2017-09-17 02:41:01 +02:00
Pedro M. Baeza c6813df939 Merge pull request #730 from Tecnativa/10.0-PR-web_responsive-kanban-view
[IMP] web_responsive: Load default kanban view for small screen
2017-09-15 20:40:04 +02:00
Sergio Teruel Albert 853ea8eac0 [10.0][IMP] web_responsive: Load default kanban view for small screen 2017-09-15 18:10:50 +02:00
Pedro M. Baeza 725269db81 Merge pull request #729 from StefanRijnhart/10.0/web_ir_actions_act_window_page
[MIG][10.0] web ir actions act window page
2017-09-15 11:24:12 +02:00
OCA Git Bot 5a958ba127 [ADD] setup.py 2017-09-15 04:41:51 +02:00
OCA Git Bot 8f66351206 [UPD] addons table in README.md 2017-09-15 02:41:21 +02:00
Stefan Rijnhart e08bd6520a [ADD] Demo data for testing 2017-09-14 21:40:43 +02:00
Stefan Rijnhart a7843d6049 [MIG][10.0] web_ir_actions_act_window_page 2017-09-14 15:47:52 +02:00
Pedro M. Baeza 7788b2af4c [FIX] web_shorcut: Version number changed 2017-09-14 14:10:05 +02:00
Pedro M. Baeza ff7c7649ba Merge pull request #694 from maxodoo/translated_shortcut_menu
translate shortcut menu items to user's language
2017-09-14 14:09:26 +02:00
Holger Brunn ef61526e26 run onclose handler if we got one 2017-09-14 13:56:13 +02:00
Pedro M. Baeza 0e053a7d05 Merge pull request #725 from eLBati/10.0-mig-web_widget_digitized_signature
[10.0] porting web_widget_digitized_signature
2017-09-14 13:14:22 +02:00
OCA Git Bot a7c2e252a0 [ADD] setup.py 2017-09-12 04:41:38 +02:00
OCA Git Bot 1e81eb2ebf [UPD] addons table in README.md 2017-09-12 02:41:12 +02:00
Dave Lasley ad466e2b5a Merge pull request #706 from LasLabs/feature/10.0/SMD-263-mig-web_widget_slick
[ADD] web_widget_slick: Add module
2017-09-11 08:20:01 -07:00
eLBati 1cdc14f9f9 porting web_widget_digitized_signature to 10.0 2017-09-11 17:15:29 +02:00
cubells 569dff1f9d [FIX] Incorrect field name to track signature (#691) 2017-09-11 17:07:35 +02:00
OCA Transbot 949b57e345 OCA Transbot updated translations from Transifex 2017-09-11 17:07:35 +02:00
Pedro M. Baeza 58c97a02c5 [IMP] web_widget_digitized_signature: Add tests 2017-09-11 17:07:35 +02:00
cubells 705af75b40 [ADD] web_widget_digitized_signature 2017-09-11 17:07:35 +02:00
Brenton Hughes 63bfc0f668
[MIG] web_widget_slick_example: Migrate to v10
* Bump version
* Rename __openerp__.py -> __manifest__.py
* Replace openerp import, tags with odoo
* Remove data tags
* Replace LasLabs icon w/ OCA icon
* Update readme
* Update license (AGPL -> LGPL)
* Update copyright
2017-09-11 07:45:07 -07:00