From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- vit_efaktur/view/efaktur.xml | 160 ++++++++++++++++++++++++++++++++++ vit_efaktur/view/invoice.xml | 45 ++++++++++ vit_efaktur/view/invoice_supplier.xml | 45 ++++++++++ vit_efaktur/view/partner.xml | 42 +++++++++ vit_efaktur/view/product.xml | 29 ++++++ 5 files changed, 321 insertions(+) create mode 100644 vit_efaktur/view/efaktur.xml create mode 100644 vit_efaktur/view/invoice.xml create mode 100644 vit_efaktur/view/invoice_supplier.xml create mode 100644 vit_efaktur/view/partner.xml create mode 100644 vit_efaktur/view/product.xml (limited to 'vit_efaktur/view') diff --git a/vit_efaktur/view/efaktur.xml b/vit_efaktur/view/efaktur.xml new file mode 100644 index 0000000..e09fafc --- /dev/null +++ b/vit_efaktur/view/efaktur.xml @@ -0,0 +1,160 @@ + + + + + + vit.efaktur.tree + vit.efaktur + tree + + + + + + + + + + + + vit.efaktur.form + vit.efaktur + form + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + vit.efaktur.search + vit.efaktur + search + + + + + + + + + + + + + + + + Nomor E-Faktur + ir.actions.act_window + vit.efaktur + tree,form + + + + + + form + + + + + + + tree + + + + + + + + + + + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/vit_efaktur/view/invoice.xml b/vit_efaktur/view/invoice.xml new file mode 100644 index 0000000..9dabd9b --- /dev/null +++ b/vit_efaktur/view/invoice.xml @@ -0,0 +1,45 @@ + + + + + + account_invoice_efaktur + account.move + + + + + + + + + + + + + + + + + + + + + + + + + + tree_invoice_efaktur + account.move + + + + + + + + + + + diff --git a/vit_efaktur/view/invoice_supplier.xml b/vit_efaktur/view/invoice_supplier.xml new file mode 100644 index 0000000..6dda173 --- /dev/null +++ b/vit_efaktur/view/invoice_supplier.xml @@ -0,0 +1,45 @@ + + + + + + + + tree_invoice_supplier_efaktur + account.move + + + + + + + + + + + diff --git a/vit_efaktur/view/partner.xml b/vit_efaktur/view/partner.xml new file mode 100644 index 0000000..bef1384 --- /dev/null +++ b/vit_efaktur/view/partner.xml @@ -0,0 +1,42 @@ + + + + + + res.partner_efaktur + res.partner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vit_efaktur/view/product.xml b/vit_efaktur/view/product.xml new file mode 100644 index 0000000..e7435a1 --- /dev/null +++ b/vit_efaktur/view/product.xml @@ -0,0 +1,29 @@ + + + + + + product.template_efaktur + product.template + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3