Commit Graph

848 Commits (0405bacb3d4ac9cb1547e4a370569695e0b3236b)

Author SHA1 Message Date
Francesco Apruzzese 528c9b4557 [MIG] web_search_with_and: Migration to 11.0 2018-05-25 17:55:51 +02:00
adrien.didenot 3e9c69263a [MIG] Migrate web_search_with_and from 8.0 to 10.0 2018-05-25 17:55:51 +02:00
Andrius Preimantas 6ceced2dfb Squash of 8 commits
Add README.rst

Too short underline for module title in README.rst

Improving module meta information

Version 1.0

W391 blank line at end of file

Remove module description because README.rst is there

web_search_with_and: Latest OCA conventions
2018-05-25 17:55:51 +02:00
Pedro M. Baeza 6ce6961ceb
[FIX] web_dialog_size: Bump version number 2018-05-16 10:55:42 +02:00
Pedro M. Baeza 742c846ccb
Merge pull request #927 from qtheuret/web_dialog_size_issue_921
[FIX] #921 Fixed issue when discard a modal with draggable element
2018-05-16 10:54:56 +02:00
Pedro M. Baeza 595c03b293
Merge pull request #926 from angelmoya/patch-1
[FIX] web_dialog_size: Fix discard
2018-05-16 10:54:17 +02:00
Quentin THEURET 6087242852 [FIX] #921 Fixed issue when discard a modal with draggable element 2018-05-15 20:42:14 +02:00
Angel Moya - PESOL e5b53e100e
FIX discard
On any form, if you edit and try to discard you get an error

check this lines:
https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/views/basic/basic_controller.js#L82
https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/core/dialog.js#L235
2018-05-15 19:17:18 +02:00
Jordi Ballester Alomar 6feb307ccb
Merge pull request #919 from Eficent/11.0-fix-web_widget_x2many_2d_matrix
[11.0][FIX] Make matrix editable depending of the status of the parent
2018-05-02 16:11:13 +02:00
mreficent 951e2f2fc6 [FIX] Make matrix editable depending of the status of the parent 2018-05-02 15:28:31 +02:00
Moises Lopez - https://www.vauxoo.com/ 0883edd828
Merge pull request #916 from jladage/11.0
Import from odoo instead of openerp
2018-04-24 07:22:38 -05:00
Jean-Paul Ladage 01739f73e9 web_environment_ribbon: import from odoo instead of openerp. 2018-04-24 09:54:00 +02:00
OCA Git Bot e6092ab332 [ADD] setup.py 2018-04-24 05:31:51 +02:00
Pedro M. Baeza d9bd5d8504
Merge pull request #912 from Maartincm/11.0-mig-web_timeline
11.0 mig web_timeline
2018-04-23 14:27:40 +02:00
Pedro M. Baeza 89aeed8077
Merge pull request #915 from grindtildeath/11.0_widget_x2m_matrix_display_in_onchange
[11.0] x2m matrix widget: Fix display of widget when called in onchange
2018-04-23 13:48:28 +02:00
Akim Juillerat c909bc3f79 [11.0] x2m matrix widget: Fix display of widget when called in onchange
Add nicer message when there are no values to display
2018-04-20 10:07:08 +02:00
OCA Git Bot 75aafd5744 [ADD] setup.py [ci skip] 2018-04-19 11:56:34 +02:00
Martin Nicolas Cuesta fd30263a93 [FIX] Missing GroupClick Functionality 2018-04-17 09:22:52 -03:00
OCA Git Bot f865a730c7 [ADD] setup.py 2018-04-17 04:38:52 +02:00
Pedro M. Baeza cb1f5b3116
Merge pull request #910 from multidadosti-erp/11.0-mig-web_listview_range_select
11.0 mig web_listview_range_select
2018-04-16 10:49:19 +02:00
Aldo_Soares 856a0b8fac [MIG] web_listview_range_select: Migration to 11.0 2018-04-16 10:16:05 +02:00
tarteo 31b99b0c57 [ADD] Selecting multiple ranges 2018-04-16 10:16:05 +02:00
tarteo b4d1ef9bbe [ADD] web_listview_range_select 2018-04-16 10:15:45 +02:00
Martin Nicolas Cuesta 20afdb1013 [MIG] web_timeline module from v10 to v11
* Update Version in Manifest
* Remove enconding in .py files
* Rewrite the view definition according to version 11
2018-04-13 17:01:11 -03:00
OCA Transbot e567d13a91 OCA Transbot updated translations from Transifex 2018-04-13 14:37:19 -03:00
Nicolas PIGANEAU 052190f994 Fixed web_timeline.css
CSS classes have changed with the updated version of vis.js
2018-04-13 14:37:19 -03:00
adrien.didenot 3fc685a576 [IMP] change the option to initialize the timeline window on display.
Change the attribute 'default_window' to 'mode' like the Odoo calendar view (to be iso functional)
2018-04-13 14:37:19 -03:00
adrien.didenot 1dbdefbb44 [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>
2018-04-13 14:37:19 -03:00
adrien.didenot 1db28b7472 [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>
2018-04-13 14:37:19 -03:00
adrien.didenot c1247f0c6b Cosmetic changes (to skip or squash)
Signed-off-by: adrien.didenot <adrien.didenot@horanet.com>
2018-04-13 14:37:19 -03:00
adrien.didenot f937ea8679 [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>
2018-04-13 14:37:19 -03:00
Jose M c1147af713 [10.0] [FIX] [web_timeline] Correct write when grouped by (#678)
* [FIX] Correct write when grouped by

* Remove blank lines

* Minor changes
2018-04-13 14:37:18 -03:00
OCA Transbot 23071d97ed OCA Transbot updated translations from Transifex 2018-04-13 14:37:18 -03:00
OCA Transbot d1875ddbd6 OCA Transbot updated translations from Transifex 2018-04-13 14:37:18 -03:00
Thomas Binsfeld 68a9aa7c26 [FIX] web_timeline: fix commas in manifest file 2018-04-13 14:37:18 -03:00
Leonardo Donelli 36e47807b9 Port web_timeline to v10 2018-04-13 14:37:18 -03:00
Pedro M. Baeza 28688d4135 [MIG] web_timeline: Migration to 9.0 2018-04-13 14:37:18 -03:00
Holger Brunn a5028b630d [IMP] web_timeline: add few features 2018-04-13 14:37:18 -03:00
Adrien Peiffer (ACSONE) 1d91e04b6f [IMP] web_timeline: Several improvements:
* Avoid to display all items of group_by model
* Remove unnecessary readgroup
* Remove dependency on project. Modify module structure. Imporve readme file.
* Add setup.py
2018-04-13 14:37:18 -03:00
Laurent Mignon 786da5f23b [IMP] web_timeline: Extracted from incubator 2018-04-13 14:37:18 -03:00
OCA Git Bot 32941b97c4 [ADD] setup.py 2018-04-06 04:38:05 +02:00
Alexandre Fayolle 8bd835071e
Merge pull request #871 from simahawk/11-mig-web_widget_x2many_2d_matrix
[11][MIG] web_widget_x2many_2d_matrix
2018-04-05 10:16:46 +02:00
OCA Git Bot d0777a98c8 [ADD] setup.py 2018-04-03 14:31:48 +02:00
Damien Bouvy c1765f97c3 [MIG] web_notify: Migration to 11.0
- Use the 'session' class of the JS Framework (session no lounger bound
to web client)
- Test change: compare emitted & received messages based on content, not
order. Using string comparison raises false positives.
2018-04-03 10:13:42 +01:00
Houzéfa Abbasbhay 92054cf8a7 [10.0][FIX] web_notify tests: Fix an arg check
Fix a check when comparing a user count with items within a mock call.

The previous method was succeeding by pure luck because OCA test
databases contain 2 users, which happens to be the amount of items
within a mock "call_args" (it contains args + kwargs).
2018-04-03 10:13:42 +01:00
OCA Transbot eba26dd991 OCA Transbot updated translations from Transifex 2018-04-03 10:13:42 +01:00
Serpent Consulting Services Pvt Ltd 097a28f595 [REF] web_notify : Upgraded runbot link (#573) 2018-04-03 10:13:42 +01:00
Serpent Consulting Services Pvt Ltd bead4ea9ea Update __manifest__.py 2018-04-03 10:13:42 +01:00
Serpent Consulting Services Pvt Ltd ba6230ac12 Update __manifest__.py 2018-04-03 10:13:42 +01:00
Serpent Consulting Services Pvt Ltd a0eb525f6c Update web_client.js 2018-04-03 10:13:42 +01:00