Skip to content
Snippets Groups Projects
NEWS.rst 1.29 KiB
Newer Older
Changelog
=========
Houzefa Abbasbhay's avatar
Houzefa Abbasbhay committed
16.0.1.0.0
----------

* Migrate to Odoo 16.0.

15.0.3.1.0
----------

(port from 13.0.3.1.0)
~~~~~~~~~~~~~~~~~~~~~~
* Code formatting, add license / docs / badges.

(port from 13.0.3.1.0 / 11.0.1.2.0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* MailTemplate converter: Allow multiple records.
* 15.0: In the process, also fix existing MailTemplate converter (found by these new tests).
(port from 13.0.3.0.2)
~~~~~~~~~~~~~~~~~~~~~~
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed

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.

15.0.3.0.0
----------

Update to use python 3.10 idioms.
forward port of 13.0.3.0.0
~~~~~~~~~~~~~~~~~~~~~~~~~~
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed

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.

15.0.1.0.0
----------
Migration to Odoo 15.0