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_sale_closure.xml | 67 ++++++++++++++++++++++ addons/l10n_fr_pos_cert/views/account_views.xml | 26 +++++++++ .../views/l10n_fr_pos_cert_templates.xml | 12 ++++ .../views/pos_inalterability_menuitem.xml | 21 +++++++ addons/l10n_fr_pos_cert/views/pos_views.xml | 12 ++++ 5 files changed, 138 insertions(+) create mode 100644 addons/l10n_fr_pos_cert/views/account_sale_closure.xml create mode 100644 addons/l10n_fr_pos_cert/views/account_views.xml create mode 100644 addons/l10n_fr_pos_cert/views/l10n_fr_pos_cert_templates.xml create mode 100644 addons/l10n_fr_pos_cert/views/pos_inalterability_menuitem.xml create mode 100644 addons/l10n_fr_pos_cert/views/pos_views.xml (limited to 'addons/l10n_fr_pos_cert/views') diff --git a/addons/l10n_fr_pos_cert/views/account_sale_closure.xml b/addons/l10n_fr_pos_cert/views/account_sale_closure.xml new file mode 100644 index 00000000..1a94ad56 --- /dev/null +++ b/addons/l10n_fr_pos_cert/views/account_sale_closure.xml @@ -0,0 +1,67 @@ + + + Sales Closings + account.sale.closing + + + + + + + + + + + + + + + + Sales Closings + account.sale.closing + +
+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + +
+
+
+
+ + + Sales Closings + account.sale.closing + list,form + +

+ The closings are created by Odoo +

+ Sales closings run automatically on a daily, monthly and annual basis. It computes both period and cumulative totals from all the sales entries posted in the system after the previous closing. +

+
+
+ + +
diff --git a/addons/l10n_fr_pos_cert/views/account_views.xml b/addons/l10n_fr_pos_cert/views/account_views.xml new file mode 100644 index 00000000..27d4d2e9 --- /dev/null +++ b/addons/l10n_fr_pos_cert/views/account_views.xml @@ -0,0 +1,26 @@ + + + account.bank.statement.form + account.bank.statement + + extension + + + + + + {'readonly': [('pos_session_id', '!=', False)]} + + + {'readonly': [('pos_session_id', '!=', False)]} + + + {'readonly': [('pos_session_id', '!=', False)]} + + + {'readonly': [('pos_session_id', '!=', False)]} + + + + + diff --git a/addons/l10n_fr_pos_cert/views/l10n_fr_pos_cert_templates.xml b/addons/l10n_fr_pos_cert/views/l10n_fr_pos_cert_templates.xml new file mode 100644 index 00000000..739d9dc9 --- /dev/null +++ b/addons/l10n_fr_pos_cert/views/l10n_fr_pos_cert_templates.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/addons/l10n_fr_pos_cert/views/pos_inalterability_menuitem.xml b/addons/l10n_fr_pos_cert/views/pos_inalterability_menuitem.xml new file mode 100644 index 00000000..09c42b7e --- /dev/null +++ b/addons/l10n_fr_pos_cert/views/pos_inalterability_menuitem.xml @@ -0,0 +1,21 @@ + + + Hash integrity result PDF + res.company + qweb-pdf + l10n_fr_pos_cert.report_pos_hash_integrity + l10n_fr_pos_cert.report_pos_hash_integrity + + + POS Inalterability Check + + ir.actions.server + code + + action = env.company._action_check_pos_hash_integrity() + + + + + + diff --git a/addons/l10n_fr_pos_cert/views/pos_views.xml b/addons/l10n_fr_pos_cert/views/pos_views.xml new file mode 100644 index 00000000..860021d2 --- /dev/null +++ b/addons/l10n_fr_pos_cert/views/pos_views.xml @@ -0,0 +1,12 @@ + + + pos.order.form.inherit + pos.order + + + + + + + + -- cgit v1.2.3