main #7

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

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