diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-30 21:29:43 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-30 21:29:43 +0700 |
| commit | 7df14abdd24cfaf92d92f155a51c0111e9425620 (patch) | |
| tree | f7913fe51826219cc6fd4dadaf40ba879b6dda37 /indoteknik_custom/models/stock_picking.py | |
| parent | cbd20e11777185a98813141206a79d044e1f198e (diff) | |
get tracking history of airway bill
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -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 a14e71a3..99c41c02 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -68,6 +68,7 @@ class StockPicking(models.Model): ('hold', 'Hold by Sales'), ('not_paid', 'Customer belum bayar') ], string='Note', help='jika field ini diisi maka tidak akan dihitung ke lead time') + counter_way_bill = fields.Integer(string='Counter Tracking', default=0) def action_create_invoice_from_mr(self): """Create the invoice associated to the PO. |
