From 9cbebbb5510aabaaa48de228ca0b70f23e663ea3 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 3 Nov 2022 20:10:51 +0100 Subject: [PATCH] [FIX] contract: Switch string > title in buttons In v14, the `string` attribute of the buttons is shown directly in UI. The tooltips are now put through `title` attribute. As that was the original intention, let's switch `string` to `title`. --- contract/views/contract_line.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contract/views/contract_line.xml b/contract/views/contract_line.xml index 142102bec..4f762c9a2 100644 --- a/contract/views/contract_line.xml +++ b/contract/views/contract_line.xml @@ -135,28 +135,28 @@