From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/project/views/rating_views.xml | 221 ++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 addons/project/views/rating_views.xml (limited to 'addons/project/views/rating_views.xml') diff --git a/addons/project/views/rating_views.xml b/addons/project/views/rating_views.xml new file mode 100644 index 00000000..48a01e90 --- /dev/null +++ b/addons/project/views/rating_views.xml @@ -0,0 +1,221 @@ + + + + rating.rating.tree.project + rating.rating + + primary + + + Task + + + Project + + + Assigned to + + + + + + rating.rating.form.project + rating.rating + + primary + + + Task + + + Task + + + Project + + + Project + + + Assigned to + +
+ +
+ + 1 + +
+
+ + + rating.rating.view.pivot.project + rating.rating + + primary + + + project_rating_pivot + + + + + + rating.rating.view.graph.project + rating.rating + + primary + + + project_rating_graph + + + + + + rating.rating.search.project + rating.rating + + primary + + + + + + + + + + + + + Rating + rating.rating + kanban,tree,graph,pivot,form + [('consumed','=',True), ('parent_res_model','=','project.project')] + + +

+ There are no ratings for this project at the moment +

+
+
+ + + + tree + + + + + + + form + + + + + + + pivot + + + + + + + graph + + + + + + Customer Ratings on Task + rating.rating + kanban,tree,pivot,graph,form + [('res_model', '=', 'project.task'), ('res_id', '=', active_id), ('consumed', '=', True)] + + +

+ No customer ratings yet +

+ Let's wait for your customers to manifest themselves. +

+
+
+ + + + tree + + + + + + + form + + + + + + + pivot + + + + + + + graph + + + + + + Customer Ratings + rating.rating + kanban,tree,pivot,graph,form + [('parent_res_model','=','project.project'), ('consumed', '=', True)] + + +

+ No customer ratings yet +

+ Let's wait for your customers to manifest themselves. +

+
+ {} +
+ + + + tree + + + + + + + form + + + + + + + pivot + + + + + + + graph + + + + +
-- cgit v1.2.3