From a4ce9341324d0c416204c5009962fa4efce9e8b2 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 | 74 ++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 2 deletions(-) diff --git a/contract/views/contract.xml b/contract/views/contract.xml index b8bc04c4d..0304a9a7d 100644 --- a/contract/views/contract.xml +++ b/contract/views/contract.xml @@ -591,11 +591,81 @@ + + contract.contract.calendar + contract.contract + + + + + + + + + contract.contract.graph + contract.contract + + + + + + + + contract.contract.pivot + contract.contract + + + + + + + + contract.contract.kanban + contract.contract + + + + + + + +
+
+
+ + + + + +
+
+
+
+ + + + +
+
+
+ +
+
+
+
+
+
+
+
+
Customer Contracts contract.contract - tree,form + tree,kanban,form,calendar,pivot,graph,activity [('contract_type', '=', 'sale')] {'is_contract':1, @@ -631,7 +701,7 @@ Supplier Contracts contract.contract - tree,form + tree,kanban,form,calendar,pivot,graph,activity [('contract_type', '=', 'purchase')] {'is_contract':1,