connector-interfaces icon indicating copy to clipboard operation
connector-interfaces copied to clipboard

Odoo Generic Connector for ODBC, .CSV,...

Results 31 connector-interfaces issues
Sort by recently updated
recently updated
newest added

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,

help wanted
needs review
stale

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,

help wanted
stale

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...

help wanted
work in progress
no stale

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...

bug

# 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

help wanted
work in progress
no stale

# 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...

help wanted
work in progress
no stale

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...