kalenislims/lims_industry/message.xml

15 lines
625 B
XML
Raw Normal View History

<?xml version="1.0"?>
<tryton>
<data group="1">
<record model="ir.message" id="msg_plant_name_unique">
<field name="text">There is already a plant with the same name for the party</field>
</record>
<record model="ir.message" id="msg_equipment_name_unique">
<field name="text">There is already an equipment with the same name for the plant</field>
</record>
<record model="ir.message" id="msg_component_type_unique">
<field name="text">A component of the same type already exists for the equipment</field>
</record>
</data>
</tryton>