[FIX] document_page_approval: Add no-update=1 in xml data

This commit is contained in:
Víctor Martínez 2020-11-20 08:09:34 +01:00
parent 31c95b262b
commit e357a4c293

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<odoo>
<data noupdate="1">
<!-- If user wants to make upgrade-proof customizations to email templates, he should edit ir.model.data and check noupdate himself -->
<record id="email_template_new_draft_need_approval" model="mail.template">
@ -40,4 +40,4 @@ ${object.diff|safe}
</field>
</record>
</odoo>
</data>