field-service icon indicating copy to clipboard operation
field-service copied to clipboard

[17.0] [FIX] fieldservice_recurring: order creation vals

Open brian10048 opened this issue 2 months ago • 2 comments

This change prevents calling fsm_order._onchange_template_id() right after creating a new fsm_order from the fsm_recurring

Previously, the scheduled_duration and team_id fields were set to the order template value in the onchange method, which changes the value initially returned by the fsm_recurring._prepare_order_values() method.

brian10048 avatar Oct 10 '25 15:10 brian10048

Hi @wolfhall, @max3903, some modules you are maintaining are being modified, check this out!

OCA-git-bot avatar Oct 10 '25 15:10 OCA-git-bot

@ivantodorovich I updated this one with some tests

brian10048 avatar Nov 04 '25 17:11 brian10048