From 5b3dd5cdb03fba24f49ee5bf9ffae5a7aebef335 Mon Sep 17 00:00:00 2001 From: nans Date: Wed, 21 Jul 2021 13:29:44 +0200 Subject: [PATCH] [IMP] contract: add kanban, calendar, graph, pivot, activity views on contract --- contract/views/contract.xml | 75 +++++++++++++++++++++++++++++++++++-- 1 file changed, 72 insertions(+), 3 deletions(-) diff --git a/contract/views/contract.xml b/contract/views/contract.xml index fe6ab44ac..b6c400994 100644 --- a/contract/views/contract.xml +++ b/contract/views/contract.xml @@ -322,13 +322,82 @@ - + + contract.contract.calendar + contract.contract + + + + + + + + + contract.contract.graph + contract.contract + + + + + + + + contract.contract.pivot + contract.contract + + + + + + + + contract.contract.kanban + contract.contract + + + + + + + +
+
+
+ + + + + +
+
+
+
+ + + + +
+
+
+ +
+
+
+
+
+
+
+
+
Customer Contracts contract.contract form - tree,form + tree,kanban,form,calendar,pivot,graph,activity [('contract_type', '=', 'sale')] {'is_contract':1, 'search_default_not_finished':1, @@ -367,7 +436,7 @@ Supplier Contracts contract.contract form - tree,form + tree,kanban,form,calendar,pivot,graph,activity [('contract_type', '=', 'purchase')] {'is_contract':1, 'search_default_not_finished':1,