Skip to content

Commit

Permalink
[IMP] cleaning_database_operations: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane authored and Berezi committed Nov 19, 2024
1 parent 25af2c2 commit 305842b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cleaning_database_operations/views/cleaning_database_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,7 @@
colspan="4"
required="1"
>
<tree
string="Companies"
delete="0"
create="0"
editable="top"
>
<tree delete="0" create="0" editable="top">
<field name="name" readonly="1" />
</tree>
</field>
Expand All @@ -136,7 +131,7 @@
<field name="name">cleaning.database.tree.view</field>
<field name="model">cleaning.database</field>
<field name="arch" type="xml">
<tree string="">
<tree>
<field name="name" />
</tree>
</field>
Expand Down

0 comments on commit 305842b

Please sign in to comment.