diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-10 09:07:24 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-10 09:07:24 +0700 |
| commit | e1edb44855ed2549f6f5a35773c5fdb81de9c0b4 (patch) | |
| tree | 0cbf1ba3eff472af6ca9fbbbbe5d23c35d2dcbe3 | |
| parent | b9a81c1a9b495571a5cb30993a31eda7c5ab871f (diff) | |
comment function check_product_bom on action confirm 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 8d9af692..8d156943 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: |
