-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmessage.xml
54 lines (54 loc) · 3.48 KB
/
message.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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_party">
<field name="text">The parties of the invoices "%(invoices)s" has the SII Identfier as 'Simplified Invoice'. The SII operation key will be switched to 'Simplified Invoice (ticket)' or 'Invoice summary entry' as appropriate, and the invoices will be send to AEAT without destination identification.</field>
</record>
<record model="ir.message" id="msg_set_simplified_invoice">
<field name="text">The parties of the invoices "%(invoices)s" has not set the SII Identfier as 'Simplified Invoice', but the invoice SII operation key is set as 'Simplified Invoice (ticket)' or 'Invoice summary entry'. The invoices will be send to AEAT 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>
<record model="ir.message" id="msg_invoice_in_missing_ref">
<field name="text">The invoices "%(invoices)s" haven't got reference.</field>
</record>
<record model="ir.message" id="msg_missing_sii_keys">
<field name="text">The invoice "%(invoice)s" haven't got the necessary SII keys filled.</field>
</record>
</data>
</tryton>