From 97f78a2cd8e4531ca7768cd99ae57fe20b3ca545 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Tue, 25 Jul 2023 21:51:33 +0200 Subject: [PATCH] merge... --- line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/line.py b/line.py index 5d34279..5ae3752 100644 --- a/line.py +++ b/line.py @@ -197,7 +197,7 @@ class Line(SecondCurrencyMixin, MemCacheIndexMx, Workflow, ModelSQL, ModelView): state = fields.Selection( string='State', required=True, readonly=True, - select=True, selection=sel_linetype) + select=True, selection=sel_linestate) state_string = state.translated('state') state_cashbook = fields.Function(fields.Selection( string='State of Cashbook',