summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-08-23 02:30:51 +0000
committerIT Fixcomart <it@fixcomart.co.id>2022-08-23 02:30:51 +0000
commit6aa301a106b822234af2812c9633f5b907ad2c53 (patch)
treeff62225d7d409a2dc7c62f12a3be8944d4247649 /indoteknik_custom/models/purchase_order.py
parent77abcebaa3c7532107c4dd3ba3854b25a3dc03e3 (diff)
parentc369d67e08b50350705011e01b3f5ec78dcb7d11 (diff)
Merged in development (pull request #1)
Development
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
-rwxr-xr-xindoteknik_custom/models/purchase_order.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py
index 2c589d36..cb048182 100755
--- a/indoteknik_custom/models/purchase_order.py
+++ b/indoteknik_custom/models/purchase_order.py
@@ -8,7 +8,6 @@ class PurchaseOrder(models.Model):
procurement_status = fields.Char(string='Procurement Status', compute='get_procurement_status',readonly=True)
def get_procurement_status(self):
-
for purchase_order in self:
product_uom_qty = sum_qty_received = 0