summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/promotion/promotion_program.py
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-09-25 14:50:43 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-09-25 14:50:43 +0700
commit50b5bd7bd984ef108e8bd324440050a222d8262f (patch)
treefbd5f818fa3fbe716c41c73def6b104e8d124c36 /indoteknik_custom/models/promotion/promotion_program.py
parentdae4a3bf266ba4c19b1ba1d11c52ed9e19259b7c (diff)
Fix promotion program feature
Diffstat (limited to 'indoteknik_custom/models/promotion/promotion_program.py')
-rw-r--r--indoteknik_custom/models/promotion/promotion_program.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/promotion/promotion_program.py b/indoteknik_custom/models/promotion/promotion_program.py
index 90220509..29aaa753 100644
--- a/indoteknik_custom/models/promotion/promotion_program.py
+++ b/indoteknik_custom/models/promotion/promotion_program.py
@@ -16,3 +16,4 @@ class PromotionProgram(models.Model):
("login_user", "Login User")
])
program_line = fields.One2many('promotion.program.line', 'program_id', 'Program line')
+ keyword_ids = fields.One2many('promotion.keyword', 'promotion_id', 'Keywords')