shopinvader / pattern-import-export

Module that allows to configure a pattern file for import/export
GNU Affero General Public License v3.0
11 stars 16 forks source link

[14.0][FIX] pattern_import_export: fix odoo native import #131

Open matthieusaison opened 6 months ago

matthieusaison commented 6 months ago

Impossible to import a file with the base import fields due to arg log empty in call of _convert_records with base_import_match.

(See: https://github.com/OCA/server-backend/blob/14.0/base_import_match/models/base.py#L23)