diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-28 07:57:50 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-28 07:57:50 +0700 |
| commit | 1ddc20d9d2b72ca68eecd07c9a3d78a008842cc0 (patch) | |
| tree | c0825c1e15144d584f14f008209350b9d8287b34 /indoteknik_custom/views/account_move_views.xml | |
| parent | 3286de7f2d48f913ad1aa477b49155047ebb742c (diff) | |
| parent | e8c10203b9cac4e8fe020a56f39945fbd360b605 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into regenerate_midtrans_web
Diffstat (limited to 'indoteknik_custom/views/account_move_views.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move_views.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml index 0fd7c9cd..7c1f8913 100644 --- a/indoteknik_custom/views/account_move_views.xml +++ b/indoteknik_custom/views/account_move_views.xml @@ -33,7 +33,7 @@ <field name="efaktur_id"/> <field name="reference"/> <field name="total_amt"/> - <field name="open_amt"/> + <field name="open_amt" sum="Grand Total Open Amount"/> </tree> </field> </record> @@ -68,6 +68,7 @@ <field name="partner_id" readonly="1"/> <field name="day_extension" attrs="{'readonly': [('is_approve', '=', True)]}"/> <field name="order_id" readonly="1"/> + <field name="amount_total" readonly="1"/> </group> <group> <field name="is_approve" readonly="1"/> |
