1
0
Fork 0

Fix line break in message.xml

This commit is contained in:
Albert Cervera i Areny 2022-07-09 23:56:11 +02:00
parent 204de8cf4a
commit 8182578f4c
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
<field name="text">No silo defined for location "%(location)s".</field>
</record>
<record model="ir.message" id="msg_no_days">
<field name="text">Request "%(request)s" has the Days field empty.\nDays are needed to fill the request automatically.</field>
<field name="text">Request "%(request)s" has the Days field empty.
Days are needed to fill the request automatically.</field>
</record>
<record model="ir.message" id="msg_no_nutrition_program_found">
<field name="text">There isn't any Nutrition Program active for the animals of farm "%(farm)s".</field>