trytond-farm_breeding/message.xml

16 lines
653 B
XML

<?xml version="1.0"?>
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_animal_in_location">
<field name="text">There are %(quantity)s animals in group(s) in location "%(location)s".
Please, empty the location before create a new breeding.</field>
</record>
<record model="ir.message" id="msg_location_silos_not_empty">
<field name="text">The silos that fed the location "%(location)s" are not empty. Bellow are listed the silos and the feed quantities remaining in them.
Please, empty them before create the breeding.
%(not_empty_silos)s</field>
</record>
</data>
</tryton>