Skip to content
Snippets Groups Projects
  • Vincent Hatakeyama's avatar
    0a3fa9ad
    support for datatype in newer sync schemas · 0a3fa9ad
    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.
    0a3fa9ad
    History
    support for datatype in newer sync schemas
    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.