trytond-product_bulk/message.xml

14 lines
679 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 grouped="1">
<record model="ir.message" id="msg_product_bulk_type_has_stock">
<field name="text">You cannot change the value of bulk type field of product which is associated to stock moves.</field>
</record>
<record model="ir.message" id="msg_product_bulk_product_has_stock">
<field name="text">You cannot change the value of bulk product field of product which is associated to stock moves.</field>
</record>
</data>
</tryton>