33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Excel Import/Export/Report </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="excel-import-export-report ">
364- < h1 class ="title "> Excel Import/Export/Report</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="excel-import-export-report ">
370+ < h1 > Excel Import/Export/Report</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:40c58b91ccaaaa2b5ead94e8975df9d77a9ae3d08e29f5647422c2a3e1dafd6b
375+ !! source digest: sha256:2ff7fc0fdd66cd8a126f345d098845f65ac464b9531d37d76ac1acebb4b46860
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/18.0/excel_import_export "> < img alt ="OCA/server-tools " src ="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-excel_import_export "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/18.0/excel_import_export "> < img alt ="OCA/server-tools " src ="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-excel_import_export "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > The module provide pre-built functions and wizards for developer to
374379build excel import / export / report with ease.</ p >
375380< p > Without having to code to create excel file, developer do,</ p >
@@ -379,8 +384,8 @@ <h1 class="title">Excel Import/Export/Report</h1>
379384fonts, formulas, etc.</ li >
380385< li > Instruct how the data will be located in Excel with simple dictionary
381386instruction or from Odoo UI.</ li >
382- < li > Odoo will combine instruction with excel template, and result in
383- final excel file.</ li >
387+ < li > Odoo will combine instruction with excel template, and result in final
388+ excel file.</ li >
384389</ ul >
385390< p > < strong > Table of contents</ strong > </ p >
386391< div class ="contents local topic " id ="contents ">
@@ -404,22 +409,22 @@ <h1 class="title">Excel Import/Export/Report</h1>
404409</ ul >
405410</ div >
406411< div class ="section " id ="installation ">
407- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Installation</ a > </ h1 >
412+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Installation</ a > </ h2 >
408413< p > To install this module, you need to install following python library,
409414< strong > xlrd, xlwt, openpyxl</ strong > .</ p >
410415< p > Then, simply install < strong > excel_import_export</ strong > .</ p >
411416< p > For demo, install < strong > excel_import_export_demo</ strong > </ p >
412417</ div >
413418< div class ="section " id ="configuration ">
414- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Configuration</ a > </ h1 >
419+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Configuration</ a > </ h2 >
415420< p > If you have existing templates from the version 16.0.1.2.0 or earlier,
416421you need to click ‘REMOVE EXPORT ACTION’ and then click ‘ADD EXPORT
417422ACTION’ in these templates for export actions to work as expected.</ p >
418423</ div >
419424< div class ="section " id ="usage ">
420- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Usage</ a > </ h1 >
425+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Usage</ a > </ h2 >
421426< div class ="section " id ="concepts ">
422- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Concepts</ a > </ h2 >
427+ < h3 > < a class ="toc-backref " href ="#toc-entry-4 "> Concepts</ a > </ h3 >
423428< p > This module contain pre-defined function and wizards to make exporting,
424429importing and reporting easy.</ p >
425430< p > At the heart of this module, there are 2 main methods</ p >
@@ -437,7 +442,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Concepts</a></h2>
437442example use cases, please install < strong > excel_import_export_demo</ strong > </ p >
438443</ div >
439444< div class ="section " id ="use-cases ">
440- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Use Cases</ a > </ h2 >
445+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Use Cases</ a > </ h3 >
441446< p > < strong > Use Case 1:</ strong > Export/Import Excel on existing document</ p >
442447< p > This add export/import action menus in existing document (example -
443448excel_import_export_demo/import_export_sale_order)</ p >
@@ -506,7 +511,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Use Cases</a></h2>
506511</ ol >
507512</ div >
508513< div class ="section " id ="easy-reporting-option ">
509- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Easy Reporting Option</ a > </ h2 >
514+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Easy Reporting Option</ a > </ h3 >
510515< p > Technically, this option is the same as “Create Excel Report” use case.
511516But instead of having to write XML / Python code like normally do, this
512517option allow user to create a report based on a model or view, all by
@@ -536,38 +541,38 @@ <h2><a class="toc-backref" href="#toc-entry-6">Easy Reporting Option</a></h2>
536541</ div >
537542</ div >
538543< div class ="section " id ="known-issues-roadmap ">
539- < h1 > < a class ="toc-backref " href ="#toc-entry-7 "> Known issues / Roadmap</ a > </ h1 >
544+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Known issues / Roadmap</ a > </ h2 >
540545< ul class ="simple ">
541546< li > Module extension e.g., excel_import_export_async, that add ability to
542547execute as async process.</ li >
543548</ ul >
544549</ div >
545550< div class ="section " id ="bug-tracker ">
546- < h1 > < a class ="toc-backref " href ="#toc-entry-8 "> Bug Tracker</ a > </ h1 >
551+ < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Bug Tracker</ a > </ h2 >
547552< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-tools/issues "> GitHub Issues</ a > .
548553In case of trouble, please check there if your issue has already been reported.
549554If you spotted it first, help us to smash it by providing a detailed and welcomed
550555< a class ="reference external " href ="https://github.com/OCA/server-tools/issues/new?body=module:%20excel_import_export%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
551556< p > Do not contact contributors directly about support or help with technical issues.</ p >
552557</ div >
553558< div class ="section " id ="credits ">
554- < h1 > < a class ="toc-backref " href ="#toc-entry-9 "> Credits</ a > </ h1 >
559+ < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Credits</ a > </ h2 >
555560< div class ="section " id ="authors ">
556- < h2 > < a class ="toc-backref " href ="#toc-entry-10 "> Authors</ a > </ h2 >
561+ < h3 > < a class ="toc-backref " href ="#toc-entry-10 "> Authors</ a > </ h3 >
557562< ul class ="simple ">
558563< li > Ecosoft</ li >
559564</ ul >
560565</ div >
561566< div class ="section " id ="contributors ">
562- < h2 > < a class ="toc-backref " href ="#toc-entry-11 "> Contributors</ a > </ h2 >
567+ < h3 > < a class ="toc-backref " href ="#toc-entry-11 "> Contributors</ a > </ h3 >
563568< ul class ="simple ">
564569< li > Kitti Upariphutthiphong. << a class ="reference external " href ="mailto:kittiu@gmail.com "> kittiu@gmail.com</ a > > (< a class ="reference external " href ="http://ecosoft.co.th "> http://ecosoft.co.th</ a > )</ li >
565570< li > Saran Lim. << a class ="reference external " href ="mailto:saranl@ecosoft.co.th "> saranl@ecosoft.co.th</ a > > (< a class ="reference external " href ="http://ecosoft.co.th "> http://ecosoft.co.th</ a > )</ li >
566571< li > Do Anh Duy << a class ="reference external " href ="mailto:duyda@trobz.com "> duyda@trobz.com</ a > ></ li >
567572</ ul >
568573</ div >
569574< div class ="section " id ="maintainers ">
570- < h2 > < a class ="toc-backref " href ="#toc-entry-12 "> Maintainers</ a > </ h2 >
575+ < h3 > < a class ="toc-backref " href ="#toc-entry-12 "> Maintainers</ a > </ h3 >
571576< p > This module is maintained by the OCA.</ p >
572577< a class ="reference external image-reference " href ="https://odoo-community.org ">
573578< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -582,5 +587,6 @@ <h2><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h2>
582587</ div >
583588</ div >
584589</ div >
590+ </ div >
585591</ body >
586592</ html >
0 commit comments