add message.xml and remove empty message

This commit is contained in:
?ngel ?lvarez 2019-08-28 11:27:38 +02:00
parent b78440467e
commit af0b5d4409
2 changed files with 1 additions and 4 deletions

View File

@ -12,9 +12,5 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.message" id="pending_operations">
<field name="text">Production "%(production)s" can not be done because their operation "%(operation)s" is not done.'</field>
</record>
<record model="ir.message" id="">
<field name="text"></field>
</record>
</data>
</tryton>

View File

@ -7,3 +7,4 @@ extras_depend:
xml:
configuration.xml
operation.xml
message.xml