Newer
Older
=========
Changelog
=========
- add the QR Code converter to the substitution menu
- remove the converter.py file containing the image converter
this converter has been move to the converter module
Add a redner menu in "Apps" containing:
- the redner template management page (create, list, update, delete templates)
- a configuration wizard allowing quick server configuration (apikey, account, url)
The redner template management page is accessible if you are an admin or a redner user
The configuration page is accessible if you are an admin or a redner_admin
Res config: add redner integration parameters (server_url, account, api_key)
Template locale is by default user locale, not fr_FR
Update Redner config parameter names in the README
18.0.1.6.0
----------
Declare compatibility with changes in converter 18.0.6.0.0.

Vincent Hatakeyama
committed
requests_unixsocket is now an optional dependency, only needed when connecting to redner on a unix socket.
18.0.1.5.0
----------
Add typst language to redner odoo.
18.0.1.4.1
----------
Declare compatibility with changes in converter 18.0.5.0.0.
18.0.1.4.0
----------
Compatibility with changes in converter 18.0.4.0.0.
18.0.1.3.0
----------
Add neutralize script that remove configuration values.
18.0.1.2.2
----------
Improve _set_value_from_template for redner integration.
18.0.1.2.0
----------
Improve dynamic placeholder implementation.
18.0.1.1.2
----------
Remove the hard requirement for python-magic by reusing odoo guess mimetype code and compatibility code between
different versions of python-magic.
Including the python-magic library is still recommended as Odoo uses it when available.
18.0.1.1.1
----------
Add missing python-magic requirement for package.
18.0.1.1.0
----------
Add dynamic expression button for substitution line and new converter features.
18.0.1.0.5
----------
Declare compatibility with odoo-addon-converter 18.0.3 series.
18.0.1.0.4
----------
Refactor redner.template model to improve template management.
18.0.1.0.3
----------
mail_template: add `find_or_create_partners` parameter to `_generate_template`.
----------
- Fix: ensure Redner instance reflects updated system parameters.
- Add python-magic as external dependency and fix print-paper-size metadata.
- Restriction Added: Disallow the deletion of a template if its source is Redner.
(Deletion is still allowed for templates created in Odoo but not for those originating from Redner.)
- Implement caching and optimization for Redner template handling.
- test: Fix timing discrepancy in Redner template version field during tests.
18.0.1.0.1
----------
Fix: Update test cases to match the API call structure.