web_shop_woocommerce/message.xml

23 lines
1.1 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_id_record_unique">
<field name="text">The WooCommerce ID must be unique for each record and shop.</field>
</record>
<record model="ir.message" id="msg_woocommerce_id">
<field name="text">WooCoomerce ID</field>
</record>
<record model="ir.message" id="msg_missing_parents_error">
<field name="text">In order to sincronize "%(records)s" you must also sincronize it's parent records.</field>
</record>
<record model="ir.message" id="msg_sincronization_error">
<field name="text">Error while sincronizing woocommerce records: "%(response)s".</field>
</record>
<record model="ir.message" id="msg_missing_shipping_product">
<field name="text">It is not possible to import orders because shop "%(shop)s" does not have any shipping product.</field>
</record>
</data>
</tryton>