-
-
Notifications
You must be signed in to change notification settings - Fork 765
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0][IMP] Wizard to calculate vies_passed in all partners
- Loading branch information
1 parent
fe7e107
commit 0dc84e3
Showing
3 changed files
with
60 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,26 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-04-17 10:18+0000\n" | ||
"Last-Translator: gelo joga Rodríguez <[email protected]>\n" | ||
"POT-Creation-Date: 2023-09-18 07:12+0000\n" | ||
"PO-Revision-Date: 2023-09-18 09:17+0200\n" | ||
"Last-Translator: Emilio Pascual <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.14.1\n" | ||
"X-Generator: Poedit 3.3.1\n" | ||
|
||
#. module: base_vat_optional_vies | ||
#: model_terms:ir.ui.view,arch_db:base_vat_optional_vies.res_config_settings_view_form | ||
msgid "Compute check vies" | ||
msgstr "Calcular comprobación VIES" | ||
|
||
#. module: base_vat_optional_vies | ||
#: model:ir.model,name:base_vat_optional_vies.model_res_config_settings | ||
msgid "Config Settings" | ||
msgstr "Opciones de configuración" | ||
|
||
#. module: base_vat_optional_vies | ||
#: model:ir.model,name:base_vat_optional_vies.model_res_partner | ||
|
@@ -33,8 +44,23 @@ msgstr "" | |
"El NIF [%(wrong_vat)s] para %(record_label)s parece no ser válido. \n" | ||
"Nota: El formato esperado es %(expected_format)s" | ||
|
||
#. module: base_vat_optional_vies | ||
#: model_terms:ir.ui.view,arch_db:base_vat_optional_vies.res_config_settings_view_form | ||
msgid "" | ||
"This process can take a long time. Are you sure you want to start the " | ||
"process?" | ||
msgstr "" | ||
"Este proceso puede tardar. ¿Está seguro que quiere iniciar el proceso?" | ||
|
||
#. module: base_vat_optional_vies | ||
#: model:ir.model.fields,field_description:base_vat_optional_vies.field_res_partner__vies_passed | ||
#: model:ir.model.fields,field_description:base_vat_optional_vies.field_res_users__vies_passed | ||
msgid "VIES validation" | ||
msgstr "Validación automática VIES" | ||
|
||
#. module: base_vat_optional_vies | ||
#. odoo-python | ||
#: code:addons/base_vat_optional_vies/models/res_config_settings.py:0 | ||
#, python-format | ||
msgid "Vies passed calculated in %s partners" | ||
msgstr "Validación automática VIES calculada para %s contactos" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters