File: message.xml

package info (click to toggle)
tryton-modules-account-budget 7.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: python: 970; xml: 373; makefile: 11; sh: 3
file content (19 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
    <data grouped="1">
        <record model="ir.message" id="msg_budget_line_budget_account_unique">
            <field name="text">The account must be unique for each budget.</field>
        </record>
        <record model="ir.message" id="msg_budget_line_budget_account_type_unique">
            <field name="text">The account type must be unique for each budget.</field>
        </record>
        <record model="ir.message" id="msg_budget_line_period_budget_line_period_unique">
            <field name="text">The period must be unique for each budget line.</field>
        </record>
        <record model="ir.message" id="msg_budget_line_period_ratio">
            <field name="text">The sum of period ratios for the budget line "%(budget_line)s" must be less or equal to 100%%.</field>
        </record>
    </data>
</tryton>