You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
481 B

  1. * Yes of course this duplicates a lot of connector functionality. Rewrite this with the connector framework, probably collaborate with https://github.com/OCA/connector-odoo2odoo
  2. * Do something with workflows
  3. * Support reference fields, while being at it refactor _run_import_map_values to call a function per field type
  4. * Probably it's safer and faster to disable recomputation during import, and recompute all fields afterwards
  5. * Add duplicate handling strategy 'Overwrite older'