summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/tukar_guling.py
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-08-15 10:15:35 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-08-15 10:15:35 +0700
commit62b3f5f6aa6f6b5dfb06387487d2c1756a712778 (patch)
tree5c95622283c25ac33a4af5c0fe56854728ba5e8f /indoteknik_custom/models/tukar_guling.py
parent33d3124e1283778cfb957c7bb75afc6619c4dd7d (diff)
parentdc6903b175f600f01918d3d7575545e76eaef3c4 (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into fix-switch-account
Diffstat (limited to 'indoteknik_custom/models/tukar_guling.py')
-rw-r--r--indoteknik_custom/models/tukar_guling.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/indoteknik_custom/models/tukar_guling.py b/indoteknik_custom/models/tukar_guling.py
index ff641f34..4b03d4b0 100644
--- a/indoteknik_custom/models/tukar_guling.py
+++ b/indoteknik_custom/models/tukar_guling.py
@@ -380,10 +380,6 @@ class TukarGuling(models.Model):
res.message_post(body=_("CCM Created By %s") % self.env.user.name)
return res
- res = super(TukarGuling, self).create(vals)
- res.message_post(body=_("CCM Created By %s") % self.env.user.name)
- return res
-
def copy(self, default=None):
if default is None:
default = {}