41 lines
2.2 KiB
XML
41 lines
2.2 KiB
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_uom_modify_factor">
|
|
<field name="text">You cannot modify the factor of the unit of measure "%(uom)s".</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_uom_modify_rate">
|
|
<field name="text">You cannot modify the rate of the unit of measure"%(uom)s".</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_uom_modify_category">
|
|
<field name="text">You cannot modify the category of the unit of measure "%(uom)s".</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_uom_decrease_digits">
|
|
<field name="text">You cannot decrease the digits of the unit of measure "%(uom)s".</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_uom_modify_options">
|
|
<field name="text">If the unit of measure is still not used, you can delete it otherwise you can deactivate it and create a new one.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_uom_incompatible_factor_rate">
|
|
<field name="text">Incompatible factor and rate values on unit of measure"%(uom)s".</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_uom_no_zero_factor_rate">
|
|
<field name="text">Rate and factor can not be both equal to zero.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_invalid_code">
|
|
<field name="text">The %(type)s "%(code)s" for product "%(product)s" is not valid.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_product_code_unique">
|
|
<field name="text">Code of active product must be unique.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_category_code_unique">
|
|
<field name="text">The code on product category must be unique.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_product_change_template">
|
|
<field name="text">You cannot change the template of the product "%(product)s".</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|