trytond-stock_location_comb.../message.xml

12 lines
428 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.combined -->
<record model="ir.message" id="msg_location_combined_type">
<field name="text">Locations in Combined location "%(location)s" must be of same type.</field>
</record>
</data>
</tryton>