Skip to content

Commit

Permalink
[FIX] account_vat_period_end_statement README description (OCA#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoRubi authored and are-agilebg committed May 10, 2023
1 parent 06a043e commit 6b20d39
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
39 changes: 17 additions & 22 deletions l10n_it_account/i18n/it.po
Original file line number Diff line number Diff line change
@@ -1,31 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_account
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Paolo Valier, 2017
# * l10n_it_account
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-06 01:44+0000\n"
"PO-Revision-Date: 2018-02-06 01:44+0000\n"
"Last-Translator: Paolo Valier, 2017\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"POT-Creation-Date: 2018-04-21 10:38+0000\n"
"PO-Revision-Date: 2018-04-21 10:38+0000\n"
"Last-Translator: Simone Rubino <simone.rubino@agilebg.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: \n"

#. module: l10n_it_account
#: model:ir.ui.view,arch_db:l10n_it_account.internal_layout
msgid ""
"<br/>\n"
msgid "<br/>\n"
" <span class=\"text-right\">Vat:</span>"
msgstr ""
"<br/>\n"
msgstr "<br/>\n"
"<span class=\"text-right\">IVA:</span>"

#. module: l10n_it_account
Expand All @@ -43,6 +37,11 @@ msgstr "Intervalli Date"
msgid "Date ranges"
msgstr "Intervalli date"

#. module: l10n_it_account
#: model:ir.ui.menu,name:l10n_it_account.menu_date_range_generator_action
msgid "Generate Date Ranges"
msgstr "Genera intervalli date"

#. module: l10n_it_account
#: model:ir.model.fields,field_description:l10n_it_account.field_account_tax_cee_type
msgid "Include in VAT register"
Expand Down Expand Up @@ -80,9 +79,5 @@ msgstr "Imposta"

#. module: l10n_it_account
#: model:ir.model.fields,help:l10n_it_account.field_account_tax_cee_type
msgid ""
"Use in the case of tax with 'VAT integration'. This specifies the VAT "
"register (sales / purchases) where the tax must be computed."
msgstr ""
"Utilizzare nel caso di imposta per 'integrazione IVA'. Specifica il registro"
" IVA (Vendite / acquisti) in cui deve essere computata l'imposta."
msgid "Use in the case of tax with 'VAT integration'. This specifies the VAT register (sales / purchases) where the tax must be computed."
msgstr "Utilizzare nel caso di imposta per 'integrazione IVA'. Specifica il registro IVA (Vendite / acquisti) in cui deve essere computata l'imposta."
2 changes: 2 additions & 0 deletions l10n_it_account/views/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
<menuitem action="date_range.date_range_action" id="menu_date_range_action" parent="menu_date_range"/>
<menuitem action="date_range.date_range_type_action"
id="menu_date_range_type_action" parent="menu_date_range"/>
<menuitem action="date_range.date_range_generator_action"
id="menu_date_range_generator_action" parent="menu_date_range"/>

</odoo>

0 comments on commit 6b20d39

Please sign in to comment.