17 lines
589 B
XML
17 lines
589 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of the cashbook-module 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_wiz_categories_found">
|
|
<field name="text">The following categories are now imported:\n%(categories)s</field>
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_wiz_no_categories">
|
|
<field name="text">No categories were found in the file.</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|