diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-04-04 11:44:18 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-04-04 11:44:18 +0700 |
| commit | 93d3e12ca152803a7d9909be1a76b549607dfbd5 (patch) | |
| tree | db1b4a0d2aa2a4623ff7edbd87bc7cc3ae9f00d9 /indoteknik_custom/views | |
| parent | ce3283f0ee32d9ed37d6b61c7461667d1104011c (diff) | |
cek due invoice for confirm sale order
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 203b2d13..a1120137 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -33,6 +33,7 @@ </field> <field name="source_id" position="after"> <field name="date_doc_kirim" readonly="1"/> + <field name="notification" readonly="1"/> </field> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='price_unit']" position="attributes"> <attribute name="attrs"> |
