From 24dc54df5ae979f6cbfd2ef5af00a70a6257034e Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Wed, 5 Dec 2018 14:49:17 +0000
Subject: [PATCH] [UPD] README.rst
---
web_timeline/README.rst | 4 +++-
web_timeline/static/description/index.html | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/web_timeline/README.rst b/web_timeline/README.rst
index cf3234d9..5881f732 100755
--- a/web_timeline/README.rst
+++ b/web_timeline/README.rst
@@ -143,7 +143,9 @@ with the dragged start and end date.
Known issues / Roadmap
======================
-* Implement a more efficient way of refreshing timeline after a record update.
+* Implement a more efficient way of refreshing timeline after a record update;
+* Make `attrs` attribute work;
+* Make action attributes work (create, edit, delete) like in form and tree views.
Bug Tracker
===========
diff --git a/web_timeline/static/description/index.html b/web_timeline/static/description/index.html
index 49e4a948..33810414 100644
--- a/web_timeline/static/description/index.html
+++ b/web_timeline/static/description/index.html
@@ -517,7 +517,9 @@ with the dragged start and end date.
-- Implement a more efficient way of refreshing timeline after a record update.
+- Implement a more efficient way of refreshing timeline after a record update;
+- Make attrs attribute work;
+- Make action attributes work (create, edit, delete) like in form and tree views.