diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-07-17 05:57:34 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-07-17 05:57:34 +0000 |
| commit | 5b1c2054e3ca176a3705c6d0a84e33867ad1c945 (patch) | |
| tree | a9d46660db72cf98f8292cc774fe9393b984eb45 /indoteknik_custom/views | |
| parent | 94ff2a962740492614b5f1f09e690ef8dd0b2874 (diff) | |
| parent | 4170cd7bd55232de0a66880351421b054a97849b (diff) | |
Merged in hotfix/revisi-due-extension (pull request #53)
Hotfix/revisi due extension
Diffstat (limited to 'indoteknik_custom/views')
| -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..a1d3eaaa 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> + <field name="due_id"/> + <field name="due_description"/> + <field name="due_day_extension"/> + <field name="due_approval_status"/> + </tree> + </field> + </page> + </notebook> </field> </record> |
