From 88e5c630473c9aa368271bcfe5200cb9d1f8a919 Mon Sep 17 00:00:00 2001 From: Aungkokolin1997 Date: Mon, 25 Nov 2024 05:24:32 +0000 Subject: [PATCH] [IMP] excel_import_export: update readme --- excel_import_export/README.rst | 6 ++ excel_import_export/readme/CONFIGURE.rst | 2 + .../static/description/index.html | 57 ++++++++++--------- 3 files changed, 38 insertions(+), 27 deletions(-) create mode 100644 excel_import_export/readme/CONFIGURE.rst diff --git a/excel_import_export/README.rst b/excel_import_export/README.rst index df28a03f1e5..6e3b4937792 100644 --- a/excel_import_export/README.rst +++ b/excel_import_export/README.rst @@ -51,6 +51,12 @@ Then, simply install **excel_import_export**. For demo, install **excel_import_export_demo** +Configuration +============= + +If you have existing templates from the version 16.0.1.2.0 or earlier, you need to click 'REMOVE EXPORT ACTION' +and then click 'ADD EXPORT ACTION' in these templates for export actions to work as expected. + Usage ===== diff --git a/excel_import_export/readme/CONFIGURE.rst b/excel_import_export/readme/CONFIGURE.rst new file mode 100644 index 00000000000..8dcd57423b3 --- /dev/null +++ b/excel_import_export/readme/CONFIGURE.rst @@ -0,0 +1,2 @@ +If you have existing templates from the version 16.0.1.2.0 or earlier, you need to click 'REMOVE EXPORT ACTION' +and then click 'ADD EXPORT ACTION' in these templates for export actions to work as expected. diff --git a/excel_import_export/static/description/index.html b/excel_import_export/static/description/index.html index 48349cae446..989119ddb64 100644 --- a/excel_import_export/static/description/index.html +++ b/excel_import_export/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -382,18 +381,19 @@

Excel Import/Export/Report

+
+

Configuration

+

If you have existing templates from the version 16.0.1.2.0 or earlier, you need to click ‘REMOVE EXPORT ACTION’ +and then click ‘ADD EXPORT ACTION’ in these templates for export actions to work as expected.

+
-

Usage

+

Usage

-

Concepts

+

Concepts

This module contain pre-defined function and wizards to make exporting, importing and reporting easy.

At the heart of this module, there are 2 main methods

    @@ -422,7 +427,7 @@

    Concepts

    As this module provide tools, it is best to explain as use cases. For example use cases, please install excel_import_export_demo

-

Use Cases

+

Use Cases

Use Case 1: Export/Import Excel on existing document

This add export/import action menus in existing document (example - excel_import_export_demo/import_export_sale_order)

    @@ -466,7 +471,7 @@

    Use Cases

-

Easy Reporting Option

+

Easy Reporting Option

Technically, this option is the same as “Create Excel Report” use case. But instead of having to write XML / Python code like normally do, this option allow user to create a report based on a model or view, all by configuration only.

    @@ -491,13 +496,13 @@

    Easy Reporting Option

-

Known issues / Roadmap

+

Known issues / Roadmap

-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -505,26 +510,24 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Ecosoft
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

- -Odoo Community Association - +Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.