Skip to content
Snippets Groups Projects

Add period_id in aml tree view (cf account_consult MO16-190)

Merged arthur.mayer requested to merge topic/16.0/MO16-190 into branch/16.0
5 files
+ 34
2
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -80,3 +80,9 @@
)
return True
def unlink(self):
periods = self.period_ids
for period in periods:
period.unlink()
return super().unlink()
Loading