trytond-sale_product_raw/message.xml
2019-09-04 12:33:48 +02:00

14 lines
608 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="production_location_required">
<field name="text">Warehouse "%(warehouse)s" of sale "%(sale)s" is missing the production location.</field>
</record>
<record model="ir.message" id="reset_production">
<field name="text">You cannot reset to draft a production generated by a sale.</field>
</record>
</data>
</tryton>