diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-11-10 08:10:55 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-11-10 08:10:55 +0700 |
| commit | 29b3416825679a0f8885a06df849a353b05cbfb1 (patch) | |
| tree | ae50afa57ea6261a1a2cbaaf4c3464b08b79a89d | |
| parent | a98d7f339c2bb15974f941b450cbaeb0de64283e (diff) | |
add brand while generate rebate commision
| -rw-r--r-- | indoteknik_custom/models/commision.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/commision.py b/indoteknik_custom/models/commision.py index f9edf2ad..d4942a0d 100644 --- a/indoteknik_custom/models/commision.py +++ b/indoteknik_custom/models/commision.py @@ -203,7 +203,7 @@ class CustomerCommision(models.Model): partners.append(self.partner_id) for partner in partners: - brand = [10, 89, 122] + brand = [92, 10, 89, 12, 324, 11] where = [ ('move_id.move_type', '=', 'out_invoice'), ('move_id.state', '=', 'posted'), |
