mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
quality_control * Fix wizard set test
* Expand AUTHORS * Fix permissions
This commit is contained in:
committed by
Simone Rubino
parent
31839b7622
commit
36cd4c78dc
@@ -153,7 +153,7 @@ class QcInspection(models.Model):
|
||||
del header['auto_generated'] # don't change auto_generated flag
|
||||
del header['user'] # don't change current user
|
||||
inspection.write(header)
|
||||
self.inspection_lines.unlink()
|
||||
inspection.inspection_lines.unlink()
|
||||
inspection.inspection_lines = inspection._prepare_inspection_lines(
|
||||
trigger_line.test, force_fill=force_fill)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user