diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-08 10:21:35 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-08 10:21:35 +0700 |
| commit | 57459d69112cd0217bd72d8cb47dd9b138b62760 (patch) | |
| tree | 8d2949a44b8fb4e346ecc264c3be34d9f3c2fd99 /indoteknik_custom/models | |
| parent | be39266e634e750c553fe004a067dd1b8024dfc4 (diff) | |
printed_sj
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index daa05c14..2dd69e01 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -87,6 +87,7 @@ class StockPicking(models.Model): date_unreserve = fields.Datetime(string="Date Unreserved", copy=False, tracking=True) date_availability = fields.Datetime(string="Date Availability", copy=False, tracking=True) sale_order = fields.Char(string='Matches SO', copy=False) + printed_sj = fields.Boolean('Printed Surat Jalan', help='flag which is internal use or not') @api.onchange('carrier_id') def constrains_carrier_id(self): |
