connector-interfaces
connector-interfaces copied to clipboard
Odoo Generic Connector for ODBC, .CSV,...
Dear maintainer, After updating the dotfiles, `pre-commit run -a` fails in a manner that cannot be resolved automatically. Can you please have a look, fix and merge? Thanks,
Dear maintainer, After updating the dotfiles, `pre-commit run -a` fails in a manner that cannot be resolved automatically. Can you please have a look, fix and merge? Thanks,
fwd porting these too #110 #116 #118 #119
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0 # Modules to migrate - [x] connector_importer - By @simahawk - #106 - [x] connector_importer_product - By @simahawk - #129 - [ ] connector_importer_source_sftp Missing module? Check...
The importer and the record handler loads specific contexts for create and write, but they are attached only to the current record and not to the ctx of the env...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 # Modules to migrate - [x] connector_importer - By @rrebollo - #156 - [ ] connector_importer_product Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0 # Modules to migrate - [x] connector_importer - [ ] connector_importer_demo - [ ] connector_importer_product - By @simahawk - #94 - [ ] connector_importer_source_sftp Missing module? Check...
the nested structure passed via job is not converted correctly to DotDict structure
When `skip_fields_unchanged` is set for the record handler, the behaviour comparing existing with new values raises an error because `read` returns a list and another one, that `id` is not...