3
3
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
4
< head >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
6
- < meta name ="generator " content ="Docutils 0.15.1 : http://docutils.sourceforge.net/ " />
6
+ < meta name ="generator " content ="Docutils: http://docutils.sourceforge.net/ " />
7
7
< title > Web timeline</ title >
8
8
< style type ="text/css ">
9
9
@@ -367,7 +367,7 @@ <h1 class="title">Web timeline</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370
- < p > < a class ="reference external " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.png " /> </ a > < a class ="reference external " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external " href ="https://github.com/OCA/web/tree/14 .0/web_timeline "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external " href ="https://translation.odoo-community.org/projects/web-14 -0/web-14 -0-web_timeline "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external " href ="https://runbot.odoo-community.org/runbot/162/14 .0 "> < img alt ="Try me on Runbot " src ="https://img.shields.io/badge/runbot-Try%20me-875A7B.png " /> </ a > </ p >
370
+ < p > < a class ="reference external " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.png " /> </ a > < a class ="reference external " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external " href ="https://github.com/OCA/web/tree/15 .0/web_timeline "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external " href ="https://translation.odoo-community.org/projects/web-15 -0/web-15 -0-web_timeline "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external " href ="https://runbot.odoo-community.org/runbot/162/15 .0 "> < img alt ="Try me on Runbot " src ="https://img.shields.io/badge/runbot-Try%20me-875A7B.png " /> </ a > </ p >
371
371
< p > Define a new view displaying events in an interactive visualization chart.</ p >
372
372
< p > The widget is based on the external library
373
373
< a class ="reference external " href ="https://visjs.github.io/vis-timeline/examples/timeline "> https://visjs.github.io/vis-timeline/examples/timeline</ a > </ p >
@@ -526,14 +526,20 @@ <h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>
526
526
< li > Implement a more efficient way of refreshing timeline after a record update;</ li >
527
527
< li > Make < cite > attrs</ cite > attribute work;</ li >
528
528
< li > Make action attributes work (create, edit, delete) like in form and tree views.</ li >
529
+ < li > When grouping by m2m and more than one record is set, the timeline item appears only
530
+ on one group. Allow showing in both groups.</ li >
531
+ < li > When grouping by m2m and dragging for changing the time or the group, the changes on
532
+ the group will not be set, because it could make disappear the records not related
533
+ with the changes that we want to make. When the item is showed in all groups change
534
+ the value according the group of the dragged item.</ li >
529
535
</ ul >
530
536
</ div >
531
537
< div class ="section " id ="bug-tracker ">
532
538
< h1 > < a class ="toc-backref " href ="#id4 "> Bug Tracker</ a > </ h1 >
533
539
< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/web/issues "> GitHub Issues</ a > .
534
540
In case of trouble, please check there if your issue has already been reported.
535
541
If you spotted it first, help us smashing it by providing a detailed and welcomed
536
- < a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_timeline%0Aversion:%2014 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
542
+ < a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_timeline%0Aversion:%2015 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
537
543
< p > Do not contact contributors directly about support or help with technical issues.</ p >
538
544
</ div >
539
545
< div class ="section " id ="credits ">
@@ -553,14 +559,18 @@ <h2><a class="toc-backref" href="#id7">Contributors</a></h2>
553
559
< ul class ="simple ">
554
560
< li > Laurent Mignon << a class ="reference external " href ="mailto:laurent.mignon@acsone.eu "> laurent.mignon@acsone.eu</ a > ></ li >
555
561
< li > Adrien Peiffer << a class ="reference external " href ="mailto:adrien.peiffer@acsone.eu "> adrien.peiffer@acsone.eu</ a > ></ li >
556
- < li > Pedro M. Baeza << a class ="reference external " href ="mailto:pedro.baeza@tecnativa.com "> pedro.baeza@tecnativa.com</ a > ></ li >
557
562
< li > Leonardo Donelli << a class ="reference external " href ="mailto:donelli@webmonks.it "> donelli@webmonks.it</ a > ></ li >
558
563
< li > Adrien Didenot << a class ="reference external " href ="mailto:adrien.didenot@horanet.com "> adrien.didenot@horanet.com</ a > ></ li >
559
564
< li > Dennis Sluijk << a class ="reference external " href ="mailto:d.sluijk@onestein.nl "> d.sluijk@onestein.nl</ a > ></ li >
560
565
< li > Thong Nguyen Van << a class ="reference external " href ="mailto:thongnv@trobz.com "> thongnv@trobz.com</ a > ></ li >
561
- < li > Alexandre Díaz << a class ="reference external " href ="mailto:alexandre.diaz@tecnativa.com "> alexandre.diaz@tecnativa.com</ a > ></ li >
562
566
< li > Murtaza Mithaiwala << a class ="reference external " href ="mailto:mmithaiwala@opensourceintegrators.com "> mmithaiwala@opensourceintegrators.com</ a > ></ li >
563
567
< li > Ammar Officewala << a class ="reference external " href ="mailto:aofficewala@opensourceintegrators.com "> aofficewala@opensourceintegrators.com</ a > ></ li >
568
+ < li > < a class ="reference external " href ="https://www.tecnativa.com "> Tecnativa</ a > :< ul >
569
+ < li > Pedro M. Baeza</ li >
570
+ < li > Alexandre Díaz</ li >
571
+ < li > César A. Sánchez</ li >
572
+ </ ul >
573
+ </ li >
564
574
</ ul >
565
575
</ div >
566
576
< div class ="section " id ="maintainers ">
@@ -572,7 +582,7 @@ <h2><a class="toc-backref" href="#id8">Maintainers</a></h2>
572
582
promote its widespread use.</ p >
573
583
< p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainer</ a > :</ p >
574
584
< p > < a class ="reference external " href ="https://github.com/tarteo "> < img alt ="tarteo " src ="https://github.com/tarteo.png?size=40px " /> </ a > </ p >
575
- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/web/tree/14 .0/web_timeline "> OCA/web</ a > project on GitHub.</ p >
585
+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/web/tree/15 .0/web_timeline "> OCA/web</ a > project on GitHub.</ p >
576
586
< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
577
587
</ div >
578
588
</ div >
0 commit comments