summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/tukar_guling.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-08-15 09:10:07 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-08-15 09:10:07 +0700
commit9ea33822721c3c548675633effdf679cc1a99b0d (patch)
tree7aac3bbc6712376354c2c05c03e1acb319a8b335 /indoteknik_custom/models/tukar_guling.py
parent7644260c8b660c71aa1f9232cb50acea551798c2 (diff)
parent4e1d5fa01a64bc6daa6c7bf7255caa55ccf53c59 (diff)
<hafid> revisi refund system
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 = {}