[IMP] web_timeline: Add demo view on cron tasks

This way we can showcase this module without project_timeline.
This commit is contained in:
Houzéfa Abbasbhay
2024-03-21 13:24:20 +01:00
committed by Carlos Lopez
parent 210f9229bf
commit 97d02aa2ee
5 changed files with 26 additions and 6 deletions

View File

@@ -38,7 +38,9 @@ These are the variables available in template rendering:
You also need to declare the view in an action window of the involved model.
Example:
See ``web_timeline/demo/ir_cron_view.xml`` for a very basic timeline view example added onto cron tasks.
More evolved example, from ``project_timeline``:
.. code-block:: xml