trytond-stock_prevent_exced.../message.xml
2019-09-04 13:29:03 +02:00

11 lines
450 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="exceding_quantity">
<field name="text">Move %(move)s makes inventory quantities of product "%(product)s" exceed outgoing quantities by %(quantity)s %(unit)s.</field>
</record>
</data>
</tryton>