diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-15 14:04:47 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-15 14:04:47 +0700 |
| commit | b133092eb4d27174f774d96f0a090670ad694d19 (patch) | |
| tree | 106326a271941ceded00967784a13352012d95cf /indoteknik_custom/models/tukar_guling.py | |
| parent | a19a78db2e3ff278ef56007629f3d9f5e9c89110 (diff) | |
| parent | 8dd70f877c68abb3f0331e18f4652acb11e1bf84 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into pum-v2
Diffstat (limited to 'indoteknik_custom/models/tukar_guling.py')
| -rw-r--r-- | indoteknik_custom/models/tukar_guling.py | 4 |
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 = {} |
