This commit is contained in:
2026-03-16 18:38:15 +01:00
parent 185f26f31b
commit 5bbd68448a

View File

@@ -1224,6 +1224,7 @@ class Line(sequence_ordered(), ModelSQL, ModelView):
If(Eval('type') != 'line',
('id', '=', None),
()),
('type','=','goods')
],
states={
'invisible': Eval('type') != 'line',