trytond-sale_line_quick_act.../message.xml

11 lines
343 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_wrong_state">
<field name="text">Sale must be in Draft state.</field>
</record>
</data>
</tryton>