diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-07 16:20:25 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-07 16:20:25 +0700 |
| commit | 1c4b54d71765f6ddd5f562c48ea59295af380218 (patch) | |
| tree | 64d6573779e48457510ee17e43249eab36e3582b | |
| parent | 8c8cc93b60dfef60342ccd47b440f702bc18c754 (diff) | |
| parent | 34c21a73b535e8c543deb281d2bf587bfd79afb5 (diff) | |
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into odoo-backup
| -rw-r--r-- | indoteknik_custom/models/automatic_purchase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/automatic_purchase.py b/indoteknik_custom/models/automatic_purchase.py index ddb4a973..b66121e1 100644 --- a/indoteknik_custom/models/automatic_purchase.py +++ b/indoteknik_custom/models/automatic_purchase.py @@ -709,7 +709,7 @@ class SaleNotInMatchPO(models.Model): where apsm.sale_line_id not in ( select distinct coalesce(posm.sale_line_id,0) from purchase_order_sales_match posm - left join purchase_order po on po.id = posm.purchase_order_id + join purchase_order po on po.id = posm.purchase_order_id where po.state not in ('cancel') ) ) |
