Skip to content

Commit

Permalink
[IMP] fatturapa modules, set ITA name and summary (OCA#694)
Browse files Browse the repository at this point in the history
[FIX] l10n_it_fatturapa_in typos in source translation strings
  • Loading branch information
primes2h authored and eLBati committed Dec 7, 2018
1 parent 53fc1ac commit c1e7e35
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_in/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
======================================================
Italian Localization - Fattura Elettronica - Reception
Italian Localization - Fattura Elettronica - Ricezione
======================================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_in/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

{
'name': 'Italian Localization - Fattura Elettronica - Reception',
'name': 'Italian Localization - Fattura Elettronica - Ricezione',
'version': '12.0.1.0.0',
"development_status": "Beta",
'category': 'Localization/Italy',
'summary': 'Electronic invoices reception',
'summary': 'Ricezione fatture elettroniche',
'author': 'Agile Business Group, Innoviu, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_in/models/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class EInvoiceLineOtherData(models.Model):
_description = 'E-invoice line other data'

e_invoice_line_id = fields.Many2one(
'einvoice.line', 'Related E-bill line', readonly=True
'einvoice.line', 'Related E-bill Line', readonly=True
)
name = fields.Char("Data Type", readonly=True)
text_ref = fields.Char("Text Reference", readonly=True)
Expand Down
6 changes: 3 additions & 3 deletions l10n_it_fatturapa_in/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
<title>Italian Localization - Fattura Elettronica - Reception</title>
<title>Italian Localization - Fattura Elettronica - Ricezione</title>
<style type="text/css">

/*
Expand Down Expand Up @@ -360,8 +360,8 @@
</style>
</head>
<body>
<div class="document" id="italian-localization-fattura-elettronica-reception">
<h1 class="title">Italian Localization - Fattura Elettronica - Reception</h1>
<div class="document" id="italian-localization-fattura-elettronica-ricezione">
<h1 class="title">Italian Localization - Fattura Elettronica - Ricezione</h1>

<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_in/wizard/wizard_import_fatturapa.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def _prepare_generic_line_data(self, line):
# just logging because this is an usual case: see split payment
_logger.warning(_(
"Line '%s': Too many taxes with percentage equals "
"to '%s'.\n Fix it if required"
"to '%s'.\nFix it if required"
) % (line.Descrizione, line.AliquotaIVA))
# if there are multiple taxes with same percentage
# and there is a default tax with this percentage,
Expand Down

0 comments on commit c1e7e35

Please sign in to comment.