remove notes field that does not exsist anymore

This commit is contained in:
Matthias Mair 2026-06-04 00:11:46 +02:00
parent 2456101e2c
commit 5d490518b2
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
2 changed files with 0 additions and 2 deletions

View File

@ -2482,7 +2482,6 @@ class SalesOrderShipment(
shipment_date: Date this shipment was "shipped" (or null)
checked_by: User reference field indicating who checked this order
reference: Custom reference text for this shipment (e.g. consignment number?)
notes: Custom notes field for this shipment
"""
@classmethod

View File

@ -1378,7 +1378,6 @@ class SalesOrderShipmentSerializer(
'invoice_number',
'barcode_hash',
'link',
'notes',
# Extra detail fields
'parameters',
'checked_by_detail',