From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/l10n_cn/views/account_move_view.xml | 17 ++++ addons/l10n_cn/views/account_report.xml | 16 ++++ addons/l10n_cn/views/report_voucher.xml | 121 +++++++++++++++++++++++++++++ 3 files changed, 154 insertions(+) create mode 100644 addons/l10n_cn/views/account_move_view.xml create mode 100644 addons/l10n_cn/views/account_report.xml create mode 100644 addons/l10n_cn/views/report_voucher.xml (limited to 'addons/l10n_cn/views') diff --git a/addons/l10n_cn/views/account_move_view.xml b/addons/l10n_cn/views/account_move_view.xml new file mode 100644 index 00000000..7febad43 --- /dev/null +++ b/addons/l10n_cn/views/account_move_view.xml @@ -0,0 +1,17 @@ + + + + + l10n_cn.account.move.form + account.move + + + + + + + + + + diff --git a/addons/l10n_cn/views/account_report.xml b/addons/l10n_cn/views/account_report.xml new file mode 100644 index 00000000..501d5c02 --- /dev/null +++ b/addons/l10n_cn/views/account_report.xml @@ -0,0 +1,16 @@ + + + + + + Voucher + account.move + qweb-pdf + l10n_cn.report_voucher + l10n_cn.report_voucher + 'Voucher_%s' % (object.name) + form + + + + diff --git a/addons/l10n_cn/views/report_voucher.xml b/addons/l10n_cn/views/report_voucher.xml new file mode 100644 index 00000000..dad31b7a --- /dev/null +++ b/addons/l10n_cn/views/report_voucher.xml @@ -0,0 +1,121 @@ + + + + + + + + + + -- cgit v1.2.3