From 18ca872030338aa2df9e2a320ac73fd43e7bb3c0 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 10 Jul 2021 13:34:30 +0000 Subject: [PATCH] [UPD] README.rst --- excel_import_export_demo/README.rst | 117 ++++++++++++++++++ .../static/description/index.html | 60 +++------ 2 files changed, 134 insertions(+), 43 deletions(-) create mode 100644 excel_import_export_demo/README.rst diff --git a/excel_import_export_demo/README.rst b/excel_import_export_demo/README.rst new file mode 100644 index 000000000..80ae4944a --- /dev/null +++ b/excel_import_export_demo/README.rst @@ -0,0 +1,117 @@ +=============================== +Excel Import/Export/Report Demo +=============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github + :target: https://github.com/OCA/server-tools/tree/14.0/excel_import_export_demo + :alt: OCA/server-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-excel_import_export_demo + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/149/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module provide some example use case for excel_import_export + +1. Import/Export Sales Order (import_export_sale_order) +2. Import New Sales Orders (import_sale_orders) +3. Sales Orders Report (report_sale_order) +4. Print Quoation / Order (.xlsx) (report_action/sale_order) +5. Run Partner List Report (report_action/partner_list) + +**Table of contents** + +.. contents:: + :local: + +Installation +============ + +To install this module, you need to install **excel_import_export** + +Then, simply install **excel_import_export_demo**. + +Usage +===== + +**Example 1:** Export/Import Excel on existing document + +To test this use case, go to any Sales Order and use Export Excel or Import Excel in action menu. + +**Example 2:** Import Excel Files + +To test this use case, go to Settings > Excel Import/Export > Sample Import Sales Order + +**Example 3:** Create Excel Report + +To test this use case, go to Settings > Excel Import/Export > Sample Sales Report + +**Example 4:** Printout Excel on existing document, using report action + +To test this use case, go to any Sales Order and click print "Quotation / Order (.xlsx)". + +**Example 5:** Run Partner List Report, using report action + +To test this use case, go to menu Sales > Reporting > Partner List Report + +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 smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Ecosoft + +Contributors +~~~~~~~~~~~~ + +* Kitti Upariphutthiphong. (http://ecosoft.co.th) + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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. + +.. |maintainer-kittiu| image:: https://github.com/kittiu.png?size=40px + :target: https://github.com/kittiu + :alt: kittiu + +Current `maintainer `__: + +|maintainer-kittiu| + +This module is part of the `OCA/server-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/excel_import_export_demo/static/description/index.html b/excel_import_export_demo/static/description/index.html index 785afae74..f2ba1d842 100644 --- a/excel_import_export_demo/static/description/index.html +++ b/excel_import_export_demo/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runbot

This module provide some example use case for excel_import_export

  1. Import/Export Sales Order (import_export_sale_order)
  2. @@ -376,38 +376,27 @@ ul.auto-toc {
  3. Print Quoation / Order (.xlsx) (report_action/sale_order)
  4. Run Partner List Report (report_action/partner_list)
-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents

-

Installation

+

Installation

To install this module, you need to install excel_import_export

Then, simply install excel_import_export_demo.

-

Usage

+

Usage

Example 1: Export/Import Excel on existing document

To test this use case, go to any Sales Order and use Export Excel or Import Excel in action menu.

Example 2: Import Excel Files

@@ -419,45 +408,30 @@ Only for development or testing purpose, do not use in production.

Example 5: Run Partner List Report, using report action

To test this use case, go to menu Sales > Reporting > Partner List Report

-
-

Changelog

-
-

12.0.1.0.0 (2019-08-09)

-
    -
  • Add 2 new examples using report action, 1) sale_order 2) partner_list
  • -
-
-
-

12.0.1.0.0 (2019-02-24)

-
    -
  • Start of the history
  • -
-
-
-

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 smashing it by providing a detailed and welcomed -feedback.

+feedback.

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

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

Current maintainer:

kittiu

-

This module is part of the OCA/server-tools project on GitHub.

+

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.