[FIX] report_label: work around base.automation's inheritance of server actions

This commit is contained in:
Stefan Rijnhart
2021-12-09 20:42:23 +01:00
parent c55eea9714
commit cac81c93c3
4 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
Known issues:
* `wkhtmltopdf` doesn't always respect dpi, and mm measures don't match. For
this matter, it's recommended to use this module along with
`report_wkhtmltopdf_param` and enable `--disable-smart-shrinking`.
* This module depends on `base_automation` only because this module extends
`ir.actions.server` with a new kind of action, and `base.automation` inherits
from `ir.actions.server` by delegation in such a way that the modules cannot
be loaded in another order.