summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-10-03 12:44:54 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-10-03 12:44:54 +0700
commit091038b12f8e1cf9b0668110405c385e90a97ad7 (patch)
treee4bb9ef3f7bd30017627c5ba794b1bae3bed64d1 /indoteknik_custom/views
parent9fe4b646f1b1cda3d704a66dfbca3e935e38d96b (diff)
nomor faktur pajak di invoice
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/account_move.xml6
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"/>