diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-14 08:48:45 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-14 08:48:45 +0700 |
| commit | 764db5308084192d38bf346a0e9882d405a90a2e (patch) | |
| tree | 08ca8d087b314736b57b67a1d5aa77a9f2463264 /indoteknik_custom/models/stock_picking.py | |
| parent | d2c05ac97f195e196605d91088d6f76d9312e528 (diff) | |
| parent | cca8698ed6617ff8ef79df0790861a08377c526b (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into tukar_guling
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 9dfc8b78..622c537e 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -288,7 +288,7 @@ class StockPicking(models.Model): self.ensure_one() if not self.name or not self.origin: return False - return f"{self.name} {self.origin}" + return f"{self.name}" def _download_pod_photo(self, url): """Mengunduh foto POD dari URL""" |
