From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../views/account_journal_view.xml | 19 +++++ .../views/account_move_line_view.xml | 18 ++++ .../views/account_move_view.xml | 59 +++++++++++++ .../views/ir_sequence_view.xml | 37 ++++++++ .../views/l10n_latam_document_type_view.xml | 65 ++++++++++++++ .../views/report_templates.xml | 99 ++++++++++++++++++++++ 6 files changed, 297 insertions(+) create mode 100644 addons/l10n_latam_invoice_document/views/account_journal_view.xml create mode 100644 addons/l10n_latam_invoice_document/views/account_move_line_view.xml create mode 100644 addons/l10n_latam_invoice_document/views/account_move_view.xml create mode 100644 addons/l10n_latam_invoice_document/views/ir_sequence_view.xml create mode 100644 addons/l10n_latam_invoice_document/views/l10n_latam_document_type_view.xml create mode 100644 addons/l10n_latam_invoice_document/views/report_templates.xml (limited to 'addons/l10n_latam_invoice_document/views') diff --git a/addons/l10n_latam_invoice_document/views/account_journal_view.xml b/addons/l10n_latam_invoice_document/views/account_journal_view.xml new file mode 100644 index 00000000..d5cb2436 --- /dev/null +++ b/addons/l10n_latam_invoice_document/views/account_journal_view.xml @@ -0,0 +1,19 @@ + + + + + account.journal + account.journal.form + + +
+ + + + + + + +
+ +
diff --git a/addons/l10n_latam_invoice_document/views/account_move_line_view.xml b/addons/l10n_latam_invoice_document/views/account_move_line_view.xml new file mode 100644 index 00000000..5410c569 --- /dev/null +++ b/addons/l10n_latam_invoice_document/views/account_move_line_view.xml @@ -0,0 +1,18 @@ + + + + + account.move.line.filter + account.move.line + + + + + + + + + + + + diff --git a/addons/l10n_latam_invoice_document/views/account_move_view.xml b/addons/l10n_latam_invoice_document/views/account_move_view.xml new file mode 100644 index 00000000..28d19bcc --- /dev/null +++ b/addons/l10n_latam_invoice_document/views/account_move_view.xml @@ -0,0 +1,59 @@ + + + + + account.move.select + account.move + + + + + + + + + + + + + account.move.filter + account.move + + + + + + + + + + + + + account.move.form + account.move + + +
+ + + + + + + + + + + + + {'readonly': ['|', ('state', '!=', 'draft'), ('l10n_latam_use_documents', '=', True)]} + + + +
+ +
diff --git a/addons/l10n_latam_invoice_document/views/ir_sequence_view.xml b/addons/l10n_latam_invoice_document/views/ir_sequence_view.xml new file mode 100644 index 00000000..04da7e77 --- /dev/null +++ b/addons/l10n_latam_invoice_document/views/ir_sequence_view.xml @@ -0,0 +1,37 @@ + + + + + ir.sequence.form + ir.sequence + + + + + + + + + + ir.sequence.tree + ir.sequence + + + + + + + + + + ir.sequence.search + ir.sequence + + + + + + + + + diff --git a/addons/l10n_latam_invoice_document/views/l10n_latam_document_type_view.xml b/addons/l10n_latam_invoice_document/views/l10n_latam_document_type_view.xml new file mode 100644 index 00000000..ba7e6a4d --- /dev/null +++ b/addons/l10n_latam_invoice_document/views/l10n_latam_document_type_view.xml @@ -0,0 +1,65 @@ + + + + + l10n_latam.document.type.form + l10n_latam.document.type + +
+ + + + + + + + +
+
+
+ + + l10n_latam.document.type.tree + l10n_latam.document.type + + + + + + + + + + + + + + + l10n_latam.document.type.filter + l10n_latam.document.type + + + + + + + + + + + + + + + + + + Document Types + l10n_latam.document.type + ['|', ('active', '=', True), ('active', '=', False)] + {"search_default_active":1} + + + + +
diff --git a/addons/l10n_latam_invoice_document/views/report_templates.xml b/addons/l10n_latam_invoice_document/views/report_templates.xml new file mode 100644 index 00000000..261b892b --- /dev/null +++ b/addons/l10n_latam_invoice_document/views/report_templates.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + -- cgit v1.2.3