trytond-product_cost_plan/messages.xml

26 lines
1.3 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="product_lines_will_be_removed">
<field name="text">It will remove the existing Product Lines in this plan.</field>
</record>
<record model="ir.message" id="lacks_the_product">
<field name="text">The Cost Plan "%(cost_plan)s" lacks the product.</field>
</record>
<record model="ir.message" id="bom_already_exists">
<field name="text">A bom already exists for cost plan "%(cost_plan)s".</field>
</record>
<record model="ir.message" id="product_already_has_bom">
<field name="text">Product "%(product)s" already has a BOM assigned.</field>
</record>
<record model="ir.message" id="delete_system_cos">
<field name="text">You can not delete cost "%(cost)s" from plan "%(plan)s" because it's managed by system.</field>
</record>
<record model="ir.message" id="msg_product_line_plan_parent">
<field name="text">The line "%(line)s" can only set plan or parent, not both options.</field>
</record>
</data>
</tryton>