From 878e9e06dcee97645bf55d388e37ea4e1ca6b06b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 26 Aug 2019 06:04:39 +0000 Subject: [PATCH] [UPD] README.rst --- excel_import_export/README.rst | 31 ++++++- .../static/description/index.html | 82 ++++++++++++------- excel_import_export_demo/README.rst | 27 ++++-- .../static/description/index.html | 61 ++++++++------ 4 files changed, 139 insertions(+), 62 deletions(-) diff --git a/excel_import_export/README.rst b/excel_import_export/README.rst index 0b893aa8c..c2ba1cc3c 100644 --- a/excel_import_export/README.rst +++ b/excel_import_export/README.rst @@ -1,6 +1,6 @@ -=================== -Excel Import/Export -=================== +========================== +Excel Import/Export/Report +========================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! @@ -90,6 +90,26 @@ This create report menu with criteria wizard. (example - excel_import_export_dem 4. Create/Design Excel Template File (.xlsx), in the template, name the underlining tab used for report results -- .xlsx 5. Create instruction dictionary for report in xlsx.template model -- templates.xml +**Note:** + +Another option for reporting is to use report action (report_type='excel'), I.e., + +.. code-block:: xml + + + +By using report action, Odoo will find template using combination of model and name, then do the export for the underlining record. +Please see example in excel_import_export_demo/report_action, which shows, + +1. Print excel from an active sale.order +2. Run partner list report based on search criteria. + Known issues / Roadmap ====================== @@ -99,6 +119,11 @@ Known issues / Roadmap Changelog ========= +12.0.1.0.3 (2019-08-09) +~~~~~~~~~~~~~~~~~~~~~~~ + +* Add report action for report_type = 'excel' + 12.0.1.0.2 (2019-08-07) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/excel_import_export/static/description/index.html b/excel_import_export/static/description/index.html index a251d8a77..d8439b7e6 100644 --- a/excel_import_export/static/description/index.html +++ b/excel_import_export/static/description/index.html @@ -4,7 +4,7 @@ -Excel Import/Export +Excel Import/Export/Report -
-

Excel Import/Export

+
+

Excel Import/Export/Report