Fix line break in message.xml

This commit is contained in:
Albert Cervera i Areny 2022-07-09 23:49:41 +02:00
parent 9e60a0a157
commit cca90532e2
1 changed files with 6 additions and 2 deletions

View File

@ -2,10 +2,14 @@
<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".\nPlease, empty the location before create a new breeding.</field>
<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.\nPlease, empty them before create the breeding.\n\n%(not_empty_silos)s</field>
<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>