first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View File

@@ -0,0 +1,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>