[FIX] report_qweb_signer: noupdate defaults

We don't want our custom parameters be reset every time the module
updates.

TT32256
This commit is contained in:
david
2021-10-01 10:52:31 +02:00
committed by Omar (Comunitea)
parent 54bf4b0ef3
commit 629a76dd67

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<odoo noupdate="1">
<record model="ir.config_parameter" id="report_qweb_signer_java_param">
<field name="key">report_qweb_signer.java_parameters</field>
<field name="value">-Xms16M -Xmx16M -XX:CompressedClassSpaceSize=256m</field>