summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/product_sla.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-03-10 08:42:21 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-03-10 08:42:21 +0700
commit5aeeba569652f15a2cc506a4820ec8dcbda74565 (patch)
treef2e9a927bf40f3bcca7737ed3c1bb4b1639a488e /indoteknik_custom/views/product_sla.xml
parentad19154ae49ec5bc1178006344baf104154167bf (diff)
parent3b8b4ec20d523cedf00d0a343ffc244e0a43da58 (diff)
Merge branch 'odoo-backup' into dev/wms
# Conflicts: # indoteknik_custom/models/stock_picking.py # indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/views/product_sla.xml')
-rw-r--r--indoteknik_custom/views/product_sla.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/indoteknik_custom/views/product_sla.xml b/indoteknik_custom/views/product_sla.xml
index 8b0e874b..9179730f 100644
--- a/indoteknik_custom/views/product_sla.xml
+++ b/indoteknik_custom/views/product_sla.xml
@@ -6,7 +6,9 @@
<field name="arch" type="xml">
<tree create="false">
<field name="product_variant_id"/>
- <field name="avg_leadtime"/>
+ <field name="sla_vendor_id" string="Name Vendor"/>
+ <field name="sla_vendor_duration" string="SLA Vendor"/>
+ <field name="sla_logistic_duration_unit" string="SLA Logistic"/>
<field name="sla"/>
</tree>
</field>
@@ -21,7 +23,8 @@
<group>
<group>
<field name="product_variant_id"/>
- <field name="avg_leadtime"/>
+ <field name="sla_logistic"/>
+ <field name="sla_logistic_unit"/>
<field name="sla"/>
<field name="version"/>
</group>