diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-25 16:04:03 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-25 16:04:03 +0700 |
| commit | bf84a6df71756afdd4b8846b8bba8fea4d243dee (patch) | |
| tree | d0f012c18e1aa8282b9facdb793d95bb3d7abea4 /indoteknik_custom/views | |
| parent | ab11e1060a839b5cbd13b56e98fa291cc6a74e38 (diff) | |
add field date_upload_efaktur on invoices
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 677a1d99..a7d339ce 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -25,6 +25,7 @@ </field> <field name="efaktur_document" position="before"> <field name="no_faktur_pajak" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/> + <field name="date_efaktur_upload"/> </field> <field name="efaktur_document" position="attributes"> <attribute name="widget">pdf_viewer</attribute> |
