diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-10 09:18:51 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-10 09:18:51 +0700 |
| commit | 4cfda3f1511ba1e6f8226652cf1ff64a48efef92 (patch) | |
| tree | 597676d8473cf0150a4ef0531bb94c3ebf8b5ffc | |
| parent | e1edb44855ed2549f6f5a35773c5fdb81de9c0b4 (diff) | |
uncomment function check_product_bom on so
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 |
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: |
