Commit Graph

13 Commits (576c33db48c68cbda109b761109ea9a7dafd1bf3)

Author SHA1 Message Date
Houzéfa Abbasbhay 576c33db48 [IMP] web_timeline: Add demo view on cron tasks
This way we can showcase this module without project_timeline.
2025-04-21 14:00:03 +05:30
Houzéfa Abbasbhay a70871d14f [FIX] web_timeline: Wrap fields_get arg into a list
By contract the first argument of the `fields_get` method is supposed to
be a list. Before this fix, `web_timeline` would call `fields_get` with
a string instead of a list.

Fortunately in case only 1 field is being grouped, this worked as Odoo
does an `x in y` comparison in its `fields_get` implementation, which
does pass in a simple `"project_id" in "project_id"` case.

But that call remains invalid and can break when `fields_get` has been
tweaked by other modules.
2025-04-21 14:00:03 +05:30
Henrik Norlin ea7e109fc0 [FIX] web_timeline: date_delay = date_stop - date_start 2025-04-21 14:00:03 +05:30
anjeel.haria a20b45ad92 [MIG] web_timeline: Migration to 16.0
Syntax changes

Syntax changes
2025-04-21 14:00:03 +05:30
oca-ci 3e804cf363 [UPD] Update web_timeline.pot 2025-04-21 14:00:03 +05:30
CarlosRoca13 385031fe22 [FIX] web_timeline: Allow groupby m2m fields 2025-04-21 14:00:02 +05:30
Murtaza Mithaiwala 1a10f42b09 [14.0][MIG] Migrated web_timeline. 2025-04-21 14:00:02 +05:30
Alexandre Díaz abeb6b9ce2 [MIG] web_timeline: Finish migration to 13.0 2025-04-21 14:00:02 +05:30
Thong Nguyen Van 79563a63e4 [MIG] web_timeline: Migration to 13.0 2025-04-21 14:00:02 +05:30
HemanginiPatel bff5373e05 [FIX][12.0] web_timeline: Scroll Issue. 2025-04-21 14:00:02 +05:30
Cyril VINH-TUNG a8902dda41 [web_timeline][IMP] Add margin support in web_timeline (#1135) 2025-04-21 14:00:02 +05:30
invitu 3cf85c55a0 [FIX] web_timeline: fix readme - To be squashed with previous one on migration (#1137) 2025-04-21 14:00:02 +05:30
tarteo b4478d6df2 [IMP] Readme: Available attribute list 2025-04-21 14:00:02 +05:30