From 2f7e800d01fc0e177e8ded44c4de9117260b2133 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 439da7da9..40cd43ebf 100644 --- a/contract/views/contract_line.xml +++ b/contract/views/contract_line.xml @@ -135,28 +135,28 @@