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