Skip to main content

Changelog for the odoo adaptor

@openfn/language-odoo

1.0.5 - 16 April 2025

Patch Changes

1.0.4 - 11 April 2025

Patch Changes

1.0.3 - 14 March 2025

Patch Changes

1.0.2 - 12 March 2025

Patch Changes

  • cde1ead: Add a downloadNewRecord: true option to create to enable downloading of the whole record in the response.

    create('res.partner', { name: 'Kool Keith' }, { downloadNewRecord: true });
    fn(state => {
    const record = state.data; // whole record is here
    return state;
    });

1.0.1 - 24 February 2025

Patch Changes

  • 2f58a71: Default create() options to {} to ensure that the options argument is optional.
  • e26fbd5: Simplified logging across the adaptor without displaying user data
  • 2db9f8d: Update the third argument in read() examples and documentation to explicitly indicate that it accepts an array of strings.

1.0.0 - 18 February 2025

Initial release.