diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-06 10:44:49 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-06 10:44:49 +0700 |
| commit | 12b015dc599f3a3876b10171bcec95e8aba7683c (patch) | |
| tree | c4f6b9b3510dca21a72d9454f7fcd4335347d5f9 /indoteknik_custom/views/account_move.xml | |
| parent | 7f9971a4c838b84fb1223845ccdb8256eb08b72d (diff) | |
| parent | c6c1e26d35327b61a88b247ef94cfff9257b492a (diff) | |
Merge branch 'production' into change/feature/pricelist
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 11558bf4..c45dab25 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -13,6 +13,12 @@ <field name="invoice_date" position="after"> <field name="payment_schedule" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/> </field> + <field name="efaktur_document" position="before"> + <field name="no_faktur_pajak" readonly="1"/> + </field> + <field name="efaktur_document" position="attributes"> + <attribute name="widget">pdf_viewer</attribute> + </field> <field name="invoice_user_id" position="after"> <field name="date_kirim_tukar_faktur"/> <field name="shipper_faktur_id"/> |
