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_edi_document_views.xml | 15 ++++++ addons/account_edi/views/account_journal_views.xml | 18 +++++++ addons/account_edi/views/account_move_views.xml | 59 ++++++++++++++++++++++ addons/account_edi/views/account_payment_views.xml | 51 +++++++++++++++++++ 4 files changed, 143 insertions(+) create mode 100644 addons/account_edi/views/account_edi_document_views.xml create mode 100644 addons/account_edi/views/account_journal_views.xml create mode 100644 addons/account_edi/views/account_move_views.xml create mode 100644 addons/account_edi/views/account_payment_views.xml (limited to 'addons/account_edi/views') diff --git a/addons/account_edi/views/account_edi_document_views.xml b/addons/account_edi/views/account_edi_document_views.xml new file mode 100644 index 00000000..9b16ff60 --- /dev/null +++ b/addons/account_edi/views/account_edi_document_views.xml @@ -0,0 +1,15 @@ + + + + + Account.edi.document.tree + account.edi.document + + + + + + + + + diff --git a/addons/account_edi/views/account_journal_views.xml b/addons/account_edi/views/account_journal_views.xml new file mode 100644 index 00000000..09ba292e --- /dev/null +++ b/addons/account_edi/views/account_journal_views.xml @@ -0,0 +1,18 @@ + + + + + account.journal.form.inherited + account.journal + + + + + + + + + + + + diff --git a/addons/account_edi/views/account_move_views.xml b/addons/account_edi/views/account_move_views.xml new file mode 100644 index 00000000..2b043ba5 --- /dev/null +++ b/addons/account_edi/views/account_move_views.xml @@ -0,0 +1,59 @@ + + + + + + Electronic invoicing + account.edi.document + tree + [('move_id', '=', active_id), ('error', '!=', False)] + + + + account.move.form.inherit + account.move + + + + +