mirror of
https://github.com/Kalenis/kalenislims.git
synced 2023-12-14 07:13:04 +01:00
11 lines
478 B
XML
11 lines
478 B
XML
<?xml version="1.0"?>
|
|
<tryton>
|
|
<data grouped="1">
|
|
<record model="ir.message" id="msg_quantity_multiple_required">
|
|
<field name="text">Quantity multiple of output bom required.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_invalid_product_uom_category">
|
|
<field name="text">The UoM\'s Category of each Product should be the same as the UoM\'s Category of Family/Equivalent.</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|