Skip to content
Snippets Groups Projects
  1. Feb 19, 2025
    • Vincent Hatakeyama's avatar
      :sparkles: support for datatype in newer sync schemas · 0a3fa9ad94af
      Vincent Hatakeyama authored
      In Model converter, also validate messages in ``message_to_odoo``.
      
      Model converter argument changed, `__type__` is now the last argument and is optional. It is expected not to be used
      anymore.
      Added possible_datatypes property and odoo_datatype on Converter. Defaults to empty set and None.
      On Model, it can be set.
      
      Replace generic exceptions.
      18.0.4.0.0
      0a3fa9ad94af
  2. Feb 13, 2025
  3. Dec 05, 2024
  4. Nov 21, 2024
  5. Jul 25, 2024
  6. Jan 30, 2024
  7. Jan 31, 2023
  8. Jan 25, 2023
  9. Aug 19, 2022
    • Vincent Hatakeyama's avatar
      :ambulance: several fixes · b9202f7d5dc1
      Vincent Hatakeyama authored
      Fix issue with Switch and the use of Skip as a converter, also make switch send Skip when nothing matches its rules.
      
      Fix issue with RelationToMany that always convert to Skip when send_empty is False.
      
      Fix issue with chaining relation converter with empty values.
      13.0.3.0.2
      b9202f7d5dc1
  10. Jul 07, 2022
  11. Jul 04, 2022
    • Vincent Hatakeyama's avatar
      :hammer: improvements: · 5db7fccd06c7
      Vincent Hatakeyama authored
      Change get__type__ to return a set of values.
      It is defined at the Converter level despite only returning a value for a small number of Converters but it simplifies the code using it to do so that way.
      
      Validation and validator can be set on converters after initialization. Only some converter makes use of those values.
      This makes the message_to_odoo_validate method unnecessary, that’s why it has been removed.
      13.0.3.0.0
      5db7fccd06c7
  12. Jun 16, 2022
  13. Jun 15, 2022
  14. Oct 21, 2021
Loading