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/account_account_views.xml | 15 +++++++++ indoteknik_custom/views/account_move_line.xml | 16 +++++++++ indoteknik_custom/views/cost_centre.xml | 41 +++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 indoteknik_custom/views/account_account_views.xml create mode 100644 indoteknik_custom/views/account_move_line.xml create mode 100644 indoteknik_custom/views/cost_centre.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_account_views.xml b/indoteknik_custom/views/account_account_views.xml new file mode 100644 index 00000000..45d8a19c --- /dev/null +++ b/indoteknik_custom/views/account_account_views.xml @@ -0,0 +1,15 @@ + + + + + account.account.list + account.account + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml new file mode 100644 index 00000000..f4db8d86 --- /dev/null +++ b/indoteknik_custom/views/account_move_line.xml @@ -0,0 +1,16 @@ + + + + + account.move.form.inherit + account.move + + + + + + + + + + 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