- Aug 11, 2022
-
-
Vincent Hatakeyama authored
-
- Dec 14, 2021
-
-
Houzefa Abbasbhay authored
-
- Apr 04, 2022
-
-
damien.habets authored
Request contents only logged at debug level.
-
- Mar 04, 2022
-
-
oury.balde authored
Add constraint on attachment field Note that it is normally expected that when printing a report from an object, the created document is saved as an attachment to the object if the field "Save as attachment prefix" is filled in. Problem: This does not work for redner reports (works for QWEB and worked for py3o).
-
- Jun 15, 2021
-
-
Vincent Hatakeyama authored
-
- Mar 30, 2021
-
-
oury.balde authored
Added the .hgconf file
-
oury.balde authored
Updated the NEWS.rst file Version update in dunder file dunder
-
- Mar 04, 2021
-
-
oury.balde authored
-
- Feb 26, 2021
-
-
Vincent Hatakeyama authored
-
- Jan 12, 2021
-
-
oury.balde authored
- Bump module version to 13.0.1.0.0 - Remove all the decorators @api.multi, @api.one and so on... - Update translation files
-
- Aug 12, 2020
-
-
oury.balde authored
Render HTML to PDF with weasyprint: - Use substitution variables in ir.actions.report model - Send paperformat field info to rednerd when generating a new report PDF - Refactoring code
-
- Jul 09, 2020
-
-
oury.balde authored
Add rednerd template management API to let the user save templates for later use with the rendering api: - POST: /api/v1/template/{account} - PUT: /api/v1/template/{account}/{name} - DELELTE: /api/v1/template/{account}/{name} Render a custom template: - POST: /api/v1/render
-