trytonpsk-sale_pos_frontend.../message.xml

26 lines
1.2 KiB
XML

<?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_product_without_bom">
<field name="text">The product '%(product)s' has no production bom </field>
</record>
<record model="ir.message" id="msg_message_error">
<field name="text">Error: %s</field>
</record>
<record model="ir.message" id="msg_party_not_account_receivable">
<field name="text">Party %s has no any account receivable defined. Please, assign one.</field>
</record>
<record model="ir.message" id="msg_sale_delete_error">
<field name="text">The sale can not delete becouse this order has sended</field>
</record>
<record model="ir.message" id="msg_quantity_mix_error">
<field name="text">The quantity '%(quantity)s' must be less than '%(product_mix)s' in products mix </field>
</record>
<record model="ir.message" id="msg_missing_product_output">
<field name="text">Missing product output for ldm</field>
</record>
</data>
</tryton>