[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

@@ -405,10 +405,15 @@ QWeb template for you label.</p>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>
<p>Known issues:</p>
<ul class="simple">
<li><cite>wkhtmltopdf</cite> doesnt always respect dpi, and mm measures dont match. For
this matter, its recommended to use this module along with
<cite>report_wkhtmltopdf_param</cite> and enable <cite>disable-smart-shrinking</cite>.</li>
<li>This module depends on <cite>base_automation</cite> only because this module extends
<cite>ir.actions.server</cite> with a new kind of action, and <cite>base.automation</cite> inherits
from <cite>ir.actions.server</cite> by delegation in such a way that the modules cannot
be loaded in another order.</li>
</ul>
</div>
<div class="section" id="bug-tracker">