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,20 @@
<?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_invoice_line_stock_move_different_product">
<field name="text">The invoice line "%(line)s" is linked to stock moves of other products than "%(product)s".
This may compute a wrong COGS.</field>
</record>
<record model="ir.message" id="msg_move_cancel_anglo_saxon">
<field name="text">You cannot cancel move "%(move)s" because it is used for anglo-saxon accounting.</field>
</record>
<record model="ir.message" id="msg_move_delete_anglo_saxon">
<field name="text">You cannot delete move "%(move)s" because it is used for anglo-saxon accounting.</field>
</record>
<record model="ir.message" id="msg_move_quantity_greater">
<field name="text">Anglo-Saxon quantity cannot be greater than quantity.</field>
</record>
</data>
</tryton>