summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-07-04 14:44:58 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-07-04 14:44:58 +0700
commit6eaf93b898640ffa752f9addf109a293aa7ad776 (patch)
tree4e71560251e3a58598b0e9686a9823bc8f304491 /indoteknik_custom/views
parent917bc54da1bdcbbac36e20aa483e8fd0bac39e4f (diff)
api sla product altama
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/product_sla.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/indoteknik_custom/views/product_sla.xml b/indoteknik_custom/views/product_sla.xml
index 2cc29d7c..f91cf97c 100644
--- a/indoteknik_custom/views/product_sla.xml
+++ b/indoteknik_custom/views/product_sla.xml
@@ -17,19 +17,13 @@
<field name="model">product.sla</field>
<field name="arch" type="xml">
<form>
- <header>
- <button name="generate_product_variant_id_sla"
- string="Generate Product Sla"
- type="object"
- class="mr-2 oe_highlight">
- </button>
- </header>
<sheet string="Product Sla">
<group>
<group>
<field name="product_variant_id"/>
<field name="avg_leadtime"/>
<field name="sla"/>
+ <field name="version"/>
</group>
</group>
</sheet>