From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- custom_indoteknik/views/account_move_view.xml | 16 +++++++ custom_indoteknik/views/account_period_view.xml | 64 +++++++++++++++++++++++++ custom_indoteknik/views/export_product_view.xml | 50 +++++++++++++++++++ custom_indoteknik/views/manufacture_view.xml | 54 +++++++++++++++++++++ custom_indoteknik/views/menu_items.xml | 22 +++++++++ custom_indoteknik/views/purchase_view.xml | 18 +++++++ 6 files changed, 224 insertions(+) create mode 100644 custom_indoteknik/views/account_move_view.xml create mode 100644 custom_indoteknik/views/account_period_view.xml create mode 100644 custom_indoteknik/views/export_product_view.xml create mode 100644 custom_indoteknik/views/manufacture_view.xml create mode 100644 custom_indoteknik/views/menu_items.xml create mode 100644 custom_indoteknik/views/purchase_view.xml (limited to 'custom_indoteknik/views') diff --git a/custom_indoteknik/views/account_move_view.xml b/custom_indoteknik/views/account_move_view.xml new file mode 100644 index 0000000..8abbb80 --- /dev/null +++ b/custom_indoteknik/views/account_move_view.xml @@ -0,0 +1,16 @@ + + + + + account.move.form + account.move + + + + + + + + + + \ No newline at end of file diff --git a/custom_indoteknik/views/account_period_view.xml b/custom_indoteknik/views/account_period_view.xml new file mode 100644 index 0000000..6b4fd5a --- /dev/null +++ b/custom_indoteknik/views/account_period_view.xml @@ -0,0 +1,64 @@ + + + + + Periods + account.period + + + + + + + + + + + + Periods + account.period + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
\ No newline at end of file -- cgit v1.2.3