From b7dba2d8eed3c2af22dca53a916f12e9b842c2aa Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 31 Aug 2023 11:51:50 +0700 Subject: coa cost centre --- indoteknik_custom/views/cost_centre.xml | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 indoteknik_custom/views/cost_centre.xml (limited to 'indoteknik_custom/views/cost_centre.xml') diff --git a/indoteknik_custom/views/cost_centre.xml b/indoteknik_custom/views/cost_centre.xml new file mode 100644 index 00000000..665b0025 --- /dev/null +++ b/indoteknik_custom/views/cost_centre.xml @@ -0,0 +1,41 @@ + + + + cost.centre.tree + cost.centre + + + + + + + + + + cost.centre.form + cost.centre + +
+ + + + + + + + +
+
+
+ + + Cost Centre + ir.actions.act_window + cost.centre + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3 From 3f9ee6e5297afbd7aad670eb061c069621af888e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 31 Aug 2023 13:40:38 +0700 Subject: refactor validate product --- indoteknik_custom/views/cost_centre.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views/cost_centre.xml') diff --git a/indoteknik_custom/views/cost_centre.xml b/indoteknik_custom/views/cost_centre.xml index 665b0025..3e4d2736 100644 --- a/indoteknik_custom/views/cost_centre.xml +++ b/indoteknik_custom/views/cost_centre.xml @@ -19,7 +19,7 @@ - + -- cgit v1.2.3