mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-19 23:42:08 +02:00
Initial commit: Mail packages
This commit is contained in:
commit
4e53507711
1948 changed files with 751201 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="sms_template_test" model="sms.template">
|
||||
<field name="model_id" ref="base.model_res_partner"/>
|
||||
<field name="body" type="html">
|
||||
<div>Hello Odoo</div>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue