diff options
Diffstat (limited to 'indoteknik_custom/models/ged.py')
| -rw-r--r-- | indoteknik_custom/models/ged.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/ged.py b/indoteknik_custom/models/ged.py index b63caf86..10409130 100644 --- a/indoteknik_custom/models/ged.py +++ b/indoteknik_custom/models/ged.py @@ -233,6 +233,8 @@ class GedApi(models.Model): class DunningRunGed(models.Model): _inherit = 'dunning.run' + last_status_awb = fields.Char(string='Last Status AWB') + def _get_tracking_history(self, test_awb_number): if test_awb_number: query = [ |
