16 lines
572 B
XML
16 lines
572 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of the cashbook-planner from m-ds for Tryton.
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
full copyright notices and license terms. -->
|
|
<tryton>
|
|
<data>
|
|
|
|
<record model="ir.message" id="msg_title_notify">
|
|
<field name="text">Cashbook Scheduled Booking</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_text_notify">
|
|
<field name="text">The following transaction was generated: %(bname)s</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|