fix temlates for sales

This commit is contained in:
ahmed-nouri051 2025-05-11 10:42:31 +02:00
parent 77ab441673
commit 7b0111167e
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
<?xml version="1.0" ?>
<odoo>
<data noupdate="1">
<record id="mt_dev_membership_created" model="mail.message.subtype">
<field name="name">Membership Created</field>
<field name="sequence">20</field>
@ -100,5 +102,5 @@
<p>Your membership <b>${(object.name)}</b> was expired on <b>${object.datetime_convert()}</b> date.</p>
]]></field>
</record>
</data>
</odoo>