This commit is contained in:
Frederik Jaeckel 2023-07-25 21:51:33 +02:00
parent 9ef1468715
commit 97f78a2cd8

View file

@ -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',