- Feb 19, 2025
-
-
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.
-
- Nov 21, 2024
-
-
Vincent Hatakeyama authored
-
- Oct 03, 2024
-
-
Axel Prel authored
to facilitate expression error handling
-
- Jul 25, 2024
-
- Jan 30, 2024
-
-
Vincent Hatakeyama authored
📚 Use ©
-
- Jan 25, 2023
-
- Jul 04, 2022
-
-
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.
-
- Jun 15, 2022
-
-
Vincent Hatakeyama authored
-
- Jul 02, 2021
-
-
Vincent Hatakeyama authored
-
- Jun 15, 2021
-
-
Vincent Hatakeyama authored
📝 Add tests, correct code so test passes. Fix issues with some converter.
-