From 6ae87797b76f03e2742b19c2c2818c43def7b288 Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Mon, 17 Jul 2023 09:54:16 -0400 Subject: [PATCH] [REL] bemade_fsm 15.0.0.3 \# New Features - #67 - Add the ability to specify visit information on service SOs - #55 - Technician marking a task done no longer moves it to a "delivered" state. - #51 - Configure FSM project stages via the module data - #54 - Add SO number, customer name and SO line name to the calendar view - #50 - Add equipment field to task templates \# Bug Fixes - #5 - Marking subtasks done tried to create a new SO and confirm it. This no longer tries to create a new SO. - #53 - Site contacts not being auto-filled on sales order after selecting the right delivery address. Now made automatic as intended. --- bemade_fsm/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemade_fsm/__manifest__.py b/bemade_fsm/__manifest__.py index 2882be1..4a9ff46 100644 --- a/bemade_fsm/__manifest__.py +++ b/bemade_fsm/__manifest__.py @@ -20,7 +20,7 @@ ######################################################################################## { 'name': 'Improved Field Service Management', - 'version': '15.0.0.2.0', + 'version': '15.0.0.3.0', 'summary': 'Adds functionality necessary for managing field service operations at Durpro.', 'description': 'Adds functionality necessary for managing field service operations at Durpro.', 'category': 'Services/Field Service',