Add 'status' field to shipment table

- Is not yet implemented in the db model
This commit is contained in:
Oliver 2021-10-27 01:05:10 +11:00
parent 2eb93b5a49
commit 96be11edd4

View File

@ -1220,6 +1220,10 @@ function loadSalesOrderShipmentTable(table, options={}) {
title: '{% trans "Reference" %}', title: '{% trans "Reference" %}',
switchable: false, switchable: false,
}, },
{
field: 'status',
title: '{% trans "Status" %}',
},
{ {
field: 'shipment_date', field: 'shipment_date',
title: '{% trans "Shipment Date" %}', title: '{% trans "Shipment Date" %}',