Skip to content

Commit be9ae4f

Browse files
update readme
1 parent 5c7fc05 commit be9ae4f

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

report_qweb_decimal_place/README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ Configuration
6363
=============
6464

6565
To apply price unit format:
66-
- Go to Invoicing --> Configuration --> Currencies
67-
- Check apply_price_decimal_place field
68-
- Define decimal place in price_decimal_place field
66+
67+
#. Go to Invoicing --> Configuration --> Currencies
68+
#. Check apply_price_decimal_place field
69+
#. Define decimal place in price_decimal_place field
6970

7071
Inherit this module in your xxx_report_qweb_decimal_place module and format the price unit in reports.
7172

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
To apply price unit format:
2-
- Go to Invoicing --> Configuration --> Currencies
3-
- Check apply_price_decimal_place field
4-
- Define decimal place in price_decimal_place field
2+
3+
#. Go to Invoicing --> Configuration --> Currencies
4+
#. Check apply_price_decimal_place field
5+
#. Define decimal place in price_decimal_place field
56

67
Inherit this module in your xxx_report_qweb_decimal_place module and format the price unit in reports.

report_qweb_decimal_place/static/description/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,15 +402,12 @@ <h1>Background:</h1>
402402
</div>
403403
<div class="section" id="configuration">
404404
<h2><a class="toc-backref" href="#id1">Configuration</a></h2>
405-
<dl class="docutils">
406-
<dt>To apply price unit format:</dt>
407-
<dd><ul class="first last simple">
405+
<p>To apply price unit format:</p>
406+
<ol class="arabic simple">
408407
<li>Go to Invoicing –&gt; Configuration –&gt; Currencies</li>
409408
<li>Check apply_price_decimal_place field</li>
410409
<li>Define decimal place in price_decimal_place field</li>
411-
</ul>
412-
</dd>
413-
</dl>
410+
</ol>
414411
<p>Inherit this module in your xxx_report_qweb_decimal_place module and format the price unit in reports.</p>
415412
</div>
416413
<div class="section" id="bug-tracker">

0 commit comments

Comments
 (0)