3
0
Fork 0
Commit Graph

1196 Commits (2220dc630d0ffcbb7fe8317ebee17542a6513770)

Author SHA1 Message Date
OCA Git Bot 7a039a5749 [UPD] addons table in README.md [ci skip] 2018-06-07 03:01:50 +02:00
kiplangatdan 89ad905cd6 [MIG] web_list_html_widget to 8.0 2018-06-06 08:29:12 +02:00
Alexandre Fayolle 71509ed0b7 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2018-06-06 08:29:12 +02:00
Markus Schneider e51983fee0 add tranlsation file 2018-06-06 08:29:12 +02:00
Markus Schneider 0ebc5a3cab add "web_list_html_widget" module 2018-06-06 08:29:12 +02:00
OCA Git Bot 6566dc086b [UPD] addons table in README.md [ci skip] 2018-06-01 03:01:26 +02:00
Holger Brunn 3264e4caff [IMP] web_export_view: support any list view (#917) 2018-05-31 10:34:40 +02:00
Pedro Gómez 6b9cb73cd4 [FIX] [web_export_view] Exporting records from a grouped view causes data rows have an empty cell at the beginning. (#807) 2018-05-08 12:07:23 +02:00
OCA Git Bot 3e30d1f16f [ADD] setup.py [ci skip] 2018-04-19 05:25:46 +02:00
terrence 5c4944fe66 [FIX] datetime format. 2018-04-12 18:45:29 +03:00
terrence 2a4550cb71 [FIX] datetime format. 2018-04-12 13:16:42 +03:00
terrence 1495a48e4f [WIP] Backport of web_timeline to 8.0 2018-04-11 22:13:16 +02:00
Pedro M. Baeza fa454eb9aa [MIG] web_timeline: Migration to 9.0 2018-04-11 22:11:00 +02:00
Adrien Peiffer (ACSONE) a5f9db0ea1 [ADD] Add setup.py 2018-04-11 22:08:47 +02:00
Holger Brunn b628c7c0b4 [ADD] a few features 2018-04-11 22:08:47 +02:00
Adrien Peiffer (ACSONE) b70bcec993 [IMP][web_timeline] Review 2018-04-11 22:08:47 +02:00
Adrien Peiffer (ACSONE) 2a5f64c717 [CHG] Remove dependency on project. Modify module structure. Imporve readme file. 2018-04-11 22:08:47 +02:00
Adrien Peiffer (ACSONE) 0d94426117 [CHG] Remove unnecessary readgroup 2018-04-11 22:08:47 +02:00
Adrien Peiffer (ACSONE) 233f3c1cce [CHG] Avoid to display all items of group_by model 2018-04-11 22:08:47 +02:00
Laurent Mignon 8a11d2ef73 [FIX] Copyright 2018-04-11 22:08:47 +02:00
Laurent Mignon 485aa3f745 remove wrong directory 2018-04-11 22:08:47 +02:00
Laurent Mignon 2821b2bf51 [FIX] View 2018-04-11 22:08:47 +02:00
Laurent Mignon 98749c0aa6 Extracted from incubator 2018-04-11 22:08:47 +02:00
Laurent Mignon (ACSONE) 768af4f5e3 [IMP] Add scale buttons 2018-04-11 22:07:22 +02:00
Laurent Mignon (ACSONE) da3c425dec [WIP] Lot of usability improvements.... 2018-04-11 22:07:22 +02:00
Laurent Mignon (ACSONE) ccde99a82f [IMP] bind events 2018-04-11 22:07:22 +02:00
Laurent Mignon ec6c33ca92 [IMP] timeline.js is now vis.js 2018-04-11 22:07:22 +02:00
Laurent Mignon (ACSONE) c67e8532d7 Finalyse POC.... 2018-04-11 22:07:22 +02:00
Laurent Mignon 7f985f06fe [ADD] new timeline widget 2018-04-11 22:07:22 +02:00
Sylvain LE GAL 765c0c4670 [IMP] do not call search_read if no fields are set 2018-02-15 15:39:25 +01:00
Sylvain LE GAL dc9c69a96f [IMP] make one search_read call instead of two calls 2018-02-15 15:39:25 +01:00
Sylvain LE GAL 3fc62acb80 [IMP] web_dashboard_tile: reduce computation time 2018-02-15 15:39:25 +01:00
OCA Git Bot 214863ae79 [ADD] setup.py 2018-02-07 05:03:31 +01:00
OCA Git Bot 4958d96e0f [UPD] addons table in README.md 2018-02-07 02:43:02 +01:00
Moises Lopez - https://www.vauxoo.com/ f0773760ed
Merge pull request #847 from EssentNovaTeam/feature/8.0/web_copy_confirm
[ADD] Ask for confirmation when copying records
2018-02-06 13:45:33 -07:00
Moises Lopez - https://www.vauxoo.com/ 2c90abafe0
Merge pull request #846 from Maartincm/8.0-act_window_message-python_act
[8.0][FIX] ActWindow from Python Method after Popup
2018-02-06 13:20:33 -07:00
Stefan Rijnhart (Opener) 8f15ffc2b8
Merge pull request #816 from hbrunn/8.0-web_export_view-active_domain
[8.0] web_export_view: Various fixes
2018-01-26 14:53:28 +01:00
Stefan Rijnhart a16ae9a246 [ADD] Ask for confirmation when copying records 2018-01-26 13:29:21 +01:00
Martin Nicolas Cuesta 6bcaf9af72 [MOD] Action Cleaning as in fix_view_modes 2018-01-23 15:14:30 -03:00
Martin Nicolas Cuesta b8be5bf9ed [FIX] ActWindow from Python Method after Popup
Allow python methods called from an ir.action.act_window.message
action to return window actions without specifying the ``views``
key, as they would be if called from a button defined in xml.
``view_mode`` key is used for creating the views array as it is required anyway
2018-01-23 12:20:34 -03:00
OCA Transbot 1f77e3adc8 OCA Transbot updated translations from Transifex 2018-01-17 10:59:07 +01:00
OCA Git Bot df494a514d [ADD] setup.py 2018-01-17 05:01:41 +01:00
OCA Git Bot b536c488be [UPD] addons table in README.md 2018-01-17 02:43:15 +01:00
Stefan Rijnhart (Opener) cc74a41264
Merge pull request #579 from hbrunn/8.0-web_onchange_action
[ADD] web_onchange_action
2018-01-16 09:47:12 +01:00
Holger Brunn c223b991ce
[ADD] show a nicer writeup of selected domain 2017-11-29 16:18:29 +01:00
Holger Brunn b71c1b626a
[FIX] x2many fields 2017-11-29 12:24:16 +01:00
Holger Brunn 2f3b763f37
[FIX] decode html entities 2017-11-29 12:24:16 +01:00
OCA Git Bot febda03e7d [UPD] addons table in README.md 2017-11-09 02:40:51 +01:00
Stefan Rijnhart (Opener) 1492afdd23
Merge pull request #785 from hbrunn/8.0-web_export_view-active_domain
[ADD] [web_export_view] export all records if all checkbox is selected
2017-11-08 10:10:40 +01:00
Holger Brunn c71f63326e
[ADD] export all records if all checkbox is selected 2017-11-07 08:14:25 +01:00