diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-05 07:27:44 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-05 07:27:44 +0700 |
| commit | cae2e6978066469505167da9469519ea2de14cab (patch) | |
| tree | 118eb7a8046c084c7475cc5a24a402b47e3adeab | |
| parent | 666232252b4f5c5626bb5f276f645d4989495fa1 (diff) | |
<miqdad> oke
| -rw-r--r-- | indoteknik_custom/models/sj_tele.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sj_tele.py b/indoteknik_custom/models/sj_tele.py index 50e47e78..9559a541 100644 --- a/indoteknik_custom/models/sj_tele.py +++ b/indoteknik_custom/models/sj_tele.py @@ -13,6 +13,7 @@ class SjTele(models.Model): picking_id = fields.Many2one('stock.picking', string='Picking') sale_id = fields.Many2one('sale.order', string='Sales Order') picking_name = fields.Char(string='Picking Name') + sale_name = fields.Char(string='Sale Name') create_date = fields.Datetime(string='Create Date') def woi(self): |
