Cannot delete from history module

This commit is contained in:
eman 2024-10-10 13:12:38 +03:00
parent d44b608c39
commit 8b0f4dafb8
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"/>