Something went wrong on our end
-
Houzefa Abbasbhay authored
In the process: * Update based on latest xcg/templates/odoo_module. * Fix existing MailTemplate converter (found by these new tests).
Houzefa Abbasbhay authoredIn the process: * Update based on latest xcg/templates/odoo_module. * Fix existing MailTemplate converter (found by these new tests).
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.rst 1.24 KiB
Changelog
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)
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.
15.0.2.0.0
forward port of 13.0.3.0.0
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