- Apr 25, 2023
-
-
Etienne Ferriere authored
argument, optional and not compulsory, as in Odoo 11. Moreover, when the Many2one is empty and a value has to be returned, the converter tries to return the class of the Many2one model. The converter must be able to automatically identify the model name from the Many2one definition, without requiring the model name to be given in arguments.
-
- Mar 13, 2023
-
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Feb 17, 2023
-
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
-
- Feb 16, 2023
-
-
Houzefa Abbasbhay authored
-
- Feb 17, 2023
-
-
Houzefa Abbasbhay authored
Used by other modules; these exports got removed when I replaced an ``import *`` earlier.
-
- Feb 16, 2023
-
-
Houzefa Abbasbhay authored
-
- Jan 31, 2023
-
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
In the process: * Update based on latest xcg/templates/odoo_module. * Fix existing MailTemplate converter (found by these new tests).
-
- Jan 25, 2023
-
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
-
- Oct 27, 2021
-
-
Houzefa Abbasbhay authored
-
- Aug 19, 2022
-
-
Vincent Hatakeyama authored
-
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.
-
- Aug 02, 2022
-
-
Vincent Hatakeyama authored
update to use latest template, using | instead of Union as allowed by python 3.10 as it is more readable
-
- Jul 07, 2022
-
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Jul 04, 2022
-
-
Vincent Hatakeyama authored
-
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 28, 2022
-
-
Vincent Hatakeyama authored
-
- Jun 20, 2022
-
-
Vincent Hatakeyama authored
-
- Jun 17, 2022
-
-
Vincent Hatakeyama authored
Include badges in readme, and update status to beta as this module is not in production yet in his 15.0 version
-
- Jun 16, 2022
-
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
avoid legacy converters in tests, add warnings on deprecation, include the functionnality of FirstKeyField in KeyField
-
- Jun 15, 2022
-
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Oct 21, 2021
-
-
Florent Aide authored
-
- Sep 15, 2021
-
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
See ``tests/test_relation.py > test_many2one_to_odoo`` for a test case. ``get_instance`` functions can now return a ``Newinstance`` record (record being created).
-
- Jul 06, 2021
-
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Jul 02, 2021
-
-
Vincent Hatakeyama authored
-