From b12ac35b65a1e57d9ec77b612c590fbcb861e0b9 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:15:39 +0000 Subject: [PATCH] Tower: upload cetmix_tower_server 16.0.3.0.1 (via marketplace) --- .../data/ir_actions_server.xml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 addons/cetmix_tower_server/data/ir_actions_server.xml diff --git a/addons/cetmix_tower_server/data/ir_actions_server.xml b/addons/cetmix_tower_server/data/ir_actions_server.xml new file mode 100644 index 0000000..94b0c38 --- /dev/null +++ b/addons/cetmix_tower_server/data/ir_actions_server.xml @@ -0,0 +1,39 @@ + + + + + Command + ir.actions.server + + + 10 + code + action = records.action_run_command() + + + + + Flight Plan + ir.actions.server + + + 12 + code + action = records.action_run_flight_plan() + + + + + Stop Flight Plan + ir.actions.server + + + 14 + code + action = records.action_stop() + + +