add missing file

This commit is contained in:
?ngel ?lvarez 2019-04-16 23:07:10 +02:00
parent 7cf1bfa0e1
commit b14e795d40
1 changed files with 18 additions and 0 deletions

18
message.xml Normal file
View File

@ -0,0 +1,18 @@
<?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 group="1">
<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">
<field name="text">The production "%(production)s" has no incoming
shipment. You must process the purchase before the
production can be assigned.</field>
</record>
</data>
</tryton>