diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-13 21:11:59 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-13 21:11:59 +0700 |
| commit | 41d0bc25d569901de38f77f0ba452e33630d01f0 (patch) | |
| tree | b621959413e47366a3e50446e7e3422f19888af2 /indoteknik_custom/views/account_move.xml | |
| parent | 5556e2b56a010c78bb79718679d0a0b5b3f780c3 (diff) | |
tracking history due extension
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 7f7fb228..5aeff4ec 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -16,7 +16,20 @@ <field name="resi_tukar_faktur"/> <field name="date_terima_tukar_faktur"/> <field name="due_extension"/> + <field name="counter"/> </field> + <notebook position="inside"> + <page string="Due Extension"> + <field name="due_line"> + <tree create="false"> + <field name="due_id"/> + <field name="description"/> + <field name="day_extension"/> + <field name="approval_status"/> + </tree> + </field> + </page> + </notebook> </field> </record> |
