Tuan Tran

Results 4 comments of Tuan Tran

> Planned upcoming improvements: > > * Add the action "Deliver" (already existing on the form view) on the kanban view (in the 3 dots) > * If "Auto Deliver",...

> @tuantrantg little ping, could you take care of this pr ? I'm a little busy right now, so I'll come back soon to take care of this

hi @jbaudoux could you please clarify these points: > where you define shipment_advice_to_print_ids as last(rec.shipment_advice_ids.filtered(state == done)) --> `last(rec.shipment_advice_ids.filtered(state == done))`: you mean the last done record in `shipment_advice_ids`, don't...

> Implement `is_action_print_shipment_allowed` as this: > > * In stock_release_channel: If state == "locked" and shipment_advice_to_print_ids > > * where you define `shipment_advice_to_print_ids` as `last(rec.shipment_advice_ids.filtered(state == done))` > * In...