diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-14 10:05:08 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-14 10:05:08 +0700 |
| commit | 9365e1bb72a34eb17cbb25536d9e2dbb843e7fe8 (patch) | |
| tree | 116638f4118cc3e5ed095be899f5af1206659c5f /indoteknik_custom/models/stock_picking.py | |
| parent | 769d986194421f04b1ac06309d9a8cb64bcc6144 (diff) | |
note so line on stock picking
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 50e9304b..ee1dd68c 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -112,6 +112,7 @@ class StockPicking(models.Model): ('done', 'Done'), ('cancel', 'Cancelled'), ], string='Status Reserve', readonly=True, tracking=True, help="The current state of the stock picking.") + notee = fields.Text(string="Note") def action_send_to_biteship(self): url = "https://api.biteship.com/v1/orders" |
