diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-27 09:54:01 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-27 09:54:01 +0700 |
| commit | 3e08828c8e0238478a9b2575aa0705ab89124050 (patch) | |
| tree | 441834e5b1b19dda0b58d2d67936686aa3771cf8 /indoteknik_custom/models/stock_picking.py | |
| parent | 687e462aaf3112d3b8a7dcecfc8c50582c531798 (diff) | |
| parent | 523491c16ccac66b2464654bdd1969b444459466 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
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 065b1484..ab366fd6 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -459,6 +459,7 @@ class StockPicking(models.Model): ('urgent', 'Urgent Delivery'), ], string='Reason Change Date Planned', tracking=True) delivery_date = fields.Datetime(string='Delivery Date', copy=False) + number_soo = fields.Char(string='Number SOO Altama') def _get_kgx_awb_number(self): """Menggabungkan name dan origin untuk membuat AWB Number""" |
