diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-21 09:10:12 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-21 09:10:12 +0700 |
| commit | d235175fba927ce59461978a5c786a018c6be62a (patch) | |
| tree | 183342fc995607cc32c19495f1245f4e3a35cbb0 /indoteknik_custom/models/tukar_guling.py | |
| parent | a6592c9b788fe366fc2780af40175805bab6b75c (diff) | |
| parent | 919af07c186c43f2e9f41c005d2ba16aa5e8596d (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/models/tukar_guling.py')
| -rw-r--r-- | indoteknik_custom/models/tukar_guling.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indoteknik_custom/models/tukar_guling.py b/indoteknik_custom/models/tukar_guling.py index 4b03d4b0..23b9f085 100644 --- a/indoteknik_custom/models/tukar_guling.py +++ b/indoteknik_custom/models/tukar_guling.py @@ -109,9 +109,6 @@ class TukarGuling(models.Model): ('invoice_line_ids.product_id', 'in', product_ids), ] - if rec.partner_id: - domain.append(('partner_id', '=', rec.partner_id.id)) - extra = [] if rec.origin: extra.append(('invoice_origin', 'ilike', rec.origin)) |
