web_timeline
This module provides an interactive timeline view for visualizing events chronologically in the Odoo web interface.
Key Features
- web: Supports defining timeline views with required date_start field and optional date_stop and date_delay fields
- web: Allows grouping events by specified fields using default_group_by attribute
- web: Enables conditional coloring of timeline items based on field values
- web: Displays dependency arrows between related records using x2many fields
- web: Provides zooming and panning controls for timeline navigation
- web: Offers different display modes including day, week, month, and fit
- web: Supports stacking or non-stacking of overlapping timeline items
- web: Allows customization of margins around timeline items
- web: Enables opening events in popup dialogs or switching to form views
- web: Permits creating new records by double-clicking on empty timeline areas
- web: Allows editing records by double-clicking on timeline items
- web: Supports deleting records with user confirmation dialogs
- web: Enables drag-and-drop functionality to move events across time and groups
- web: Provides multi-selection of events using Ctrl or Shift keys
- web: Allows clicking on group headers to edit associated records
- web: Supports custom templates for rendering timeline item content
- web: Includes a 'Today' button to quickly navigate to the current day
- web: Handles access rights for create, write, and unlink operations on records