odoo/enterprise#106180

Created by JavaScript, Julien Carion (juca)
Merged at ef9f63abec26f2aa7e9bac6e6207f9bc8de4cde7

Statuses:

Linked pull requests
label
odoo-dev:master-gantt-pill-buffer-5259085-juca
head
3cebbd6c466d98d75d79bb30a46a861273642383
merged
3 weeks ago by JavaScript, Aaron Bohy (aab)
odoo/enterprise odoo/documentation
master #106180 #16239

[IMP] web_gantt: add support for start and stop buffers

This commit introduces two new attributes to the Gantt view architecture to support visual margins around task pills:

  • buffer_start: Name of the float field defining the pre-task margin (in hours).
  • buffer_stop: Name of the float field defining the post-task margin (in hours).

This feature allows users to visualize auxiliary durations such as travel time, setup/cleanup periods, or security margins distinct from the main task duration.

task-5259085