trytond-product_dynamic_con.../message.xml

14 lines
536 B
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>
<record model="ir.message" id="msg_no_quotation_confirmed">
<field name="text">No Quotation has been confirmed.</field>
</record>
<record model="ir.message" id="msg_only_one_quotation_confirmed_allowed">
<field name="text">Only one Confirmed Quotation allowed.</field>
</record>
</data>
</tryton>