cashbook_planner/message.xml
=Frederik Jaeckel 7504c676e7 add notify
2024-09-28 20:42:32 +02:00

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>