mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-19 21:02:08 +02:00
Initial commit: Mail packages
This commit is contained in:
commit
4e53507711
1948 changed files with 751201 additions and 0 deletions
8
odoo-bringout-oca-ocb-sms/sms/data/sms_demo.xml
Normal file
8
odoo-bringout-oca-ocb-sms/sms/data/sms_demo.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo><data noupdate="1">
|
||||
<record id="sms_template_demo_0" model="sms.template">
|
||||
<field name="name">Customer: automated SMS</field>
|
||||
<field name="model_id" ref="base.model_res_partner"/>
|
||||
<field name="body">Dear {{ object.display_name }} this is an automated SMS.</field>
|
||||
</record>
|
||||
</data></odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue