web/web_timeline/static/description
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
..
icon.png [MIG] web_timeline: Migration to 9.0 2025-04-21 14:00:02 +05:30
index.html [FIX] web_timeline: Wrap fields_get arg into a list 2025-04-21 14:00:03 +05:30