From 0fb98104b4edc88e312678381f02773efc318131 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Wed, 7 Jun 2023 17:53:47 +0200 Subject: [PATCH] [update] field string --- views/account_invoice_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/account_invoice_views.xml b/views/account_invoice_views.xml index 59996ff..036b2d0 100644 --- a/views/account_invoice_views.xml +++ b/views/account_invoice_views.xml @@ -91,7 +91,7 @@ <xpath expr="//filter[@name='late']" position="after"> <separator /> <filter - string="Clients douteur" + string="Clients douteux" name="is_suspicious" domain="[('suspicious_client', '=', True)]" /> -- GitLab