Something went wrong on our end
-
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).
Houzefa Abbasbhay authoredSee ``tests/test_relation.py > test_many2one_to_odoo`` for a test case. ``get_instance`` functions can now return a ``Newinstance`` record (record being created).
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.rst 556 B
History
1.2.1
Fix relation reception, 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).
1.2.0
Add constant converter and a converter to use the translated values of a selection field.
Add tests, correct code so test passes. Fix issues with some converter.
1.1.1
Added CI configuration
1.1
- Field converter modified (to format the value if the field type is datetime)
1.0
Initial version.