diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-15 15:14:59 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-15 15:14:59 +0700 |
| commit | e016af1d1ab8df064cbb852965173ab2d53093dd (patch) | |
| tree | ce78679bec52cc2bee7da9b9aefec6436e223f87 /indoteknik_custom/views | |
| parent | 28a268fde404c68706b903d4492f847310cc074e (diff) | |
fix bug automatic purchase and add already_paid on account move
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 3ad51b70..f505ef9d 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -51,6 +51,9 @@ <field name="due_extension"/> <field name="counter"/> </field> + <field name="to_check" position="after"> + <field name="already_paid"/> + </field> <notebook position="inside"> <page string="Due Extension" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"> <field name="due_line"> |
