diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-15 16:22:21 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-15 16:22:21 +0700 |
| commit | f4f150ec2492b048886e1965a0a650864295c76c (patch) | |
| tree | 37386674983c542d6730e993e09337505dfc415e /indoteknik_custom/views | |
| parent | 6364f3d0bec6e75e3056caa928bbe11d39cc145f (diff) | |
grand total field, compute grand total, sale order print for website, fix sale order download pdf api
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index fde93a9b..c66201a9 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -65,6 +65,7 @@ <field name="line_no" readonly="1"/> </xpath> <field name="amount_total" position="after"> + <field name="grand_total"/> <field name="total_margin"/> <field name="total_percent_margin"/> </field> |
