summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-04-10 09:18:51 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-04-10 09:18:51 +0700
commit4cfda3f1511ba1e6f8226652cf1ff64a48efef92 (patch)
tree597676d8473cf0150a4ef0531bb94c3ebf8b5ffc
parente1edb44855ed2549f6f5a35773c5fdb81de9c0b4 (diff)
uncomment function check_product_bom on so
-rwxr-xr-xindoteknik_custom/models/sale_order.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index 8d156943..8d9af692 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -1257,7 +1257,7 @@ class SaleOrder(models.Model):
def action_confirm(self):
for order in self:
- # order.check_product_bom()
+ order.check_product_bom()
order.check_credit_limit()
order.check_limit_so_to_invoice()
if self.validate_different_vendor() and not self.vendor_approval: