trytond-production_subcontract/message.xml

17 lines
797 B
XML
Raw Normal View History

2019-04-16 23:07:10 +02:00
<?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>
2019-09-04 12:22:25 +02:00
<data grouped="1">
2019-04-16 23:07:10 +02:00
<record model="ir.message" id="no_subcontract_warehouse">
<field name="text">The party "%(party)s" has no production location.</field>
</record>
<record model="ir.message" id="no_warehouse_production_location">
<field name="text">The warehouse "%(warehouse)s" has no production location.</field>
</record>
<record model="ir.message" id="no_incoming_shipment">
2022-09-23 13:43:41 +02:00
<field name="text">The production "%(production)s" has no incoming shipment. You must process the purchase before the production can be assigned.</field>
2019-04-16 23:07:10 +02:00
</record>
</data>
</tryton>