From 777380f7346afc91189502c7f7943ce4b7b2e7f1 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 20 May 2024 16:36:23 +0700 Subject: revert column in dunning run related with ged --- indoteknik_custom/models/ged.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/models/ged.py') 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 = [ -- cgit v1.2.3