diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-13 16:59:14 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-13 16:59:14 +0700 |
| commit | a19a78db2e3ff278ef56007629f3d9f5e9c89110 (patch) | |
| tree | b6adadf3db706ef2c50129f6b4b3019a90939b22 /indoteknik_custom/report | |
| parent | 2f31e36104c0b92bf022dc78b3952f08815dd1cc (diff) | |
| parent | 497cb94e2c75f6f3b0066700ed1f4b1be9ed1a59 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into pum-v2
Diffstat (limited to 'indoteknik_custom/report')
| -rw-r--r-- | indoteknik_custom/report/report_sale_order.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/report/report_sale_order.xml b/indoteknik_custom/report/report_sale_order.xml index b9928790..d1a6de28 100644 --- a/indoteknik_custom/report/report_sale_order.xml +++ b/indoteknik_custom/report/report_sale_order.xml @@ -96,8 +96,8 @@ <th name="th_description" class="text-left">Description</th> <th name="th_quantity" class="text-right">Quantity</th> <th name="th_priceunit" class="text-right">Unit Price</th> - <th name="th_discount" t-if="display_discount" class="text-right" groups="product.group_discount_per_so_line"> - <span>Disc.%</span> + <th name="th_discount" class="text-right" groups="product.group_discount_per_so_line"> + Disc.% </th> <th name="th_taxes" class="text-right">Taxes</th> <th name="th_subtotal" class="text-right"> @@ -125,7 +125,7 @@ <td name="td_priceunit" class="text-right"> <span t-field="line.price_unit"/> </td> - <td t-if="display_discount" class="text-right" groups="product.group_discount_per_so_line"> + <td class="text-right" groups="product.group_discount_per_so_line"> <span t-field="line.discount"/> </td> <td name="td_taxes" class="text-right"> |
