refactor: remove last_scanned_warehouse field from python

This commit is contained in:
Karm Soni
2025-08-14 12:01:45 +05:30
parent 227fadc541
commit 58322c271b
10 changed files with 0 additions and 10 deletions

View File

@@ -74,7 +74,6 @@ class Quotation(SellingController):
incoterm: DF.Link | None
items: DF.Table[QuotationItem]
language: DF.Link | None
last_scanned_warehouse: DF.Link | None
letter_head: DF.Link | None
lost_reasons: DF.TableMultiSelect[QuotationLostReasonDetail]
named_place: DF.Data | None

View File

@@ -122,7 +122,6 @@ class SalesOrder(SellingController):
is_internal_customer: DF.Check
items: DF.Table[SalesOrderItem]
language: DF.Link | None
last_scanned_warehouse: DF.Link | None
letter_head: DF.Link | None
loyalty_amount: DF.Currency
loyalty_points: DF.Int