Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Jan 18, 2023
1 parent d5bd55f commit 936b1d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 43 deletions.
22 changes: 1 addition & 21 deletions report_csv/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,7 @@ A report XML record ::
attachment_use="False"
/>

There are two options for adding encoding option:

Option 1:
- Go to Setting > Technical > reports
- Select the report you created with report_type "csv"
- Add encoding method in encoding field (eg. cp932)

Option 2:
- Add in report XML record

eg.
<report
id="partner_csv"
model="res.partner"
string="Print to CSV"
report_type="csv"
encoding="cp932"
name="module_name.report_name"
file="res_partner"
attachment_use="False"
/>
Update encoding with an appropriate value (e.g. cp932) as necessary.

Bug Tracker
===========
Expand Down
22 changes: 1 addition & 21 deletions report_csv/readme/USAGE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,4 @@ A report XML record ::
attachment_use="False"
/>

There are two options for adding encoding option:

Option 1:
- Go to Setting > Technical > reports
- Select the report you created with report_type "csv"
- Add encoding method in encoding field (eg. cp932)

Option 2:
- Add in report XML record

eg.
<report
id="partner_csv"
model="res.partner"
string="Print to CSV"
report_type="csv"
encoding="cp932"
name="module_name.report_name"
file="res_partner"
attachment_use="False"
/>
Update encoding with an appropriate value (e.g. cp932) as necessary.
7 changes: 6 additions & 1 deletion report_csv/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
<title>Base report csv</title>
<style type="text/css">

Expand Down Expand Up @@ -421,6 +421,7 @@ <h1><a class="toc-backref" href="#id1">Usage</a></h1>
attachment_use=&quot;False&quot;
/&gt;
</pre>
<p>Update encoding with an appropriate value (e.g. cp932) as necessary.</p>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
Expand All @@ -444,6 +445,10 @@ <h2><a class="toc-backref" href="#id5">Contributors</a></h2>
<li>Enric Tobella &lt;<a class="reference external" href="mailto:etobella&#64;creublanca.es">etobella&#64;creublanca.es</a>&gt;</li>
<li>Jaime Arroyo &lt;<a class="reference external" href="mailto:jaime.arroyo&#64;creublanca.es">jaime.arroyo&#64;creublanca.es</a>&gt;</li>
<li>Rattapong Chokmasermkul &lt;<a class="reference external" href="mailto:rattapongc&#64;ecosoft.co.th">rattapongc&#64;ecosoft.co.th</a>&gt;</li>
<li><a class="reference external" href="https://www.quartile.co">Quartile</a>:<ul>
<li>Aung Ko Ko Lin</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down

0 comments on commit 936b1d6

Please sign in to comment.