summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/product_template.py
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/models/product_template.py
parent917bc54da1bdcbbac36e20aa483e8fd0bac39e4f (diff)
api sla product altama
Diffstat (limited to 'indoteknik_custom/models/product_template.py')
-rwxr-xr-xindoteknik_custom/models/product_template.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/product_template.py b/indoteknik_custom/models/product_template.py
index 8247cd7e..1a83b702 100755
--- a/indoteknik_custom/models/product_template.py
+++ b/indoteknik_custom/models/product_template.py
@@ -278,6 +278,7 @@ class ProductProduct(models.Model):
material = fields.Char(string='Material')
qty_onhand_bandengan = fields.Float(string='Qty Incoming Bandengan', compute='_get_qty_onhand_bandengan')
qty_incoming_bandengan = fields.Float(string='Qty Incoming Bandengan', compute='_get_qty_incoming_bandengan')
+ sla_version = fields.Integer(string="SLA Version", default=0)
def _get_qty_incoming_bandengan(self):
for product in self: