trytond-sale_product_package/message.xml
2019-09-04 12:33:42 +02:00

16 lines
886 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. 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_package_quantity">
<field name="text">The quantity "%(qty)s" of product "%(product)s" is not a multiple of it\'s package "%(package)s" quantity "%(package_qty)s".</field>
</record>
<record model="ir.message" id="msg_product_package_null">
<field name="text">You can not create a package because there are sale lines that already use the product without packages.</field>
</record>
<record model="ir.message" id="msg_product_has_package_required">
<field name="text">You can not confirm because some lines has not product package and is required.</field>
</record>
</data>
</tryton>