diff --git a/l10n_it_fatturapa_in/README.rst b/l10n_it_fatturapa_in/README.rst index 4fb3df4f8dfa..a22651bcfab3 100644 --- a/l10n_it_fatturapa_in/README.rst +++ b/l10n_it_fatturapa_in/README.rst @@ -27,21 +27,21 @@ Italian Localization - Fattura Elettronica - Reception **Italiano** -Questo modulo consente di importare i file XML delle fatture elettroniche, versione 1.2 +Questo modulo consente di importare i file XML della fattura elettronica versione 1.2 http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm -ricevute attraverso il Sistema di Interscambio (SDI) +ricevuti attraverso il Sistema di Interscambio (SdI). http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm **English** -This module allows to import XML files of electronic bills, version 1.2 +This module allows to import Electronic Bill XML files version 1.2 http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm -received through the Exchange System (ES) +received through the Exchange System (ES). http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm @@ -92,7 +92,7 @@ See also the README file of l10n_it_fatturapa module. For every supplier, it is possible to set the 'E-bills Detail Level': - Minimum level: Bill is created with no lines; User will have to create them, according to what specified in the electronic bill - - Maximum level: every line contained in electronic bill will create a line in bill + - Maximum level: Every line contained in electronic bill will create a line in bill Moreover, in supplier form you can set the 'E-bill Default Product': this product will be used, during generation of bills, when no other possible product is found. Tax and account of bill line will be set according to what configured in the product. @@ -107,7 +107,7 @@ Usage **Italiano** - * Andare su Contabilità → Acquisti → Fattura elettronica + * Andare in Contabilità → Acquisti → Fattura elettronica * Caricare un file XML * Visualizzare il contenuto della fattura facendo clic su "Mostra anteprima" * Eseguire la procedura guidata "Importa e-fattura" per creare una fattura in bozza oppure "Collega a fattura esistente" per collegare il file XML a una fattura già (automaticamente) creata diff --git a/l10n_it_fatturapa_in/models/account.py b/l10n_it_fatturapa_in/models/account.py index 78220e4df9d4..5f04fd03f7c6 100644 --- a/l10n_it_fatturapa_in/models/account.py +++ b/l10n_it_fatturapa_in/models/account.py @@ -11,7 +11,7 @@ class AccountInvoice(models.Model): ondelete='restrict', copy=False) inconsistencies = fields.Text('Import Inconsistencies', copy=False) e_invoice_line_ids = fields.One2many( - "einvoice.line", "invoice_id", string="Lines detail", + "einvoice.line", "invoice_id", string="Lines Detail", readonly=True, copy=False) @api.multi @@ -43,12 +43,12 @@ def remove_attachment_link(self): class fatturapa_article_code(models.Model): # _position = ['2.2.1.3'] _name = "fatturapa.article.code" - _description = 'FatturaPA Article Code' + _description = 'E-bill Article Code' - name = fields.Char('Cod Type') + name = fields.Char('Code Type') code_val = fields.Char('Code Value') e_invoice_line_id = fields.Many2one( - 'einvoice.line', 'Related E-bill line', readonly=True + 'einvoice.line', 'Related E-bill Line', readonly=True ) @@ -67,7 +67,7 @@ class AccountInvoiceLine(models.Model): class DiscountRisePrice(models.Model): _inherit = "discount.rise.price" e_invoice_line_id = fields.Many2one( - 'einvoice.line', 'Related E-bill line', readonly=True + 'einvoice.line', 'Related E-bill Line', readonly=True ) @@ -80,7 +80,7 @@ class EInvoiceLine(models.Model): service_type = fields.Char('Sale Provision Type', readonly=True) cod_article_ids = fields.One2many( 'fatturapa.article.code', 'e_invoice_line_id', - 'Cod. Articles', readonly=True + 'Articles Code', readonly=True ) name = fields.Char("Description", readonly=True) qty = fields.Float( @@ -96,7 +96,7 @@ class EInvoiceLine(models.Model): ) discount_rise_price_ids = fields.One2many( 'discount.rise.price', 'e_invoice_line_id', - 'Discount and Supplement Price Details', readonly=True + 'Discount and Supplement Details', readonly=True ) total_price = fields.Float("Total Price", readonly=True) tax_amount = fields.Float("VAT Rate", readonly=True) diff --git a/l10n_it_fatturapa_in/models/attachment.py b/l10n_it_fatturapa_in/models/attachment.py index 7ec80e16e351..8523df5282dc 100644 --- a/l10n_it_fatturapa_in/models/attachment.py +++ b/l10n_it_fatturapa_in/models/attachment.py @@ -4,7 +4,7 @@ class FatturaPAAttachmentIn(models.Model): _name = "fatturapa.attachment.in" - _description = "FatturaPA import File" + _description = "E-bill import file" _inherits = {'ir.attachment': 'ir_attachment_id'} _inherit = ['mail.thread'] _order = 'id desc' @@ -13,14 +13,14 @@ class FatturaPAAttachmentIn(models.Model): 'ir.attachment', 'Attachment', required=True, ondelete="cascade") in_invoice_ids = fields.One2many( 'account.invoice', 'fatturapa_attachment_in_id', - string="In Invoices", readonly=True) + string="In Bills", readonly=True) xml_supplier_id = fields.Many2one( "res.partner", string="Supplier", compute="_compute_xml_data", store=True) invoices_number = fields.Integer( - "Invoices number", compute="_compute_xml_data", store=True) + "Bills Number", compute="_compute_xml_data", store=True) invoices_total = fields.Float( - "Invoices total", compute="_compute_xml_data", store=True, + "Bills Total", compute="_compute_xml_data", store=True, help="If specified by supplier, total amount of the document net of " "any discount and including tax charged to the buyer/ordered" ) diff --git a/l10n_it_fatturapa_in/models/partner.py b/l10n_it_fatturapa_in/models/partner.py index 460d278b9e3a..1fc804705562 100644 --- a/l10n_it_fatturapa_in/models/partner.py +++ b/l10n_it_fatturapa_in/models/partner.py @@ -9,7 +9,7 @@ class Partner(models.Model): comodel_name='product.product', string='E-bill Default Product', help="Used by electronic invoice XML import. " - "If filled, generated invoice lines will use this product, when " + "If filled in, generated bill lines will use this product when " "no other possible product is found." ) e_invoice_detail_level = fields.Selection([ @@ -17,7 +17,7 @@ class Partner(models.Model): # ('1', 'Aliquote'), ('2', 'Maximum'), ], string="E-bills Detail Level", - help="Minumum level: Bill is created with no lines; " + help="Minimum level: Bill is created with no lines; " "User will have to create them, according to what specified in " "the electronic bill.\n" # "Livello Aliquote: viene creata una riga fattura per ogni " diff --git a/l10n_it_fatturapa_in/readme/CONFIGURE.rst b/l10n_it_fatturapa_in/readme/CONFIGURE.rst index d2984b935836..0aa2fce20989 100644 --- a/l10n_it_fatturapa_in/readme/CONFIGURE.rst +++ b/l10n_it_fatturapa_in/readme/CONFIGURE.rst @@ -22,7 +22,7 @@ See also the README file of l10n_it_fatturapa module. For every supplier, it is possible to set the 'E-bills Detail Level': - Minimum level: Bill is created with no lines; User will have to create them, according to what specified in the electronic bill - - Maximum level: every line contained in electronic bill will create a line in bill + - Maximum level: Every line contained in electronic bill will create a line in bill Moreover, in supplier form you can set the 'E-bill Default Product': this product will be used, during generation of bills, when no other possible product is found. Tax and account of bill line will be set according to what configured in the product. diff --git a/l10n_it_fatturapa_in/readme/DESCRIPTION.rst b/l10n_it_fatturapa_in/readme/DESCRIPTION.rst index b92d1008aec3..29ce32fed4bc 100644 --- a/l10n_it_fatturapa_in/readme/DESCRIPTION.rst +++ b/l10n_it_fatturapa_in/readme/DESCRIPTION.rst @@ -1,19 +1,19 @@ **Italiano** -Questo modulo consente di importare i file XML delle fatture elettroniche, versione 1.2 +Questo modulo consente di importare i file XML della fattura elettronica versione 1.2 http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm -ricevute attraverso il Sistema di Interscambio (SDI) +ricevuti attraverso il Sistema di Interscambio (SdI). http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm **English** -This module allows to import XML files of electronic bills, version 1.2 +This module allows to import Electronic Bill XML files version 1.2 http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm -received through the Exchange System (ES) +received through the Exchange System (ES). http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm diff --git a/l10n_it_fatturapa_in/readme/USAGE.rst b/l10n_it_fatturapa_in/readme/USAGE.rst index 1320e0fb71c2..0deca0bd6ac4 100644 --- a/l10n_it_fatturapa_in/readme/USAGE.rst +++ b/l10n_it_fatturapa_in/readme/USAGE.rst @@ -1,6 +1,6 @@ **Italiano** - * Andare su Contabilità → Acquisti → Fattura elettronica + * Andare in Contabilità → Acquisti → Fattura elettronica * Caricare un file XML * Visualizzare il contenuto della fattura facendo clic su "Mostra anteprima" * Eseguire la procedura guidata "Importa e-fattura" per creare una fattura in bozza oppure "Collega a fattura esistente" per collegare il file XML a una fattura già (automaticamente) creata diff --git a/l10n_it_fatturapa_in/static/description/index.html b/l10n_it_fatturapa_in/static/description/index.html index 5877d84cf911..b58f34cb4021 100644 --- a/l10n_it_fatturapa_in/static/description/index.html +++ b/l10n_it_fatturapa_in/static/description/index.html @@ -369,14 +369,14 @@

Italian Localization - Fattura Elettronica - Reception

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/l10n-italy Translate me on Weblate Try me on Runbot

Italiano

-

Questo modulo consente di importare i file XML delle fatture elettroniche, versione 1.2

+

Questo modulo consente di importare i file XML della fattura elettronica versione 1.2

http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm

-

ricevute attraverso il Sistema di Interscambio (SDI)

+

ricevuti attraverso il Sistema di Interscambio (SdI).

http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm

English

-

This module allows to import XML files of electronic bills, version 1.2

+

This module allows to import Electronic Bill XML files version 1.2

http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm

-

received through the Exchange System (ES)

+

received through the Exchange System (ES).

http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm

Table of contents

@@ -423,7 +423,7 @@

Configuration

Moreover, in supplier form you can set the ‘E-bill Default Product’: this product will be used, during generation of bills, when no other possible product is found. Tax and account of bill line will be set according to what configured in the product.

@@ -436,7 +436,7 @@

Usage

Italiano