[MIG] base_import_match: Migration to 15.0

This commit is contained in:
Augusto Weiss
2022-05-05 09:47:21 -03:00
committed by anjeel.haria
parent 883110ad91
commit 8efe66fe1a
12 changed files with 27 additions and 20 deletions

View File

@@ -44,7 +44,7 @@
<field name="name">Import match tree view</field>
<field name="model">base_import.match</field>
<field name="arch" type="xml">
<tree string="Import Match">
<tree>
<field name="name" />
<field name="sequence" invisible="True" />
</tree>