trytond-farm_breeding/message.xml

16 lines
653 B
XML
Raw Normal View History

2019-06-10 23:24:45 +02:00
<?xml version="1.0"?>
<tryton>
2019-09-04 12:14:32 +02:00
<data grouped="1">
2019-06-10 23:24:45 +02:00
<record model="ir.message" id="msg_animal_in_location">
2022-07-09 23:49:41 +02:00
<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>
2019-06-10 23:24:45 +02:00
</record>
<record model="ir.message" id="msg_location_silos_not_empty">
2022-07-09 23:49:41 +02:00
<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>
2019-06-10 23:24:45 +02:00
</record>
</data>
</tryton>