mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_import_match: Migration to 14.0
This commit is contained in:
committed by
anjeel.haria
parent
9ed2c852df
commit
d97c976985
@@ -35,6 +35,7 @@ class Base(models.AbstractModel):
|
||||
if xmlid:
|
||||
# Skip rows with ID, they do not need all this
|
||||
row["id"] = xmlid
|
||||
newdata.append(tuple(row[f] for f in clean_fields))
|
||||
continue
|
||||
elif dbid:
|
||||
# Find the xmlid for this dbid
|
||||
|
||||
Reference in New Issue
Block a user