trytond-stock_location_prod.../message.xml

16 lines
660 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data grouped="1">
<!-- stock.location.product_limit -->
<record model="ir.message" id="msg_stock_location_product_limit_location_product_uniq">
<field name="text">The pair location, product must be unique.</field>
</record>
<!-- stock.shipment.out -->
<record model="ir.message" id="msg_stock_shipment_out_product_limit_exceeded">
<field name="text">The limit of the product %(product)s is exceeded.</field>
</record>
</data>
</tryton>