trytond-aeat_sii/message.xml

46 lines
2.6 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_missing_fernet_key">
<field name="text">Missing Fernet key configuration</field>
</record>
<record model="ir.message" id="msg_delete_cancel">
<field name="text">Report "%(report)s" must be cancelled before deletion.</field>
</record>
<record model="ir.message" id="msg_invoices_sii">
<field name="text">The next invoices are related with SII books:
%(invoices)s.
If you edit them take care if you need to update again to SII</field>
</record>
<record model="ir.message" id="msg_invoices_sii_pending">
<field name="text">The next invoices are related with SII books on draft state.</field>
</record>
<record model="ir.message" id="reports_exist">
<field name="text">There are some reports in draft and/or confirmed. Any report won't be created until this reports will be processed.</field>
</record>
<record model="ir.message" id="msg_missing_nif">
<field name="text">The party of the invoice %(invoice)s must has a valid Tax Identifier.</field>
</record>
<record model="ir.message" id="msg_sii_operation_key_wrong">
<field name="text">The invoice %(invoice)s has wrong subjected and opertion sii combination.</field>
</record>
<record model="ir.message" id="msg_wrong_identifier_type">
<field name="text">The party [%(party)s] of the invoice %(invoice)s must has a valid SII Identifier [VAT (only for intracommunity operators)].</field>
</record>
<record model="ir.message" id="msg_report_wrong_invoice_state">
<field name="text">Invoice "%(invoice)s" must be posted, paid or refunded.</field>
</record>
<record model="ir.message" id="msg_report_duplicated_invoice">
<field name="text">Invoice "%(invoice)s" is duplicated on SII Report "%(report)s".</field>
</record>
<record model="ir.message" id="msg_set_simplified_invoice">
<field name="text">The invoice "%(invoices)s" has not VAT and SII operation key is Simplified Invoice (ticket) and Invoices without destination identification.</field>
</record>
<record model="ir.message" id="msg_missing_certificate">
<field name="text">There isn't a certificate deffined in the account configuration for the SII.</field>
</record>
</data>
</tryton>