summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-11-10 08:10:55 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-11-10 08:10:55 +0700
commit29b3416825679a0f8885a06df849a353b05cbfb1 (patch)
treeae50afa57ea6261a1a2cbaaf4c3464b08b79a89d
parenta98d7f339c2bb15974f941b450cbaeb0de64283e (diff)
add brand while generate rebate commision
-rw-r--r--indoteknik_custom/models/commision.py2
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'),