summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-06-20 15:20:05 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-06-20 15:20:05 +0700
commit7b5e3a665220ebdc1f4c680df2202dc4eb12f4e3 (patch)
treeca12a439790acf0191457ac591dd33d6628f5f7b /indoteknik_custom/views
parentaa59f0f8f3edfc0aa1e257b35d5c6e83b8f6978c (diff)
parent45583fb16a83602bea6c02711bfd947f7a402265 (diff)
Merge branch 'release' into receipt-approval
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/requisition.xml2
-rwxr-xr-xindoteknik_custom/views/sale_monitoring_detail.xml2
-rwxr-xr-xindoteknik_custom/views/sale_order.xml1
3 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml
index 29b3a852..9e9440d8 100644
--- a/indoteknik_custom/views/requisition.xml
+++ b/indoteknik_custom/views/requisition.xml
@@ -27,6 +27,8 @@
<field name="tax_id"/>
<field name="subtotal"/>
<field name="source"/>
+ <field name="qty_available_store"/>
+ <field name="suggest"/>
</tree>
</field>
</record>
diff --git a/indoteknik_custom/views/sale_monitoring_detail.xml b/indoteknik_custom/views/sale_monitoring_detail.xml
index 824e65e8..ce5b8e9b 100755
--- a/indoteknik_custom/views/sale_monitoring_detail.xml
+++ b/indoteknik_custom/views/sale_monitoring_detail.xml
@@ -23,6 +23,7 @@
decoration-success="status == 'Siap kirim'"
decoration-info="status == 'Delivered' or status == 'Invoiced'"
/>
+ <field name="note" optional="hide"/>
</tree>
</field>
</record>
@@ -46,6 +47,7 @@
decoration-success="status == 'Siap kirim'"
decoration-info="status == 'Delivered' or status == 'Invoiced'"
/>
+ <field name="note"/>
</group>
<group>
<field name="qty_so"/>
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index b160d9b1..ea84eb00 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -61,6 +61,7 @@
"/>
<field name="purchase_tax_id" attrs="{'readonly': [('parent.approval_status', '!=', False)]}" domain="[('type_tax_use','=','purchase')]"/>
<field name="item_percent_margin"/>
+ <field name="note_procurement" optional="hide"/>
</xpath>
<xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='product_id']" position="before">
<field name="line_no" readonly="1" optional="hide"/>