main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 7ae54f9977 - Show all commits

View File

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