Merge pull request #1502 from expsa/cannot_delete_in_history

Cannot delete from history module
This commit is contained in:
enagahh 2024-10-10 13:13:26 +03:00 committed by GitHub
commit 3892ecee4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<field name="name">ir.module.history.view.tree</field>
<field name="model">ir.module.history</field>
<field name="arch" type="xml">
<tree create="0" edit="0" default_order="create_date desc" decoration-danger="type=='uninstall'">
<tree create="0" edit="0" default_order="create_date desc" decoration-danger="type=='uninstall'" delete="0">
<field name="create_date" string="Time"/>
<field name="module_name"/>
<field name="type"/>