mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-18 04:56:33 -06:00
[FIX] document_page_approval: Add no-update=1 in xml data
This commit is contained in:
parent
4263f269ac
commit
27aedc8d76
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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 -->
|
<!-- 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">
|
<record id="email_template_new_draft_need_approval" model="mail.template">
|
||||||
<field name="name">Automated new draft need approval Notification Mail</field>
|
<field name="name">Automated new draft need approval Notification Mail</field>
|
||||||
@ -42,4 +42,4 @@ ${object.diff|safe}
|
|||||||
]]>
|
]]>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
</odoo>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user