Skip to content
Snippets Groups Projects
NEWS.rst 2.07 KiB
Newer Older
=========
Changelog
=========

16.0.1.0.2
----------

Fix missing default language when creating from another model’s form.

16.0.1.0.1
----------

* Fix display of model rendering variables.

Houzefa Abbasbhay's avatar
Houzefa Abbasbhay committed
16.0.1.0.0
----------

* Migrate to Odoo 16.0.

Houzefa Abbasbhay's avatar
Houzefa Abbasbhay committed
15.0.1.0.0
----------

* Migrate to Odoo 15.0.

13.0.3.4.0
----------

(port from 11.0.2.9.0)

* Code formatting, add license / docs / badges.
Houzefa Abbasbhay's avatar
Houzefa Abbasbhay committed
* Add tests.
* Update various labels.
* Update French translations.
(port from 11.0.2.8.1)

* Fix send_to_rednerd_server to handle ODT document.

(port from 11.0.2.5.1)

* Sort substitutions by keyword to improve readability in redner report.
* Add confirmation on the get substitutions button to protect it from unwanted actions.
(port from 11.0.2.4.0)

* Allow 1 report on multiple records.

(port from 11.0)

* Include touch-ups/evolutions done during 13.0➔11.0 converter backport in 2021-06.
  In particular, add "HTML + mustache" / "MJML + mustache" instead of just "mustache".


(port from 11.0.2.8.0)

* Server URL rework: Expect an URL without path, add /api/v1 in the code.


(forward port of 11.0.2.7.0)

Improve search view of redner templates.


Fix import of relation from converter module.

(forward port of 11.0.2.6.0)

Redner server an use an unix socket too so also handle it.

(forward port of 11.0.2.5.0)

* Configurable timeout for redner calls, default is 20 seconds.

* Fix a docstring (not an override).
* Credit OCA for report code.
* Improve logging - request contents only logged at debug level.
* Move redner.py outside of the models directory.
13.0.3.0.1

Save template redner as an attachment


Move constant converter to converter module.

* fix (ir.actions.report): Defines missing ``get_from_report_name`` method.
* fix (__manifest__): Add missing dependency to ``converter``.

* Migrate to Odoo 13.0.
* Add a new template engine "od+mustache"

11.0.2.2

* Previous working 11.0 version.