diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-23 02:30:51 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-23 02:30:51 +0000 |
| commit | 6aa301a106b822234af2812c9633f5b907ad2c53 (patch) | |
| tree | ff62225d7d409a2dc7c62f12a3be8944d4247649 /indoteknik_custom/models/purchase_order.py | |
| parent | 77abcebaa3c7532107c4dd3ba3854b25a3dc03e3 (diff) | |
| parent | c369d67e08b50350705011e01b3f5ec78dcb7d11 (diff) | |
Merged in development (pull request #1)
Development
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order.py | 1 |
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 |
