diff --git a/excel_import_export/README.rst b/excel_import_export/README.rst index df28a03f1e5..4a5ed06fd91 100644 --- a/excel_import_export/README.rst +++ b/excel_import_export/README.rst @@ -51,6 +51,13 @@ Then, simply install **excel_import_export**. For demo, install **excel_import_export_demo** +Configuration +============= + +If you are using this module and have existing templates from before the changes in +https://github.com/OCA/server-tools/pull/3114, you will need to click 'REMOVE EXPORT ACTION' +and then click 'ADD EXPORT ACTION' for the existing templates to apply the feature introduced in this PR. + Usage ===== diff --git a/excel_import_export/readme/CONFIGURE.rst b/excel_import_export/readme/CONFIGURE.rst new file mode 100644 index 00000000000..0fe94b797fa --- /dev/null +++ b/excel_import_export/readme/CONFIGURE.rst @@ -0,0 +1,3 @@ +If you are using this module and have existing templates from before the changes in +https://github.com/OCA/server-tools/pull/3114, you will need to click 'REMOVE EXPORT ACTION' +and then click 'ADD EXPORT ACTION' for the existing templates to apply the feature introduced in this PR. diff --git a/excel_import_export/static/description/index.html b/excel_import_export/static/description/index.html index 48349cae446..28e9aa50396 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 are using this module and have existing templates from before the changes in +https://github.com/OCA/server-tools/pull/3114, you will need to click ‘REMOVE EXPORT ACTION’ +and then click ‘ADD EXPORT ACTION’ for the existing templates to apply the feature introduced in this PR.

+
-

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

-

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 +472,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 +497,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 +511,24 @@

Bug Tracker

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

-

Credits

+

Credits

-

Authors

+

Authors

-

Contributors

+

Contributors

-

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.