web/web_timeline/readme
Houzéfa Abbasbhay 0572c797d9 [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-01 11:46:28 +05:30
..
CONFIGURE.rst [MIG] web_timeline: Migration to 16.0 2025-04-01 11:46:28 +05:30
CONTRIBUTORS.rst [FIX] web_timeline: Wrap fields_get arg into a list 2025-04-01 11:46:28 +05:30
DESCRIPTION.rst [MIG] web_timeline: Migration to 13.0 2025-04-01 11:46:28 +05:30
ROADMAP.rst [FIX] web_timeline: Allow groupby m2m fields 2025-04-01 11:46:28 +05:30
USAGE.rst [MIG] web_timeline: Migration to 12.0 2025-04-01 11:46:28 +05:30