diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-04 14:44:58 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-04 14:44:58 +0700 |
| commit | 6eaf93b898640ffa752f9addf109a293aa7ad776 (patch) | |
| tree | 4e71560251e3a58598b0e9686a9823bc8f304491 /indoteknik_custom/models/product_template.py | |
| parent | 917bc54da1bdcbbac36e20aa483e8fd0bac39e4f (diff) | |
api sla product altama
Diffstat (limited to 'indoteknik_custom/models/product_template.py')
| -rwxr-xr-x | indoteknik_custom/models/product_template.py | 1 |
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: |
