diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-18 13:31:55 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-18 13:31:55 +0700 |
| commit | 89c04f6748c4794018b34004472f08e3f41c8e43 (patch) | |
| tree | 861d908d57ef5a9765a652bf27e6de24d67c0683 /indoteknik_custom/views/account_move.xml | |
| parent | be96aa583d6d68404a19350aae464a05a3f6efd4 (diff) | |
add new fields on account move bills
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -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 a1d3eaaa..0fd6b5b5 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -10,6 +10,9 @@ <button name="indoteknik_custom.action_view_invoice_reklas" string="Reklas" type="action" class="btn-primary" attrs="{'invisible': [('state', '!=', 'posted')]}"/> </button> + <field name="invoice_date" position="after"> + <field name="payment_schedule" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/> + </field> <field name="invoice_user_id" position="after"> <field name="date_kirim_tukar_faktur"/> <field name="shipper_faktur_id"/> |
