File tree Expand file tree Collapse file tree
report_qweb_decimal_place Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,9 +63,10 @@ Configuration
6363=============
6464
6565To 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
7071Inherit this module in your xxx_report_qweb_decimal_place module and format the price unit in reports.
7172
Original file line number Diff line number Diff line change 11To 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
67Inherit this module in your xxx_report_qweb_decimal_place module and format the price unit in reports.
Original file line number Diff line number Diff 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 –> Configuration –> 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 ">
You can’t perform that action at this time.
0 commit comments