summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-01-29 14:26:39 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-01-29 14:26:39 +0700
commit3877bf37dae2db272b869f829ed52ef77689cc5d (patch)
tree46523b9c4306b5457924420f53e832da1c296224 /indoteknik_custom/models/stock_picking.py
parent4a35b0d5432ed38395fa8f8cb6ebcfb5e0887f28 (diff)
parentd62a28e8760c86e2c0a6cb7469f626d9447272be (diff)
Merge branch 'production' of https://bitbucket.org/altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 8ff782ba..33946f86 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -81,7 +81,7 @@ class StockPicking(models.Model):
status_printed = fields.Selection([
('not_printed', 'Belum Print'),
('printed', 'Printed')
- ], string='Printed SJ?', copy=False)
+ ], string='Printed?', copy=False)
date_unreserve = fields.Datetime(string="Date Unreserved", copy=False, tracking=True)
date_availability = fields.Datetime(string="Date Availability", copy=False, tracking=True)