diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-05-28 15:53:10 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-05-28 15:53:10 +0700 |
| commit | 1070848a08b116ba21fde65df10a6550b2c87ca6 (patch) | |
| tree | 9594e2249be5f654fc7f7af6eae2f35acd7c82e2 | |
| parent | ea3d8ab967d6f02c81b92115f2c82a2a17dae99d (diff) | |
| parent | 6ba78f5aa9ca77092ca0195e4868857998fcdda7 (diff) | |
Merge branch 'odoo-backup' of bitbucket.org:altafixco/indoteknik-addons into odoo-backup
| -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 ea52450e..e83ab13f 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} {self.origin}" def _download_pod_photo(self, url): """Mengunduh foto POD dari URL""" |
