From 563b06bf56467368978c3e790ec8c83223dd901b Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 17 Jan 2014 02:03:03 +0100 Subject: [PATCH 001/147] =?UTF-8?q?[IMP]=20l10n=5Fes=5Faeat:=20Algo=20de?= =?UTF-8?q?=20PEP8=20y=20refactorizaci=C3=B3n=20de=20c=C3=B3digo=20[MIG]?= =?UTF-8?q?=20l10n=5Fes=5Faeat=5Fmod303:=20Migraci=C3=B3n=20a=20v7=20del?= =?UTF-8?q?=20m=C3=B3dulo=20con=20las=20siguientes=20mejoras:=20-=20Conven?= =?UTF-8?q?ciones=20de=20la=20comunidad.=20-=20PEP8=20en=20la=20mayor?= =?UTF-8?q?=C3=ADa=20de=20c=C3=B3digo.=20-=20Icono=20para=20el=20m=C3=B3du?= =?UTF-8?q?lo.=20-=20Adaptaci=C3=B3n=20de=20vistas=20a=20las=20posibilidad?= =?UTF-8?q?es=20de=20la=20v7.=20-=20Restringidas=20las=20cuentas=20bancari?= =?UTF-8?q?as=20a=20las=20de=20la=20compa=C3=B1=C3=ADa.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/__init__.py | 19 + l10n_es_aeat_mod303/__openerp__.py | 46 ++ l10n_es_aeat_mod303/i18n/es.po | 561 ++++++++++++++++++ .../i18n/l10n_es_aeat_mod303.pot | 558 +++++++++++++++++ l10n_es_aeat_mod303/mod303.py | 237 ++++++++ l10n_es_aeat_mod303/mod303_view.xml | 124 ++++ l10n_es_aeat_mod303/mod303_workflow.xml | 66 +++ .../security/ir.model.access.csv | 2 + l10n_es_aeat_mod303/static/src/img/icon.png | Bin 0 -> 5861 bytes .../static/src/img/icon_source.svg | 99 ++++ l10n_es_aeat_mod303/wizard/__init__.py | 18 + .../wizard/export_mod303_to_boe.py | 201 +++++++ 12 files changed, 1931 insertions(+) create mode 100644 l10n_es_aeat_mod303/__init__.py create mode 100644 l10n_es_aeat_mod303/__openerp__.py create mode 100644 l10n_es_aeat_mod303/i18n/es.po create mode 100644 l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot create mode 100644 l10n_es_aeat_mod303/mod303.py create mode 100644 l10n_es_aeat_mod303/mod303_view.xml create mode 100644 l10n_es_aeat_mod303/mod303_workflow.xml create mode 100644 l10n_es_aeat_mod303/security/ir.model.access.csv create mode 100644 l10n_es_aeat_mod303/static/src/img/icon.png create mode 100644 l10n_es_aeat_mod303/static/src/img/icon_source.svg create mode 100644 l10n_es_aeat_mod303/wizard/__init__.py create mode 100644 l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py diff --git a/l10n_es_aeat_mod303/__init__.py b/l10n_es_aeat_mod303/__init__.py new file mode 100644 index 00000000000..91ba0272970 --- /dev/null +++ b/l10n_es_aeat_mod303/__init__.py @@ -0,0 +1,19 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## +from . import mod303 +from . import wizard diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py new file mode 100644 index 00000000000..e25700f5286 --- /dev/null +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -0,0 +1,46 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (c) All rights reserved: +# 2013 Guadaltech (http://www.guadaltech.es) +# Alberto Martín Cortada +# 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) +# Pedro M. Baeza +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## + +{ + "name" : "AEAT modelo 303", + "version" : "1.0", + "author" : "GuadalTech", + "license" : "AGPL-3", + "website" : "http://www.guadaltech.es", + 'contributors': ["Pedro M. Baeza \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sin_actividad:0 +msgid "Sin actividad" +msgstr "Sin actividad" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Confirmed models" +msgstr "Modelos confirmados" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Declaración" +msgstr "Declaración" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,diferencia:0 +msgid "( IVA devengado - IVA deducible )" +msgstr "( IVA devengado - IVA deducible )" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Devolución" +msgstr "Devolución" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "March" +msgstr "Marzo" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Compañía" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolver:0 +msgid "Devolver" +msgstr "Devolver" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:202 +#, python-format +msgid "Seleccione una cuenta para ingresar el importe" +msgstr "Seleccione una cuenta para ingresar el importe" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "Resultado" +msgstr "Resultado" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "Substitutive" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full name" +msgstr "Nombre completo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:142 +#, python-format +msgid "El periodo seleccionado no coincide con los periodos del año fiscal:" +msgstr "El periodo seleccionado no coincide con los periodos del ejercicio fiscal:" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "September" +msgstr "Septiembre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previus_result:0 +msgid "A deducir" +msgstr "A deducir" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,complementaria:0 +msgid "Autoliquidación complementaria" +msgstr "Autoliquidación complementaria" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:125 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:145 +#, python-format +msgid "Warning" +msgstr "Aviso" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 +msgid "CCC devolución" +msgstr "CCC devolución" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previus_result:0 +msgid "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgstr "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Confirm" +msgstr "Confirmar" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Cancelled models" +msgstr "Modelos cancelados" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Estado" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "First quarter" +msgstr "1er trimestre" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "AEAT 303" +msgstr "AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "Tipo de soporte" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 +#, python-format +msgid "%Y-%m-%d" +msgstr "%Y-%m-%d" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Export to BOE" +msgstr "Exportar a formato BOE" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "July" +msgstr "Julio" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:204 +#, python-format +msgid "Seleccione una cuenta para realizar la devolución" +msgstr "Seleccione una cuenta para realizar la devolución" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "Inscrito en el Registro de Devolución Mensual" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "Modelo AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 +#, python-format +msgid "" +"CCC de devolución no válida \n" +"%s" +msgstr "" +"CCC de devolución no válida \n" +"%s" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Fecha de cálculo" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,ingresar:0 +msgid "Ingresar" +msgstr "Ingresar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "IVA a deducir" +msgstr "IVA a deducir" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:191 +#, python-format +msgid "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" +msgstr "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "Atribuible a la Administración" +msgstr "Atribuible a la Administración" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "December" +msgstr "Diciembre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration Number" +msgstr "Número declaración" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Canceled" +msgstr "Cancelado" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Ingreso" +msgstr "Ingreso" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Calculate" +msgstr "Calcular" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:174 +#, python-format +msgid "AEAT Model is necessary" +msgstr "Es necesario el modelo AEAT" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "DVD" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "In process" +msgstr "En proceso" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Borrador" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "NIF" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,diferencia:0 +msgid "Diferencia" +msgstr "Diferencia" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuota a compensar de periodos anteriores" +msgstr "Cuota a compensar de periodos anteriores" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 +#, python-format +msgid "The identification (1) and income (2) must be 72 characters long" +msgstr "La identificación (1) y los ingresos (2) deben ocupar 72 caracteres" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "Resultado liquidación" +msgstr "Resultado liquidación" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "August" +msgstr "Agosto" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "Normal" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processing" +msgstr "Procesando" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "June" +msgstr "Junio" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:114 +#, python-format +msgid "The vat records must be 749 characters long and are %s" +msgstr "Los registros de impuestos deben ocupar 749 caracteres y ocupan %s" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "AEAT 303 reports" +msgstr "Declaraciones AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "November" +msgstr "Noviembre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución Mensual" +msgstr "Devolución mensual" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "January" +msgstr "Enero" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "Regularización anual" +msgstr "Regularización anual" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Procesada" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Third quarter" +msgstr "3er trimestre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "Nombre del representante legal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensar:0 +msgid "Compensar" +msgstr "Compensar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuotas a compensar" +msgstr "Cuotas a compensar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "Tipo de declaración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period:0 +msgid "Period" +msgstr "Periodo" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "General" +msgstr "General" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "In process models" +msgstr "Modelos en proceso" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Realizado" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Recalculate" +msgstr "Recalcular" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Importe" +msgstr "Importe" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Fourth quarter" +msgstr "4to trimestre" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Compensación" +msgstr "Compensación" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "October" +msgstr "Octubre" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Draft models" +msgstr "Modelos borrador" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:186 +#, python-format +msgid "The 303 report must be 1353 characters long and are %s" +msgstr "La declaración del modelo 303 debe tener 1353 caracteres, y actualmente son %s" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "Complementaria" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "IVA devengado" +msgstr "IVA devengado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_ingreso_id:0 +msgid "CCC Ingreso" +msgstr "CCC ingreso" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "Nombre del representante legal." + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous Declaration Number" +msgstr "Número declaración anterior" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "AEAT 303 report" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Complementaria" +msgstr "Complementaria" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "February" +msgstr "Febrero" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,attach_id:0 +msgid "BOE file" +msgstr "Archivo BOE" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "April" +msgstr "Abril" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "Ejercicio fiscal" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "Crea y consulta declaración AEAT del modelo 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "Telemática" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe +msgid "Export AEAT Model 303 to BOE format" +msgstr "Exportar el modelo AEAT 303 a formato BOE" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 +#, python-format +msgid "CCC de ingreso no válido %s" +msgstr "CCC de ingreso no válida %s" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Second quarter" +msgstr "2do trimestre" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:206 +#, python-format +msgid "No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" +msgstr "No hay actividad en el periodo seleccionado. Marque la casilla correspondiente" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "May" +msgstr "Mayo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:191 +#, python-format +msgid "%s_report_%s.txt" +msgstr "%s_report_%s.txt" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" +msgstr "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" + diff --git a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot new file mode 100644 index 00000000000..cf52bfe4ed8 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot @@ -0,0 +1,558 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-01-16 19:44+0000\n" +"PO-Revision-Date: 2014-01-16 19:44+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sin_actividad:0 +msgid "Sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Confirmed models" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Declaración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,diferencia:0 +msgid "( IVA devengado - IVA deducible )" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Devolución" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "March" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolver:0 +msgid "Devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:202 +#, python-format +msgid "Seleccione una cuenta para ingresar el importe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:142 +#, python-format +msgid "El periodo seleccionado no coincide con los periodos del año fiscal:" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "September" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previus_result:0 +msgid "A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,complementaria:0 +msgid "Autoliquidación complementaria" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:125 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:145 +#, python-format +msgid "Warning" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 +msgid "CCC devolución" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previus_result:0 +msgid "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Confirm" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Cancelled models" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "First quarter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "AEAT 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 +#, python-format +msgid "%Y-%m-%d" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Export to BOE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "July" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:204 +#, python-format +msgid "Seleccione una cuenta para realizar la devolución" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 +#, python-format +msgid "CCC de devolución no válida \n" +"%s" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,ingresar:0 +msgid "Ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:191 +#, python-format +msgid "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "December" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration Number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Canceled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Ingreso" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Calculate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:174 +#, python-format +msgid "AEAT Model is necessary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "In process" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,diferencia:0 +msgid "Diferencia" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuota a compensar de periodos anteriores" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 +#, python-format +msgid "The identification (1) and income (2) must be 72 characters long" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "Resultado liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "August" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processing" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "June" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:114 +#, python-format +msgid "The vat records must be 749 characters long and are %s" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "November" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "January" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Third quarter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensar:0 +msgid "Compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period:0 +msgid "Period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "General" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "In process models" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Cancel" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Recalculate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Importe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Fourth quarter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Compensación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "October" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Draft models" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:186 +#, python-format +msgid "The 303 report must be 1353 characters long and are %s" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_ingreso_id:0 +msgid "CCC Ingreso" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous Declaration Number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "AEAT 303 report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Complementaria" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "February" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,attach_id:0 +msgid "BOE file" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "April" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe +msgid "Export AEAT Model 303 to BOE format" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 +#, python-format +msgid "CCC de ingreso no válido %s" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Second quarter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:206 +#, python-format +msgid "No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "May" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:191 +#, python-format +msgid "%s_report_%s.txt" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" +msgstr "" + diff --git a/l10n_es_aeat_mod303/mod303.py b/l10n_es_aeat_mod303/mod303.py new file mode 100644 index 00000000000..c477075f93e --- /dev/null +++ b/l10n_es_aeat_mod303/mod303.py @@ -0,0 +1,237 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## +from datetime import datetime +from dateutil.relativedelta import relativedelta +from openerp.osv import orm, fields +from openerp.tools.translate import _ +from openerp.addons.account.report.account_tax_report import tax_report +import re +import time + +class l10n_es_aeat_mod303_report(orm.Model): + _inherit = "l10n.es.aeat.report" + _name = "l10n.es.aeat.mod303.report" + _description = "AEAT 303 Report" + _rec_name = "number" + + def button_calculate(self, cr, uid, ids, context=None): + self.action_confirm(cr, uid, ids, context=context) + return True + + def button_recalculate(self, cr, uid, ids, context=None): + self.action_confirm(cr, uid, ids, context=context) + return True + + def button_export(self, cr, uid, ids, context=None): + export_obj = self.pool.get("l10n.es.aeat.mod303.export_to_boe") + for report in self.browse(cr, uid, ids, context=context): + export_obj._export_boe_file(cr, uid, ids, report, '303') + return True + + _columns = { + 'company_partner_id': fields.related('company_id', 'partner_id', + type='many2one', relation='res.partner', string='Partner', + store=True), + 'period': fields.selection( + [('1T', 'First quarter'), ('2T', 'Second quarter'), + ('3T', 'Third quarter'), ('4T', 'Fourth quarter'), + ('01', 'January'), ('02', 'February'), ('03', 'March'), + ('04', 'April'), ('05', 'May'), ('06', 'June'), + ('07', 'July'), ('08', 'August'), ('09', 'September'), + ('10', 'October'), ('11', 'November'), ('12', 'December')], + 'Period', states={'done':[('readonly',True)]}), + 'devolucion_mensual' : fields.boolean("Devolución Mensual", + help="Inscrito en el Registro de Devolución Mensual", + states={'done':[('readonly',True)]}), + 'complementaria' : fields.boolean("Autoliquidación complementaria", + states={'done':[('readonly',True)]}), + 'contact_name': fields.char("Full name", size=40), + 'total_devengado' : fields.float("IVA devengado", readonly=True), # 21 + 'total_deducir' : fields.float("IVA a deducir", readonly=True), # 37 + 'diferencia' : fields.float("Diferencia", readonly=True, + help="( IVA devengado - IVA deducible )"), # 38 + 'porcentaje_atribuible_estado' : fields.float("%", + help="Los sujetos pasivos que tributen conjuntamente a la " + "Administración del Estado y a las Diputaciones Forales " + "del País Vasco o a la Comunidad Foral de Navarra, " + "consignarán en esta casilla el porcentaje del volumen " + "de operaciones en territorio común. Los demás sujetos " + "pasivos consignarán en esta casilla el 100%", + states={'done':[('readonly',True)]}), ## 39 + 'atribuible_estado' : fields.float("Atribuible a la Administración", + readonly=True), ## 40 + 'cuota_compensar' : fields.float("Cuotas a compensar", + help="Cuota a compensar de periodos anteriores", + states={'done':[('readonly',True)]}), ## 41 + 'regularizacion_anual' : fields.float("Regularización anual", + help="En la última autoliquidación del año (la del período " + "4T o mes 12) se hará constar, con el signo que " + "corresponda, el resultado de la regularización anual " + "conforme disponen las Leyes por las que se aprueban el " + "Concierto Económico entre el Estado y la Comunidad " + "Autónoma del País Vasco y el Convenio Económico entre " + "el Estado y la Comunidad Foral de Navarra.""", + states={'done':[('readonly',True)]}), ## 45 + 'resultado_casilla_46' : fields.float("Resultado", + help="Atribuible a la Administración [40] - Cuotas a compensar " + "[41] + Regularización anual [45]""", readonly=True), # 46 + 'previus_result' : fields.float("A deducir", + help="Resultado de la anterior o anteriores del mismo " + "concepto, ejercicio y periodo", + states={'done':[('readonly',True)]}), # 47 + 'resultado_liquidacion' : fields.float("Resultado liquidación", + readonly=True), # 48 + 'compensar' : fields.float("Compensar", + states={'done':[('readonly',True)]}), # 49 + "devolver" : fields.float("Devolver", + states={'done':[('readonly',True)]}), + "ingresar" : fields.float("Ingresar", + states={'done':[('readonly',True)]}), + 'cuenta_devolucion_id' : fields.many2one("res.partner.bank", + "CCC devolución", states={'done':[('readonly',True)]}), + 'cuenta_ingreso_id' : fields.many2one("res.partner.bank", + "CCC Ingreso", states={'done':[('readonly',True)]}), + 'sin_actividad' : fields.boolean("Sin actividad", + states={'done':[('readonly',True)]}), + } + + _defaults = { + 'number' : '303', + 'porcentaje_atribuible_estado': 100, + 'cuota_compensar' : 0, + } + + def _get_period(self, cr, uid, ids, context=None): + period_obj = self.pool.get("account.period") + quarter_dict = { + "1T": 'first', + "2T": 'second', + "3T": 'third', + "4T": 'fourth', + } + account_period_id = [] + for mod303 in self.browse(cr, uid, ids, context=context): + fecha_ini = False + fecha_fin = False + dec_year = mod303.fiscalyear_id.date_start.split('-')[0] + mod = mod303.period + if mod >= '01' and mod <= '12': + fecha_ini = datetime.strptime('%s-%s-01' %(dec_year, mod), '%Y-%m-%d') + fecha_fin = fecha_ini + relativedelta(months=+1, days=-1) + account_period_id = period_obj.search(cr, uid, + [('date_start', '=', fecha_ini), + ('date_stop', '=', fecha_fin)], + context=context) + elif mod in ('1T', '2T', '3T', '4T'): + month = ((int(mod[0]) - 1) * 3) + 1 + fecha_ini = datetime.strptime('%s-%s-01' %(dec_year, month), '%Y-%m-%d') + fecha_fin = fecha_ini + relativedelta(months=3, days=-1) + account_period_id = period_obj.search(cr, uid, + [('date_start', '=', fecha_ini), + ('date_stop', '=', fecha_fin)], + context=context) + if not account_period_id: + account_period_id = period_obj.search(cr, uid, + [('quarter', '=', quarter_dict[mod])], + context=context) + if not account_period_id: + raise orm.except_orm(_('El periodo seleccionado no coincide ' + 'con los periodos del ejercicio fiscal: '), dec_year) + return account_period_id + + def _get_report_lines(self, cr, uid, id, context=None): + dict_code_values = {} + for i in range(1, 51): + dict_code_values["[%.2d]" %i] = 0 + mod303 = self.browse(cr, uid, id, context=context) + generated_report = tax_report(cr, uid, "account.vat.declaration") + generated_report.period_ids = self._get_period(cr, uid, [mod303.id], + context=context) + generated_report.display_detail = False + try: + lines = generated_report._get_lines('invoices', + company_id=mod303.company_id.id) + except TypeError: + # Este error ocurre en la rama OCB, ya que se ha añadido en la + # revisión 9599 un nuevo parámetro posicional al método. + # Publicado como bug #1269965, pendiente de resolución, esto + # es un parche temporal + lines = generated_report._get_lines('invoices', False, + company_id=mod303.company_id.id) + ordered_lines = sorted(lines, key=lambda k: k['code']) + for code in dict_code_values.keys(): + for line in ordered_lines: + if code == line["code"]: + dict_code_values[code] += line["tax_amount"] + return dict_code_values + + def action_confirm(self, cr, uid, ids, context=None): + for mod303 in self.browse(cr, uid, ids, context=context): + report_lines = self._get_report_lines(cr, uid, mod303.id, context) + regularizacion_anual = (mod303.regularizacion_anual if + (mod303.period == "4T" or + mod303.period == "12") else 0) + total_devengado = report_lines.get("[21]") + total_deducir = report_lines.get("[37]") + atribuible_estado = ((total_devengado - total_deducir) * + mod303.porcentaje_atribuible_estado / 100) + casilla_46 = (atribuible_estado - mod303.cuota_compensar + + regularizacion_anual) + previus_result = mod303.previus_result if mod303.complementaria else 0 + resultado_liquidacion = casilla_46 - previus_result + vals = { + 'state': 'calculated', + 'calculation_date': time.strftime('%Y-%m-%d'), + 'total_devengado': total_devengado, + 'total_deducir': total_deducir, + 'diferencia': total_devengado - total_deducir, + 'atribuible_estado': atribuible_estado, + 'resultado_casilla_46': casilla_46, + 'resultado_liquidacion': resultado_liquidacion, + 'compensar': abs(resultado_liquidacion) if resultado_liquidacion < 0 and mod303.devolver == 0 else 0, + 'ingresar': resultado_liquidacion if resultado_liquidacion > 0 else 0 + } + if (mod303.regularizacion_anual > 0 and not + (mod303.period == "4T" and mod303.period == "12")): + self.log(cr, uid, mod303.id, + _("El valor añadido para la regularizacion anual no se ha " + "tenido en cuenta por no ser un periodo de cierre (12 o " + "4T)"), context=context) + self.write(cr, uid, mod303.id, vals, context=context) + return True + + def confirm(self, cr, uid, ids, context=None): + """Set report status to done and check its records""" + msg = "" + for mod303 in self.browse(cr, uid, ids, context=context): + if mod303.ingresar > 0 and not mod303.cuenta_ingreso_id: + msg = _('Seleccione una cuenta para ingresar el importe') + if mod303.devolver > 0 and not mod303.cuenta_devolucion_id: + msg = _('Seleccione una cuenta para realizar la devolución') + if mod303.resultado_liquidacion == 0 and not mod303.sin_actividad: + msg = _("No hay actividad en el periodo seleccionado. " + "Marque la casilla correspondinte") + if msg: + raise orm.except_orm("", msg) + self.write(cr, uid, ids, {'state': 'done'}) + return True + + def cancel(self, cr, uid, ids, context=None): + """Set report status to cancelled.""" + self.write(cr, uid, ids, {'state': 'canceled'}, context=context) + return True diff --git a/l10n_es_aeat_mod303/mod303_view.xml b/l10n_es_aeat_mod303/mod303_view.xml new file mode 100644 index 00000000000..e7514c91971 --- /dev/null +++ b/l10n_es_aeat_mod303/mod303_view.xml @@ -0,0 +1,124 @@ + + + + + + l10n_es.aeat.mod303.report.tree + l10n.es.aeat.mod303.report + + + + + + + + + + + + + l10n_es.aeat.mod303.report.form + l10n.es.aeat.mod303.report + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + AEAT Model 303 (search) + l10n.es.aeat.mod303.report + search + + + + + + + + + + + + + + + AEAT model 303 + l10n.es.aeat.mod303.report + form + tree,form + Create and query AEAT Model 303 reports + + + + +
+
diff --git a/l10n_es_aeat_mod303/mod303_workflow.xml b/l10n_es_aeat_mod303/mod303_workflow.xml new file mode 100644 index 00000000000..00d29ae7661 --- /dev/null +++ b/l10n_es_aeat_mod303/mod303_workflow.xml @@ -0,0 +1,66 @@ + + + + + + AEAT 303 Report + l10n.es.aeat.mod303.report + True + + + + + + True + draft + + + + + calculated + write({'state':'calculated'}) + function + + + + + confirmed + action_confirm() + function + + + + + canceled + True + write({'state':'canceled'}) + function + + + + + + + calculate + + + + + + confirm + + + + + + cancel + + + + + + cancel + + + + diff --git a/l10n_es_aeat_mod303/security/ir.model.access.csv b/l10n_es_aeat_mod303/security/ir.model.access.csv new file mode 100644 index 00000000000..445c74cbaa6 --- /dev/null +++ b/l10n_es_aeat_mod303/security/ir.model.access.csv @@ -0,0 +1,2 @@ +"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" +"access_l10n_es_aeat_mod303_manager","l10n_es_aeat_mod303 manager","model_l10n_es_aeat_mod303_report","l10n_es_aeat.group_account_aeat",1,1,1,1 diff --git a/l10n_es_aeat_mod303/static/src/img/icon.png b/l10n_es_aeat_mod303/static/src/img/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a4799a7400d2e1988a39cb0de05f67b9fc5267 GIT binary patch literal 5861 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 qM4u`D!!)1_iq)VVh1)Z+w + + + + + + + image/svg+xml + + + + + + + + + + + + + + + 303 + diff --git a/l10n_es_aeat_mod303/wizard/__init__.py b/l10n_es_aeat_mod303/wizard/__init__.py new file mode 100644 index 00000000000..4ab417f4ae5 --- /dev/null +++ b/l10n_es_aeat_mod303/wizard/__init__.py @@ -0,0 +1,18 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## +from . import export_mod303_to_boe diff --git a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py new file mode 100644 index 00000000000..70702edc26e --- /dev/null +++ b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py @@ -0,0 +1,201 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## +from datetime import datetime +from openerp.tools.translate import _ +from openerp.osv import orm +import base64 +import time + +class l10n_es_aeat_mod303_export_to_boe(orm.TransientModel): + _inherit = "l10n.es.aeat.report.export_to_boe" + _name = "l10n.es.aeat.mod303.export_to_boe" + _description = "Export AEAT Model 303 to BOE format" + + def _get_formated_declaration(self,report): + res = '' + ## cabecera + res += " " + # Tipo de declaración - "Para impresión, cualquier caracter + # alfanumérico o 'N' si la autoliquidación se declara SIN ACTIVIDAD" + res += self._formatString("N" if report.sin_actividad else " ", 1) + # Identificación (1) + res += self._formatString(report.company_vat, 9) # NIF del declarante + res += self._formatString(report.company_id.name, 30) # Apellidos o razón social. + res += self._formatString("", 15) # Nombre + res += self._formatBoolean(report.devolucion_mensual, yes='1', no='2') + ## devengo (2) + res += self._formatNumber(report.fiscalyear_id.code, 4) + res += self._formatString(report.period, 2) + assert len(res) == 71, _("The identification (1) and income (2) must " + "be 72 characters long") + return res + + def _get_formated_vat(self, cr, uid, report, lines): + res = '' + ## IVA devengado + # -- Regimen General y Recargo de Equivalencia - code_pair [1~18] + codes = [ + ## Régimen general + ('[01]','[03]'), + ('[04]','[06]'), + ('[07]','[09]'), + ## Recargo de equivalencia + ('[10]','[12]'), + ('[13]','[15]'), + ('[16]','[18]'), + ] + for code_pair in codes: + base_imponible = lines.get(code_pair[0], 0) + cuota = lines.get(code_pair[1], 0) + tipo = cuota / base_imponible * 100 if base_imponible else 0 + # base imponible X % -- codes [1, 4, 7, 10, 13, 16] + res += self._formatNumber(base_imponible, 15, 2) + # tipo % codes - [2, 5, 8, 11, 14, 17] + res += self._formatNumber(tipo, 3, 2) + # cuota X % -- codes [3, 6, 9, 12, 15, 18] + res += self._formatNumber(cuota, 15, 2) + # -- Adquisiciones Intracomunitarias - codes [19,20] + res += self._formatNumber(lines.get("[19]"), 15, 2) ## base imponible + res += self._formatNumber(lines.get("[20]"), 15, 2) ## cuota + # -- Total Cuota Devengada - code [21] + res += self._formatNumber(report.total_devengado, 15, 2) ## cuota + ## IVA deducible + # -- Por Cuotas soportadas ... - codes [22~25] + # -- Por Cuotas satisfechas en ... - codes [26~29] + # -- En adquisiciones intracomunitarias de bienes ... - codes [30~33] + for i in range(22, 34): + res += self._formatNumber(lines.get("[%s]" % i), 15, 2) + # -- + # Compesaciones Regimen Especial AG y P + res += self._formatNumber(lines.get("[34]"), 15, 2) + # Regularización inversiones + res += self._formatNumber(lines.get("[35]"), 15, 2) + # Regularización inversiones por aplicación del porcentaje def de prorrata + res += self._formatNumber(lines.get("[36]"), 15, 2) + # -- Total a deducir + res += self._formatNumber(report.total_deducir, 15, 2) + # Diferencia [21] - [37] + res += self._formatNumber(report.diferencia, 15, 2) + # Atribuible a la administracion ... + # TODO: Navarra y País Vasco + res += self._formatNumber(report.porcentaje_atribuible_estado, 3, 2) + res += self._formatNumber(report.atribuible_estado, 15, 2) + res += self._formatNumber(report.cuota_compensar, 15, 2) ## [41] + # Entregas intracomunitarias + res += self._formatNumber(lines.get("[42]"), 15, 2) + # [42], Exportaciones y operaciones asimiladas + res += self._formatNumber(lines.get("[43]"), 15, 2) + # [43], Derecho a deucción [44] + res += self._formatNumber(lines.get("[44]"), 15, 2) + ## Estado y Comunidades Forales + res += self._formatNumber(report.regularizacion_anual, 15, 2) + res += self._formatNumber(report.resultado_casilla_46, 15, 2) ## [40] - [41] + ## A deducir - autoliquidación complementaria .... pedir campo + res += self._formatNumber(report.previus_result if report.complementaria else 0, 15, 2) + res += self._formatNumber(report.resultado_liquidacion, 15, 2) ## [48] + ## A compensar + res += self._formatNumber(report.compensar, 15, 2) ## [49] + ## Marca SIN ACTIVIDAD + res += self._formatBoolean( report.sin_actividad , yes='1', no='2') # + assert len(res) == 822 - 72, _("The vat records must be 749 characters long and are %s") % len(res) + return res + + def _get_formated_last_info(self, report): + res = '' + ## devolucion (6) + res += self._formatNumber(report.devolver, 15, 2) ## devolucion [50] + ccc = "" + if report.cuenta_devolucion_id and report.devolver: + ccc = report.cuenta_devolucion_id.acc_number.replace("-", "").replace(" ", "") + if not (len(ccc) == 20 and ccc.isdigit()): + raise orm.except_orm(_('Warning'), + _("CCC de devolución no válida \n%s") %ccc) + res += self._formatString(ccc,20) ## no hay devolución + """ + ## ingreso (7) + 859 1 Num Ingreso (7) - Forma de pago + 860 17 N Ingreso (7) - Importe [I] + 877 4 An Ingreso (7) - Código cuenta cliente - Entidad + 881 4 An Ingreso (7) - Código cuenta cliente - Oficina + 885 2 An Ingreso (7) - Código cuenta cliente - DC + 887 10 An Ingreso (7) - Código cuenta cliente - Número de cuenta + """ + # NO SE USA ??? Forma de Pago - "0" No consta, "1" Efectivo, + # "2" Adeudo en cuenta, "3" Domiciliación + res += self._formatString("0", 1) + res += self._formatNumber(report.ingresar, 15, 2) ## devolucion [50] + ccc = "" + if report.cuenta_ingreso_id and report.ingresar: + ccc = report.cuenta_ingreso_id.acc_number.replace("-", "").replace(" ", "") + if not (len(ccc) == 20 and ccc.isdigit()): + raise orm.except_orm(_('Warning'), + _("CCC de ingreso no válido %s") % ccc) + res += self._formatString(ccc,20) ## no hay devolución + # Complementaria (8) Indicador Autoliquidación complementaria + res += self._formatBoolean(report.complementaria, yes='1', no='0') + # Complementaria (8) - no justificante declaración anterior + res += self._formatString(report.previous_number if report.complementaria else "" , 13) + ## TODO -- hardcode por ahora + # Autorización conjunta + res += self._formatBoolean(False, yes='1', no=' ') + res += self._formatString(' ', 1) ## 77 autodeclaracion del concurso + res += ' '*398 ## campo reservado + # Localidad + res += self._formatString(report.company_id.partner_id.city, 16) + # TODO: Utilizar formato del servidor + date = datetime.strptime(report.calculation_date, "%Y-%m-%d %H:%M:%S") + res += self._formatString(date.strftime("%d"), 2) ## fecha: Dia + res += self._formatString(_(date.strftime("%B")), 10) ## fecha: Mes + res += self._formatString(date.strftime("%Y"), 4) ## fecha: Año + res += self._formatString("", 9) + res += "\r\n".encode("ascii") + return res + + def _export_boe_file(self, cr, uid, ids, report, model=None, + context=None): + """ Action that exports the data into a BOE formated text file """ + # TODO: Integrar mejor con el módulo base, pero para ello hace falta + # cambiar l10n_es_aeat para que admita parámetros. Hacer también + # heredable las comprobaciones finales. + assert model , _("AEAT Model is necessary") + model_report_obj = self.pool.get("l10n.es.aeat.mod303.report") + for id in ids: + lines = model_report_obj._get_report_lines(cr, uid, id, + context=context) + res = '' + ## IDENTIFICACION (1) y DEVENGO (2) + res += self._get_formated_declaration(report) + ## LIQUIDACIÓN (3) y COMPENSACION(4) + res += self._get_formated_vat(cr, uid, report, lines) + ## DEVOLUCION (6), INGRESO (7), COMPLEMENTARIA (8) Y FIRMA (9) + res += self._get_formated_last_info(report) + assert len(res) == 1353, _("The 303 report must be 1353 " + "characters long and are %s") %len(res) + ## Generate the file and save as attachment + file = base64.encodestring(res) + # TODO: Utilizar formato de fecha del usuario + file_name = _("%s_report_%s.txt") %( + model, time.strftime(_("%Y-%m-%d"))) + self.pool["ir.attachment"].create(cr, uid, { + "name" : file_name, + "datas" : file, + "datas_fname" : file_name, + "res_model" : "l10n.es.aeat.mod%s.report" %model, + "res_id" : id, + }, context=context) + return True From fe0258e5fc289a83ae238a89e618affeb563f9b3 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of openerp-spain-team Date: Sat, 18 Jan 2014 07:06:07 +0000 Subject: [PATCH 002/147] Launchpad automatic translations update. --- l10n_es_aeat_mod303/i18n/es.po | 85 ++++++++++++++++++++++++---------- 1 file changed, 61 insertions(+), 24 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 38dcb5000ff..076c6e9271a 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,19 +1,21 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 +# Spanish translation for openerp-spain +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openerp-spain package. +# FIRST AUTHOR , 2014. # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 7.0\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: openerp-spain\n" +"Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-01-16 19:44+0000\n" -"PO-Revision-Date: 2014-01-16 20:45+0100\n" -"Last-Translator: Pedro Manuel Baeza \n" -"Language-Team: \n" +"PO-Revision-Date: 2014-01-17 07:18+0000\n" +"Last-Translator: Pedro Manuel Baeza \n" +"Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: \n" +"X-Launchpad-Export-Date: 2014-01-18 07:06+0000\n" +"X-Generator: Launchpad (build 16901)\n" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,sin_actividad:0 @@ -87,7 +89,8 @@ msgstr "Nombre completo" #: code:addons/l10n_es_aeat_mod303/mod303.py:142 #, python-format msgid "El periodo seleccionado no coincide con los periodos del año fiscal:" -msgstr "El periodo seleccionado no coincide con los periodos del ejercicio fiscal:" +msgstr "" +"El periodo seleccionado no coincide con los periodos del ejercicio fiscal:" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -123,8 +126,10 @@ msgstr "CCC devolución" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,previus_result:0 -msgid "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" -msgstr "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgid "" +"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgstr "" +"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 @@ -138,8 +143,18 @@ msgstr "Modelos cancelados" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" -msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 @@ -221,8 +236,12 @@ msgstr "IVA a deducir" #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/mod303.py:191 #, python-format -msgid "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" -msgstr "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" +msgid "" +"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " +"no ser un periodo de cierre (12 o 4T)" +msgstr "" +"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " +"no ser un periodo de cierre (12 o 4T)" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,atribuible_estado:0 @@ -443,7 +462,9 @@ msgstr "Modelos borrador" #: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:186 #, python-format msgid "The 303 report must be 1353 characters long and are %s" -msgstr "La declaración del modelo 303 debe tener 1353 caracteres, y actualmente son %s" +msgstr "" +"La declaración del modelo 303 debe tener 1353 caracteres, y actualmente son " +"%s" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 @@ -487,8 +508,18 @@ msgstr "Febrero" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,attach_id:0 @@ -540,8 +571,11 @@ msgstr "Declaración AEAT 303" #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/mod303.py:206 #, python-format -msgid "No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" -msgstr "No hay actividad en el periodo seleccionado. Marque la casilla correspondiente" +msgid "" +"No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" +msgstr "" +"No hay actividad en el periodo seleccionado. Marque la casilla " +"correspondiente" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -556,6 +590,9 @@ msgstr "%s_report_%s.txt" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" -msgstr "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" - +msgid "" +"Atribuible a la Administración [40] - Cuotas a compensar [41] + " +"Regularización anual [45]" +msgstr "" +"Atribuible a la Administración [40] - Cuotas a compensar [41] + " +"Regularización anual [45]" From 34f1f3239bbbffdf0e452e80b0b00ee04fd2e393 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 23 Jan 2014 17:41:59 +0100 Subject: [PATCH 003/147] =?UTF-8?q?[IMP]=20l10n=5Fes=5Faeat:=20Mejorado=20?= =?UTF-8?q?mecanismo=20de=20herencia=20para=20reaprovechar=20m=C3=A1s=20c?= =?UTF-8?q?=C3=B3digo.=20[IMP]=20l10n=5Fes=5Faeat:=20A=C3=B1adido=20wizard?= =?UTF-8?q?=20para=20ver=20el=20resultado=20de=20la=20exportaci=C3=B3n=20s?= =?UTF-8?q?in=20necesidad=20de=20tener=20el=20m=C3=B3dulo=20document.=20[I?= =?UTF-8?q?MP]=20l10n=5Fes=5Faeat:=20Puesta=20transici=C3=B3n=20de=20estad?= =?UTF-8?q?os=20sin=20workflow.=20[IMP]=20l10n=5Fes=5Faeat=5Fmod303:=20Ada?= =?UTF-8?q?ptado=20al=20nuevo=20mecanismo.=20Se=20elimina=20workflow=20ant?= =?UTF-8?q?erior=20mediante=20un=20script=20de=20migraci=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/__openerp__.py | 11 +- l10n_es_aeat_mod303/i18n/es.po | 350 +++++++----------- .../i18n/l10n_es_aeat_mod303.pot | 234 +++++------- .../migrations/1.1/pre-migration.py | 73 ++++ l10n_es_aeat_mod303/mod303.py | 85 ++--- l10n_es_aeat_mod303/mod303_view.xml | 152 ++++---- l10n_es_aeat_mod303/mod303_workflow.xml | 66 ---- .../wizard/export_mod303_to_boe.py | 48 +-- .../wizard/export_mod303_to_boe.xml | 18 + 9 files changed, 449 insertions(+), 588 deletions(-) create mode 100644 l10n_es_aeat_mod303/migrations/1.1/pre-migration.py delete mode 100644 l10n_es_aeat_mod303/mod303_workflow.xml create mode 100644 l10n_es_aeat_mod303/wizard/export_mod303_to_boe.xml diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index e25700f5286..5b7c5e55366 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -25,21 +25,26 @@ { "name" : "AEAT modelo 303", - "version" : "1.0", + "version" : "1.1", "author" : "GuadalTech", "license" : "AGPL-3", "website" : "http://www.guadaltech.es", 'contributors': ["Pedro M. Baeza , 2014. +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 # msgid "" msgstr "" -"Project-Id-Version: openerp-spain\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-16 19:44+0000\n" -"PO-Revision-Date: 2014-01-17 07:18+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" -"Language-Team: Spanish \n" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-01-23 16:12+0000\n" +"PO-Revision-Date: 2014-01-23 17:15+0100\n" +"Last-Translator: Pedro Manuel Baeza \n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-01-18 07:06+0000\n" -"X-Generator: Launchpad (build 16901)\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,sin_actividad:0 msgid "Sin actividad" msgstr "Sin actividad" -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Confirmed models" -msgstr "Modelos confirmados" - #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 msgid "Declaración" @@ -53,7 +46,6 @@ msgid "March" msgstr "Marzo" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 #: field:l10n.es.aeat.mod303.report,company_id:0 msgid "Company" msgstr "Compañía" @@ -64,38 +56,48 @@ msgid "Devolver" msgstr "Devolver" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:202 +#: code:addons/l10n_es_aeat_mod303/mod303.py:209 +#: code:addons/l10n_es_aeat_mod303/mod303.py:223 #, python-format msgid "Seleccione una cuenta para ingresar el importe" msgstr "Seleccione una cuenta para ingresar el importe" -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Resultado" -msgstr "Resultado" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Substitutive" msgstr "Substitutive" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "Previous declaration number" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,contact_name:0 msgid "Full name" msgstr "Nombre completo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:142 +#: code:addons/l10n_es_aeat_mod303/mod303.py:136 +#: code:addons/l10n_es_aeat_mod303/mod303.py:153 #, python-format -msgid "El periodo seleccionado no coincide con los periodos del año fiscal:" -msgstr "" -"El periodo seleccionado no coincide con los periodos del ejercicio fiscal:" +msgid "El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " +msgstr "El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "September" -msgstr "Septiembre" +#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "get" +msgstr "resultados" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.export_to_boe,name:0 +msgid "File name" +msgstr "Nombre de archivo" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "Declaration number" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previus_result:0 @@ -103,9 +105,9 @@ msgid "A deducir" msgstr "A deducir" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 +#: selection:l10n.es.aeat.mod303.report,state:0 msgid "Cancelled" -msgstr "Cancelado" +msgstr "Cancelada" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,complementaria:0 @@ -113,48 +115,41 @@ msgid "Autoliquidación complementaria" msgstr "Autoliquidación complementaria" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:125 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:145 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_wizard_aeat_mod303_export +msgid "Export AEAT 303 BOE file" +msgstr "Exportar archivo BOE AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 #, python-format msgid "Warning" msgstr "Aviso" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 -msgid "CCC devolución" -msgstr "CCC devolución" +#: view:l10n.es.aeat.mod303.report:0 +msgid "413" +msgstr "413" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previus_result:0 -msgid "" -"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" -msgstr "" -"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Empresa" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Confirm" -msgstr "Confirmar" +#: help:l10n.es.aeat.mod303.report,previus_result:0 +msgid "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgstr "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Cancelled models" -msgstr "Modelos cancelados" +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "February" +msgstr "Febrero" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " -"Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " -"Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" +msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 @@ -166,34 +161,25 @@ msgstr "Estado" msgid "First quarter" msgstr "1er trimestre" -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "AEAT 303" -msgstr "AEAT 303" - #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,support_type:0 msgid "Support Type" msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:193 #, python-format msgid "%Y-%m-%d" msgstr "%Y-%m-%d" -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Export to BOE" -msgstr "Exportar a formato BOE" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 msgid "July" msgstr "Julio" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:204 +#: code:addons/l10n_es_aeat_mod303/mod303.py:211 +#: code:addons/l10n_es_aeat_mod303/mod303.py:225 #, python-format msgid "Seleccione una cuenta para realizar la devolución" msgstr "Seleccione una cuenta para realizar la devolución" @@ -204,12 +190,7 @@ msgid "Inscrito en el Registro de Devolución Mensual" msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "Modelo AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:127 #, python-format msgid "" "CCC de devolución no válida \n" @@ -223,30 +204,27 @@ msgstr "" msgid "Calculation date" msgstr "Fecha de cálculo" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 +msgid "CCC devolución" +msgstr "CCC devolución" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,ingresar:0 msgid "Ingresar" msgstr "Ingresar" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "IVA a deducir" -msgstr "IVA a deducir" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:191 +#: code:addons/l10n_es_aeat_mod303/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/mod303.py:212 #, python-format -msgid "" -"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " -"no ser un periodo de cierre (12 o 4T)" -msgstr "" -"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " -"no ser un periodo de cierre (12 o 4T)" +msgid "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" +msgstr "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "Atribuible a la Administración" -msgstr "Atribuible a la Administración" +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "September" +msgstr "Septiembre" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -254,14 +232,9 @@ msgid "December" msgstr "Diciembre" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration Number" -msgstr "Número declaración" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Canceled" -msgstr "Cancelado" +#: view:l10n.es.aeat.mod303.report:0 +msgid "Compensación" +msgstr "Compensación" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 @@ -269,12 +242,7 @@ msgid "Ingreso" msgstr "Ingreso" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Calculate" -msgstr "Calcular" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:174 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:175 #, python-format msgid "AEAT Model is necessary" msgstr "Es necesario el modelo AEAT" @@ -285,12 +253,6 @@ msgid "DVD" msgstr "DVD" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "In process" -msgstr "En proceso" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Draft" msgstr "Borrador" @@ -310,8 +272,14 @@ msgstr "Diferencia" msgid "Cuota a compensar de periodos anteriores" msgstr "Cuota a compensar de periodos anteriores" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "open" +msgstr "abierto" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:44 #, python-format msgid "The identification (1) and income (2) must be 72 characters long" msgstr "La identificación (1) y los ingresos (2) deben ocupar 72 caracteres" @@ -332,9 +300,9 @@ msgid "Normal" msgstr "Normal" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processing" -msgstr "Procesando" +#: field:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "unknown" +msgstr "desconocido" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -342,7 +310,7 @@ msgid "June" msgstr "Junio" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:114 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:115 #, python-format msgid "The vat records must be 749 characters long and are %s" msgstr "Los registros de impuestos deben ocupar 749 caracteres y ocupan %s" @@ -358,20 +326,15 @@ msgid "November" msgstr "Noviembre" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución Mensual" -msgstr "Devolución mensual" +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "October" +msgstr "Octubre" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 msgid "January" msgstr "Enero" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "Regularización anual" -msgstr "Regularización anual" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Processed" @@ -408,30 +371,24 @@ msgid "Period" msgstr "Periodo" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "General" -msgstr "General" +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "Atribuible a la Administración" +msgstr "Atribuible a la Administración" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "In process models" -msgstr "Modelos en proceso" +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "Ejercicio fiscal" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" msgstr "Realizado" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Recalculate" -msgstr "Recalcular" +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 @@ -444,27 +401,16 @@ msgid "Fourth quarter" msgstr "4to trimestre" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Compensación" -msgstr "Compensación" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "October" -msgstr "Octubre" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Draft models" -msgstr "Modelos borrador" +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución Mensual" +msgstr "Devolución mensual" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:186 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:171 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 #, python-format msgid "The 303 report must be 1353 characters long and are %s" -msgstr "" -"La declaración del modelo 303 debe tener 1353 caracteres, y actualmente son " -"%s" +msgstr "La declaración del modelo 303 debe tener 1353 caracteres, y actualmente son %s" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 @@ -486,45 +432,32 @@ msgstr "CCC ingreso" msgid "Legal Representative VAT number." msgstr "Nombre del representante legal." -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous Declaration Number" -msgstr "Número declaración anterior" - #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 -msgid "AEAT 303 report" -msgstr "Declaración AEAT 303" +msgid "Complementaria" +msgstr "Complementaria" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 -msgid "Complementaria" -msgstr "Complementaria" +#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "Resultado" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "February" -msgstr "Febrero" +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 +#, python-format +msgid "%s_report_%s.txt" +msgstr "%s_report_%s.txt" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,attach_id:0 -msgid "BOE file" -msgstr "Archivo BOE" +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "IVA a deducir" +msgstr "IVA a deducir" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -532,10 +465,9 @@ msgid "April" msgstr "Abril" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal Year" -msgstr "Ejercicio fiscal" +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "Regularización anual" +msgstr "Regularización anual" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report @@ -548,12 +480,7 @@ msgid "Telematics" msgstr "Telemática" #. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe -msgid "Export AEAT Model 303 to BOE format" -msgstr "Exportar el modelo AEAT 303 a formato BOE" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:147 #, python-format msgid "CCC de ingreso no válido %s" msgstr "CCC de ingreso no válida %s" @@ -569,13 +496,16 @@ msgid "AEAT 303 model" msgstr "Declaración AEAT 303" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:206 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe +msgid "Export Report to BOE Format" +msgstr "Exportar a formato BOE" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:213 +#: code:addons/l10n_es_aeat_mod303/mod303.py:227 #, python-format -msgid "" -"No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" -msgstr "" -"No hay actividad en el periodo seleccionado. Marque la casilla " -"correspondiente" +msgid "No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" +msgstr "No hay actividad en el periodo seleccionado. Marque la casilla correspondiente" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -583,16 +513,12 @@ msgid "May" msgstr "Mayo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:191 -#, python-format -msgid "%s_report_%s.txt" -msgstr "%s_report_%s.txt" +#: field:l10n.es.aeat.mod303.export_to_boe,data:0 +msgid "File" +msgstr "Archivo" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "" -"Atribuible a la Administración [40] - Cuotas a compensar [41] + " -"Regularización anual [45]" -msgstr "" -"Atribuible a la Administración [40] - Cuotas a compensar [41] + " -"Regularización anual [45]" +msgid "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" +msgstr "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" + diff --git a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot index cf52bfe4ed8..b9c98ffaebc 100644 --- a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot +++ b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot @@ -6,13 +6,13 @@ msgid "" msgstr "" "Project-Id-Version: OpenERP Server 7.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-16 19:44+0000\n" -"PO-Revision-Date: 2014-01-16 19:44+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2014-01-23 16:12+0000\n" +"PO-Revision-Date: 2014-01-23 17:15+0100\n" +"Last-Translator: Pedro Manuel Baeza \n" "Language-Team: \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: \n" #. module: l10n_es_aeat_mod303 @@ -20,11 +20,6 @@ msgstr "" msgid "Sin actividad" msgstr "" -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Confirmed models" -msgstr "" - #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 msgid "Declaración" @@ -51,7 +46,6 @@ msgid "March" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 #: field:l10n.es.aeat.mod303.report,company_id:0 msgid "Company" msgstr "" @@ -62,20 +56,20 @@ msgid "Devolver" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:202 +#: code:addons/l10n_es_aeat_mod303/mod303.py:209 +#: code:addons/l10n_es_aeat_mod303/mod303.py:223 #, python-format msgid "Seleccione una cuenta para ingresar el importe" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Resultado" +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" msgstr "" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" msgstr "" #. module: l10n_es_aeat_mod303 @@ -84,14 +78,25 @@ msgid "Full name" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:142 +#: code:addons/l10n_es_aeat_mod303/mod303.py:136 +#: code:addons/l10n_es_aeat_mod303/mod303.py:153 #, python-format -msgid "El periodo seleccionado no coincide con los periodos del año fiscal:" +msgid "El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " msgstr "" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "September" +#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "get" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.export_to_boe,name:0 +msgid "File name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" msgstr "" #. module: l10n_es_aeat_mod303 @@ -100,7 +105,7 @@ msgid "A deducir" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 +#: selection:l10n.es.aeat.mod303.report,state:0 msgid "Cancelled" msgstr "" @@ -110,30 +115,35 @@ msgid "Autoliquidación complementaria" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:125 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:145 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_wizard_aeat_mod303_export +msgid "Export AEAT 303 BOE file" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 #, python-format msgid "Warning" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 -msgid "CCC devolución" +#: view:l10n.es.aeat.mod303.report:0 +msgid "413" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previus_result:0 -msgid "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Confirm" +#: help:l10n.es.aeat.mod303.report,previus_result:0 +msgid "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Cancelled models" +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "February" msgstr "" #. module: l10n_es_aeat_mod303 @@ -151,34 +161,25 @@ msgstr "" msgid "First quarter" msgstr "" -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "AEAT 303" -msgstr "" - #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,support_type:0 msgid "Support Type" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:193 #, python-format msgid "%Y-%m-%d" msgstr "" -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Export to BOE" -msgstr "" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 msgid "July" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:204 +#: code:addons/l10n_es_aeat_mod303/mod303.py:211 +#: code:addons/l10n_es_aeat_mod303/mod303.py:225 #, python-format msgid "Seleccione una cuenta para realizar la devolución" msgstr "" @@ -189,14 +190,10 @@ msgid "Inscrito en el Registro de Devolución Mensual" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:127 #, python-format -msgid "CCC de devolución no válida \n" +msgid "" +"CCC de devolución no válida \n" "%s" msgstr "" @@ -206,24 +203,25 @@ msgid "Calculation date" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,ingresar:0 -msgid "Ingresar" +#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 +msgid "CCC devolución" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "IVA a deducir" +#: field:l10n.es.aeat.mod303.report,ingresar:0 +msgid "Ingresar" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:191 +#: code:addons/l10n_es_aeat_mod303/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/mod303.py:212 #, python-format msgid "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "Atribuible a la Administración" +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "September" msgstr "" #. module: l10n_es_aeat_mod303 @@ -231,28 +229,18 @@ msgstr "" msgid "December" msgstr "" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration Number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Canceled" -msgstr "" - #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 -msgid "Ingreso" +msgid "Compensación" msgstr "" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 -msgid "Calculate" +msgid "Ingreso" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:174 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:175 #, python-format msgid "AEAT Model is necessary" msgstr "" @@ -263,12 +251,6 @@ msgid "DVD" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "In process" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Draft" msgstr "" @@ -288,8 +270,14 @@ msgstr "" msgid "Cuota a compensar de periodos anteriores" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "open" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:44 #, python-format msgid "The identification (1) and income (2) must be 72 characters long" msgstr "" @@ -310,8 +298,8 @@ msgid "Normal" msgstr "" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processing" +#: field:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "unknown" msgstr "" #. module: l10n_es_aeat_mod303 @@ -320,7 +308,7 @@ msgid "June" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:114 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:115 #, python-format msgid "The vat records must be 749 characters long and are %s" msgstr "" @@ -336,8 +324,8 @@ msgid "November" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución Mensual" +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "October" msgstr "" #. module: l10n_es_aeat_mod303 @@ -345,11 +333,6 @@ msgstr "" msgid "January" msgstr "" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "Regularización anual" -msgstr "" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Processed" @@ -386,29 +369,23 @@ msgid "Period" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "General" +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "Atribuible a la Administración" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "In process models" +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Cancel" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Recalculate" +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 @@ -422,22 +399,13 @@ msgid "Fourth quarter" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Compensación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "October" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Draft models" +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución Mensual" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:186 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:171 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 #, python-format msgid "The 303 report must be 1353 characters long and are %s" msgstr "" @@ -462,24 +430,21 @@ msgstr "" msgid "Legal Representative VAT number." msgstr "" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous Declaration Number" -msgstr "" - #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 -msgid "AEAT 303 report" +msgid "Complementaria" msgstr "" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:0 -msgid "Complementaria" +#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "February" +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 +#, python-format +msgid "%s_report_%s.txt" msgstr "" #. module: l10n_es_aeat_mod303 @@ -488,8 +453,8 @@ msgid "En la última autoliquidación del año (la del período 4T o mes 12) se msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,attach_id:0 -msgid "BOE file" +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "IVA a deducir" msgstr "" #. module: l10n_es_aeat_mod303 @@ -498,9 +463,8 @@ msgid "April" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal Year" +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "Regularización anual" msgstr "" #. module: l10n_es_aeat_mod303 @@ -514,12 +478,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe -msgid "Export AEAT Model 303 to BOE format" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:147 #, python-format msgid "CCC de ingreso no válido %s" msgstr "" @@ -535,7 +494,13 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:206 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe +msgid "Export Report to BOE Format" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:213 +#: code:addons/l10n_es_aeat_mod303/mod303.py:227 #, python-format msgid "No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" msgstr "" @@ -546,9 +511,8 @@ msgid "May" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:191 -#, python-format -msgid "%s_report_%s.txt" +#: field:l10n.es.aeat.mod303.export_to_boe,data:0 +msgid "File" msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/migrations/1.1/pre-migration.py b/l10n_es_aeat_mod303/migrations/1.1/pre-migration.py new file mode 100644 index 00000000000..0dcf58ece6c --- /dev/null +++ b/l10n_es_aeat_mod303/migrations/1.1/pre-migration.py @@ -0,0 +1,73 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + +def migrate(cr, version): + if not version: + return + models = [ + "workflow.transition", + "workflow.activity", + "workflow", + ] + models_dict = { + "workflow.transition": "wkf_transition", + "workflow.activity": "wkf_activity", + "workflow": "wkf", + } + # Delete workflow workitems + cr.execute("""DELETE FROM + wkf_workitem + WHERE + act_id + IN + (SELECT id FROM + wkf_activity + WHERE + wkf_id + IN + (SELECT id FROM wkf + WHERE wkf.osv='l10n.es.aeat.mod303.report')) + """) + # Delete workflow instances + cr.execute("""DELETE FROM + wkf_instance + WHERE + wkf_id + IN + (SELECT id FROM wkf + WHERE wkf.osv='l10n.es.aeat.mod303.report') + """) + # Delete rest of the data + for model in models: + cr.execute("""DELETE FROM + %(table)s + WHERE + id + IN + (SELECT res_id FROM ir_model_data AS imd + WHERE imd.module='l10n_es_aeat_mod303' + AND imd.model='%(model)s') + """ % ({'table': models_dict[model], 'model': model})) + # Delete XML IDs + cr.execute("""DELETE FROM + ir_model_data + WHERE + module='l10n_es_aeat_mod303' + AND + model IN %s + """, (tuple(models),)) diff --git a/l10n_es_aeat_mod303/mod303.py b/l10n_es_aeat_mod303/mod303.py index c477075f93e..9825b43061d 100644 --- a/l10n_es_aeat_mod303/mod303.py +++ b/l10n_es_aeat_mod303/mod303.py @@ -20,28 +20,11 @@ from openerp.osv import orm, fields from openerp.tools.translate import _ from openerp.addons.account.report.account_tax_report import tax_report -import re -import time class l10n_es_aeat_mod303_report(orm.Model): _inherit = "l10n.es.aeat.report" _name = "l10n.es.aeat.mod303.report" _description = "AEAT 303 Report" - _rec_name = "number" - - def button_calculate(self, cr, uid, ids, context=None): - self.action_confirm(cr, uid, ids, context=context) - return True - - def button_recalculate(self, cr, uid, ids, context=None): - self.action_confirm(cr, uid, ids, context=context) - return True - - def button_export(self, cr, uid, ids, context=None): - export_obj = self.pool.get("l10n.es.aeat.mod303.export_to_boe") - for report in self.browse(cr, uid, ids, context=context): - export_obj._export_boe_file(cr, uid, ids, report, '303') - return True _columns = { 'company_partner_id': fields.related('company_id', 'partner_id', @@ -55,15 +38,15 @@ def button_export(self, cr, uid, ids, context=None): ('07', 'July'), ('08', 'August'), ('09', 'September'), ('10', 'October'), ('11', 'November'), ('12', 'December')], 'Period', states={'done':[('readonly',True)]}), - 'devolucion_mensual' : fields.boolean("Devolución Mensual", + 'devolucion_mensual': fields.boolean("Devolución Mensual", help="Inscrito en el Registro de Devolución Mensual", states={'done':[('readonly',True)]}), - 'complementaria' : fields.boolean("Autoliquidación complementaria", + 'complementaria': fields.boolean("Autoliquidación complementaria", states={'done':[('readonly',True)]}), 'contact_name': fields.char("Full name", size=40), - 'total_devengado' : fields.float("IVA devengado", readonly=True), # 21 - 'total_deducir' : fields.float("IVA a deducir", readonly=True), # 37 - 'diferencia' : fields.float("Diferencia", readonly=True, + 'total_devengado': fields.float("IVA devengado", readonly=True), # 21 + 'total_deducir': fields.float("IVA a deducir", readonly=True), # 37 + 'diferencia': fields.float("Diferencia", readonly=True, help="( IVA devengado - IVA deducible )"), # 38 'porcentaje_atribuible_estado' : fields.float("%", help="Los sujetos pasivos que tributen conjuntamente a la " @@ -73,12 +56,12 @@ def button_export(self, cr, uid, ids, context=None): "de operaciones en territorio común. Los demás sujetos " "pasivos consignarán en esta casilla el 100%", states={'done':[('readonly',True)]}), ## 39 - 'atribuible_estado' : fields.float("Atribuible a la Administración", + 'atribuible_estado': fields.float("Atribuible a la Administración", readonly=True), ## 40 - 'cuota_compensar' : fields.float("Cuotas a compensar", + 'cuota_compensar': fields.float("Cuotas a compensar", help="Cuota a compensar de periodos anteriores", states={'done':[('readonly',True)]}), ## 41 - 'regularizacion_anual' : fields.float("Regularización anual", + 'regularizacion_anual': fields.float("Regularización anual", help="En la última autoliquidación del año (la del período " "4T o mes 12) se hará constar, con el signo que " "corresponda, el resultado de la regularización anual " @@ -87,27 +70,27 @@ def button_export(self, cr, uid, ids, context=None): "Autónoma del País Vasco y el Convenio Económico entre " "el Estado y la Comunidad Foral de Navarra.""", states={'done':[('readonly',True)]}), ## 45 - 'resultado_casilla_46' : fields.float("Resultado", + 'resultado_casilla_46': fields.float("Resultado", help="Atribuible a la Administración [40] - Cuotas a compensar " "[41] + Regularización anual [45]""", readonly=True), # 46 - 'previus_result' : fields.float("A deducir", + 'previus_result': fields.float("A deducir", help="Resultado de la anterior o anteriores del mismo " "concepto, ejercicio y periodo", states={'done':[('readonly',True)]}), # 47 - 'resultado_liquidacion' : fields.float("Resultado liquidación", + 'resultado_liquidacion': fields.float("Resultado liquidación", readonly=True), # 48 - 'compensar' : fields.float("Compensar", - states={'done':[('readonly',True)]}), # 49 - "devolver" : fields.float("Devolver", - states={'done':[('readonly',True)]}), - "ingresar" : fields.float("Ingresar", - states={'done':[('readonly',True)]}), - 'cuenta_devolucion_id' : fields.many2one("res.partner.bank", + 'compensar': fields.float("Compensar", + states={'done':[('readonly',True)]}), # 49 + "devolver": fields.float("Devolver", + states={'done':[('readonly',True)]}), + "ingresar": fields.float("Ingresar", + states={'done':[('readonly',True)]}), + 'cuenta_devolucion_id': fields.many2one("res.partner.bank", "CCC devolución", states={'done':[('readonly',True)]}), - 'cuenta_ingreso_id' : fields.many2one("res.partner.bank", + 'cuenta_ingreso_id': fields.many2one("res.partner.bank", "CCC Ingreso", states={'done':[('readonly',True)]}), - 'sin_actividad' : fields.boolean("Sin actividad", - states={'done':[('readonly',True)]}), + 'sin_actividad': fields.boolean("Sin actividad", + states={'done':[('readonly',True)]}), } _defaults = { @@ -154,7 +137,11 @@ def _get_period(self, cr, uid, ids, context=None): 'con los periodos del ejercicio fiscal: '), dec_year) return account_period_id - def _get_report_lines(self, cr, uid, id, context=None): + def _get_report_lines(self, cr, uid, ids, context=None): + if isinstance(ids, list): + id = ids[0] + else: + id = ids dict_code_values = {} for i in range(1, 51): dict_code_values["[%.2d]" %i] = 0 @@ -180,9 +167,10 @@ def _get_report_lines(self, cr, uid, id, context=None): dict_code_values[code] += line["tax_amount"] return dict_code_values - def action_confirm(self, cr, uid, ids, context=None): + def calculate(self, cr, uid, ids, context=None): for mod303 in self.browse(cr, uid, ids, context=context): - report_lines = self._get_report_lines(cr, uid, mod303.id, context) + report_lines = self._get_report_lines(cr, uid, mod303.id, + context=context) regularizacion_anual = (mod303.regularizacion_anual if (mod303.period == "4T" or mod303.period == "12") else 0) @@ -195,8 +183,6 @@ def action_confirm(self, cr, uid, ids, context=None): previus_result = mod303.previus_result if mod303.complementaria else 0 resultado_liquidacion = casilla_46 - previus_result vals = { - 'state': 'calculated', - 'calculation_date': time.strftime('%Y-%m-%d'), 'total_devengado': total_devengado, 'total_deducir': total_deducir, 'diferencia': total_devengado - total_deducir, @@ -215,8 +201,8 @@ def action_confirm(self, cr, uid, ids, context=None): self.write(cr, uid, mod303.id, vals, context=context) return True - def confirm(self, cr, uid, ids, context=None): - """Set report status to done and check its records""" + def button_confirm(self, cr, uid, ids, context=None): + """Check its records""" msg = "" for mod303 in self.browse(cr, uid, ids, context=context): if mod303.ingresar > 0 and not mod303.cuenta_ingreso_id: @@ -228,10 +214,5 @@ def confirm(self, cr, uid, ids, context=None): "Marque la casilla correspondinte") if msg: raise orm.except_orm("", msg) - self.write(cr, uid, ids, {'state': 'done'}) - return True - - def cancel(self, cr, uid, ids, context=None): - """Set report status to cancelled.""" - self.write(cr, uid, ids, {'state': 'canceled'}, context=context) - return True + return super(l10n_es_aeat_mod303_report, self).button_confirm(cr, uid, + ids, context=context) diff --git a/l10n_es_aeat_mod303/mod303_view.xml b/l10n_es_aeat_mod303/mod303_view.xml index e7514c91971..04a0412a70f 100644 --- a/l10n_es_aeat_mod303/mod303_view.xml +++ b/l10n_es_aeat_mod303/mod303_view.xml @@ -5,13 +5,18 @@ l10n_es.aeat.mod303.report.tree l10n.es.aeat.mod303.report + - - - - - + + AEAT 303 reports= + + + + + + + @@ -19,89 +24,60 @@ l10n_es.aeat.mod303.report.form l10n.es.aeat.mod303.report + -
-
-
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + - - - + + + - -
-
-
- - - AEAT Model 303 (search) - l10n.es.aeat.mod303.report - search - - - - - - - - - + + + + + + @@ -113,6 +89,18 @@ tree,form Create and query AEAT Model 303 reports + + + tree + + + + + + form + + + - - - - - AEAT 303 Report - l10n.es.aeat.mod303.report - True - - - - - - True - draft - - - - - calculated - write({'state':'calculated'}) - function - - - - - confirmed - action_confirm() - function - - - - - canceled - True - write({'state':'canceled'}) - function - - - - - - - calculate - - - - - - confirm - - - - - - cancel - - - - - - cancel - - - - diff --git a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py index 70702edc26e..887f1bd7c65 100644 --- a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py +++ b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py @@ -23,10 +23,9 @@ class l10n_es_aeat_mod303_export_to_boe(orm.TransientModel): _inherit = "l10n.es.aeat.report.export_to_boe" - _name = "l10n.es.aeat.mod303.export_to_boe" - _description = "Export AEAT Model 303 to BOE format" + _name = 'l10n.es.aeat.mod303.export_to_boe' - def _get_formated_declaration(self,report): + def _get_formatted_declaration_record(self, report, context=None): res = '' ## cabecera res += " " @@ -45,7 +44,8 @@ def _get_formated_declaration(self,report): "be 72 characters long") return res - def _get_formated_vat(self, cr, uid, report, lines): + def _get_formatted_main_record(self, report, context=None): + lines = report._get_report_lines(context=context) res = '' ## IVA devengado # -- Regimen General y Recargo de Equivalencia - code_pair [1~18] @@ -115,7 +115,7 @@ def _get_formated_vat(self, cr, uid, report, lines): assert len(res) == 822 - 72, _("The vat records must be 749 characters long and are %s") % len(res) return res - def _get_formated_last_info(self, report): + def _get_formatted_other_records(self, report, context=None): res = '' ## devolucion (6) res += self._formatNumber(report.devolver, 15, 2) ## devolucion [50] @@ -166,36 +166,8 @@ def _get_formated_last_info(self, report): res += "\r\n".encode("ascii") return res - def _export_boe_file(self, cr, uid, ids, report, model=None, - context=None): - """ Action that exports the data into a BOE formated text file """ - # TODO: Integrar mejor con el módulo base, pero para ello hace falta - # cambiar l10n_es_aeat para que admita parámetros. Hacer también - # heredable las comprobaciones finales. - assert model , _("AEAT Model is necessary") - model_report_obj = self.pool.get("l10n.es.aeat.mod303.report") - for id in ids: - lines = model_report_obj._get_report_lines(cr, uid, id, - context=context) - res = '' - ## IDENTIFICACION (1) y DEVENGO (2) - res += self._get_formated_declaration(report) - ## LIQUIDACIÓN (3) y COMPENSACION(4) - res += self._get_formated_vat(cr, uid, report, lines) - ## DEVOLUCION (6), INGRESO (7), COMPLEMENTARIA (8) Y FIRMA (9) - res += self._get_formated_last_info(report) - assert len(res) == 1353, _("The 303 report must be 1353 " - "characters long and are %s") %len(res) - ## Generate the file and save as attachment - file = base64.encodestring(res) - # TODO: Utilizar formato de fecha del usuario - file_name = _("%s_report_%s.txt") %( - model, time.strftime(_("%Y-%m-%d"))) - self.pool["ir.attachment"].create(cr, uid, { - "name" : file_name, - "datas" : file, - "datas_fname" : file_name, - "res_model" : "l10n.es.aeat.mod%s.report" %model, - "res_id" : id, - }, context=context) - return True + def _do_global_checks(self, report, contents, context=None): + assert len(contents) == 1353, \ + _("The 303 report must be 1353 characters long and are %s" + ) %len(contents) + return True \ No newline at end of file diff --git a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.xml b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.xml new file mode 100644 index 00000000000..8adfc399fa9 --- /dev/null +++ b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.xml @@ -0,0 +1,18 @@ + + + + + Export AEAT 303 BOE file + ir.actions.act_window + l10n.es.aeat.mod303.export_to_boe + form + form + new + + + + form + + + + From a0a8ebbbec5c56219d627d44b93fd6ca3342dc3e Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of openerp-spain-team Date: Fri, 24 Jan 2014 06:25:33 +0000 Subject: [PATCH 004/147] Launchpad automatic translations update. --- l10n_es_aeat_mod303/i18n/es.po | 132 ++++++-- l10n_es_aeat_mod303/i18n/gl.po | 559 +++++++++++++++++++++++++++++++++ 2 files changed, 673 insertions(+), 18 deletions(-) create mode 100644 l10n_es_aeat_mod303/i18n/gl.po diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 29ea904bbda..c7210e90cb9 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -7,13 +7,14 @@ msgstr "" "Project-Id-Version: OpenERP Server 7.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-01-23 16:12+0000\n" -"PO-Revision-Date: 2014-01-23 17:15+0100\n" -"Last-Translator: Pedro Manuel Baeza \n" +"PO-Revision-Date: 2014-01-31 02:59+0000\n" +"Last-Translator: Alejandro Santana \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: \n" +"X-Launchpad-Export-Date: 2014-01-31 06:24+0000\n" +"X-Generator: Launchpad (build 16916)\n" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,sin_actividad:0 @@ -81,8 +82,10 @@ msgstr "Nombre completo" #: code:addons/l10n_es_aeat_mod303/mod303.py:136 #: code:addons/l10n_es_aeat_mod303/mod303.py:153 #, python-format -msgid "El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " -msgstr "El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " +msgid "" +"El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " +msgstr "" +"El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.export_to_boe,state:0 @@ -138,8 +141,10 @@ msgstr "Empresa" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,previus_result:0 -msgid "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" -msgstr "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgid "" +"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgstr "" +"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -148,8 +153,18 @@ msgstr "Febrero" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" -msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 @@ -218,8 +233,12 @@ msgstr "Ingresar" #: code:addons/l10n_es_aeat_mod303/mod303.py:198 #: code:addons/l10n_es_aeat_mod303/mod303.py:212 #, python-format -msgid "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" -msgstr "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" +msgid "" +"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " +"no ser un periodo de cierre (12 o 4T)" +msgstr "" +"El valor añadido para la regularización anual no se ha tenido en cuenta por " +"no ser un periodo de cierre (12 o 4T)" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -410,7 +429,9 @@ msgstr "Devolución mensual" #: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 #, python-format msgid "The 303 report must be 1353 characters long and are %s" -msgstr "La declaración del modelo 303 debe tener 1353 caracteres, y actualmente son %s" +msgstr "" +"La declaración del modelo 303 debe tener 1353 caracteres, y actualmente son " +"%s" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 @@ -451,8 +472,18 @@ msgstr "%s_report_%s.txt" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,total_deducir:0 @@ -504,8 +535,11 @@ msgstr "Exportar a formato BOE" #: code:addons/l10n_es_aeat_mod303/mod303.py:213 #: code:addons/l10n_es_aeat_mod303/mod303.py:227 #, python-format -msgid "No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" -msgstr "No hay actividad en el periodo seleccionado. Marque la casilla correspondiente" +msgid "" +"No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" +msgstr "" +"No hay actividad en el periodo seleccionado. Marque la casilla " +"correspondiente" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,period:0 @@ -519,6 +553,68 @@ msgstr "Archivo" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" -msgstr "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" +msgid "" +"Atribuible a la Administración [40] - Cuotas a compensar [41] + " +"Regularización anual [45]" +msgstr "" +"Atribuible a la Administración [40] - Cuotas a compensar [41] + " +"Regularización anual [45]" + +#~ msgid "Confirmed models" +#~ msgstr "Modelos confirmados" + +#~ msgid "Confirm" +#~ msgstr "Confirmar" + +#~ msgid "Cancelled models" +#~ msgstr "Modelos cancelados" + +#~ msgid "AEAT 303" +#~ msgstr "AEAT 303" + +#~ msgid "Export to BOE" +#~ msgstr "Exportar a formato BOE" + +#~ msgid "Draft models" +#~ msgstr "Modelos borrador" + +#~ msgid "Canceled" +#~ msgstr "Cancelado" + +#~ msgid "Calculate" +#~ msgstr "Calcular" + +#~ msgid "In process" +#~ msgstr "En proceso" + +#~ msgid "Processing" +#~ msgstr "Procesando" + +#~ msgid "General" +#~ msgstr "General" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Recalculate" +#~ msgstr "Recalcular" + +#~ msgid "Export AEAT Model 303 to BOE format" +#~ msgstr "Exportar el modelo AEAT 303 a formato BOE" + +#, python-format +#~ msgid "El periodo seleccionado no coincide con los periodos del año fiscal:" +#~ msgstr "" +#~ "El periodo seleccionado no coincide con los periodos del ejercicio fiscal:" + +#~ msgid "Declaration Number" +#~ msgstr "Número declaración" + +#~ msgid "In process models" +#~ msgstr "Modelos en proceso" + +#~ msgid "Previous Declaration Number" +#~ msgstr "Número declaración anterior" +#~ msgid "Fiscal Year" +#~ msgstr "Ejercicio fiscal" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po new file mode 100644 index 00000000000..f559d72e4ba --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -0,0 +1,559 @@ +# Galician translation for openerp-spain +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openerp-spain package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-spain\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-01-23 16:12+0000\n" +"PO-Revision-Date: 2014-01-31 03:24+0000\n" +"Last-Translator: Alejandro Santana \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-01-31 06:24+0000\n" +"X-Generator: Launchpad (build 16916)\n" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sin_actividad:0 +msgid "Sin actividad" +msgstr "Sen actividade" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Declaración" +msgstr "Declaración" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,diferencia:0 +msgid "( IVA devengado - IVA deducible )" +msgstr "( IVA devindicado - IVA deducible )" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Devolución" +msgstr "Devolución" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "March" +msgstr "Marzo" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Compañía" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolver:0 +msgid "Devolver" +msgstr "Devolver" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:209 +#: code:addons/l10n_es_aeat_mod303/mod303.py:223 +#, python-format +msgid "Seleccione una cuenta para ingresar el importe" +msgstr "Seleccione unha conta para ingresa-lo importe" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "Substitutiva" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "Nº da declaración anterior" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full name" +msgstr "Nome completo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:136 +#: code:addons/l10n_es_aeat_mod303/mod303.py:153 +#, python-format +msgid "" +"El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " +msgstr "O período seleccionado non cadra cos períodos do exercicio fiscal: " + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "get" +msgstr "obter" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.export_to_boe,name:0 +msgid "File name" +msgstr "Nome do ficheiro" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "Nº declaración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previus_result:0 +msgid "A deducir" +msgstr "A deducir" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "Cancelada" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,complementaria:0 +msgid "Autoliquidación complementaria" +msgstr "Autoliquidación complementaria" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_wizard_aeat_mod303_export +msgid "Export AEAT 303 BOE file" +msgstr "Exportar ficheiro BOE AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 +#, python-format +msgid "Warning" +msgstr "Aviso" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "413" +msgstr "413" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Empresa" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previus_result:0 +msgid "" +"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgstr "" +"Resultado da anterior ou anteriores do mesmo concepto, exercicio e período" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "February" +msgstr "febreiro" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" +"Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e " +"ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, " +"consignarán nesta casa a porcentaxe do volumen de operacións no territorio " +"común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Provincia" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "First quarter" +msgstr "Primeiro trimestre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "Tipo de soporte" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:193 +#, python-format +msgid "%Y-%m-%d" +msgstr "%Y-%m-%d" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "July" +msgstr "xullo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:211 +#: code:addons/l10n_es_aeat_mod303/mod303.py:225 +#, python-format +msgid "Seleccione una cuenta para realizar la devolución" +msgstr "Seleccione unha conta para realiza-la devolución" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "Inscrito no Rexistro de Devolución Mensual" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:127 +#, python-format +msgid "" +"CCC de devolución no válida \n" +"%s" +msgstr "" +"CCC de devolución non válido \n" +"%s" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Data de cálculo" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 +msgid "CCC devolución" +msgstr "CCC devolución" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,ingresar:0 +msgid "Ingresar" +msgstr "Ingresar" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/mod303.py:212 +#, python-format +msgid "" +"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " +"no ser un periodo de cierre (12 o 4T)" +msgstr "" +"Non se tivo en conta o valor engadido para a regularización anual por non " +"ser un período de peche (12 ou 4T)" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "September" +msgstr "setembro" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "December" +msgstr "decembro" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Compensación" +msgstr "Compensación" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Ingreso" +msgstr "Ingreso" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:175 +#, python-format +msgid "AEAT Model is necessary" +msgstr "É necesario o modelo AEAT" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "DVD" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Borrador" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "NIF" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,diferencia:0 +msgid "Diferencia" +msgstr "Diferencia" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuota a compensar de periodos anteriores" +msgstr "Cota a compensar de períodos anteriores" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "open" +msgstr "aberto" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:44 +#, python-format +msgid "The identification (1) and income (2) must be 72 characters long" +msgstr "A identificación (1) e os ingresos (2) deben ocupar 72 caracteres" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "Resultado liquidación" +msgstr "Resultado liquidación" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "August" +msgstr "agosto" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "Normal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "unknown" +msgstr "descoñecido" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "June" +msgstr "xuño" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:115 +#, python-format +msgid "The vat records must be 749 characters long and are %s" +msgstr "Os rexistros de impostos deben ocupar 749 caracteres e ocupan %s" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "AEAT 303 reports" +msgstr "Declaracións AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "November" +msgstr "novembro" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "October" +msgstr "outubro" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "January" +msgstr "xaneiro" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Procesada" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Third quarter" +msgstr "Terceiro trimestre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "NIF repr. legal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensar:0 +msgid "Compensar" +msgstr "Compensar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuotas a compensar" +msgstr "Cotas a compensar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "Tipo de declaración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period:0 +msgid "Period" +msgstr "Período" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "Atribuible a la Administración" +msgstr "Atribuíble á Administración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "Exercicio fiscal" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Realizado" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "Modelo AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Importe" +msgstr "Importe" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Fourth quarter" +msgstr "Carto trimestre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución Mensual" +msgstr "Devolución mensual" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:171 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 +#, python-format +msgid "The 303 report must be 1353 characters long and are %s" +msgstr "" +"A declaración do modelo 303 debe ocupar 1353 caracteres e actualmente ocupa " +"%s" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "Complementaria" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "IVA devengado" +msgstr "IVA devindicado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_ingreso_id:0 +msgid "CCC Ingreso" +msgstr "CCC ingreso" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "NIF do representante legal." + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Complementaria" +msgstr "Complementaria" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "Resultado" +msgstr "Resultado" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 +#, python-format +msgid "%s_report_%s.txt" +msgstr "%s_report_%s.txt" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" +"Na derradeira autoliquidación do año (a do período 4T ou mes 12) farase " +"constar, co signo que lle corresponda, o resultado da regularización anual " +"conforme dispoñen as Leis polas que se aproba o Concerto Económico entre o " +"Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o " +"Estado e a Comunidade Foral de Navarra." + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "IVA a deducir" +msgstr "IVA a deducir" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "April" +msgstr "abril" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "Regularización anual" +msgstr "Regularización anual" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "Crea e consulta as declaracións do modelo AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "Telemática" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:147 +#, python-format +msgid "CCC de ingreso no válido %s" +msgstr "CCC de ingreso non válida %s" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Second quarter" +msgstr "Segundo trimestre" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe +msgid "Export Report to BOE Format" +msgstr "Exportar a formato BOE" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:213 +#: code:addons/l10n_es_aeat_mod303/mod303.py:227 +#, python-format +msgid "" +"No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" +msgstr "" +"Non hai actividade no período seleccionado. Marque a casa que corresponde." + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "May" +msgstr "maio" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.export_to_boe,data:0 +msgid "File" +msgstr "Ficheiro" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "" +"Atribuible a la Administración [40] - Cuotas a compensar [41] + " +"Regularización anual [45]" +msgstr "" +"Atribuíble á Administración [40] - Cotas a compensar [41] + Regularización " +"anual [45]" From f65d1810bd15723b4185554af773ea0a69082683 Mon Sep 17 00:00:00 2001 From: "Ignacio Ibeas - Acysos S.L" Date: Fri, 31 Jan 2014 19:51:14 +0100 Subject: [PATCH 005/147] =?UTF-8?q?[FIX]=20l10n=5Fes=5Faeat:=20compatibili?= =?UTF-8?q?dad=20de=20la=20funci=C3=B3n=20export=5Fto=5Fboe=20para=20el=20?= =?UTF-8?q?modelo=20340?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py index 887f1bd7c65..bbac10ed7f9 100644 --- a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py +++ b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py @@ -25,7 +25,7 @@ class l10n_es_aeat_mod303_export_to_boe(orm.TransientModel): _inherit = "l10n.es.aeat.report.export_to_boe" _name = 'l10n.es.aeat.mod303.export_to_boe' - def _get_formatted_declaration_record(self, report, context=None): + def _get_formatted_declaration_record(self, cr, uid, report, context=None): res = '' ## cabecera res += " " @@ -44,7 +44,7 @@ def _get_formatted_declaration_record(self, report, context=None): "be 72 characters long") return res - def _get_formatted_main_record(self, report, context=None): + def _get_formatted_main_record(self, cr, uid, report, context=None): lines = report._get_report_lines(context=context) res = '' ## IVA devengado @@ -115,7 +115,7 @@ def _get_formatted_main_record(self, report, context=None): assert len(res) == 822 - 72, _("The vat records must be 749 characters long and are %s") % len(res) return res - def _get_formatted_other_records(self, report, context=None): + def _get_formatted_other_records(self, cr, uid, report, context=None): res = '' ## devolucion (6) res += self._formatNumber(report.devolver, 15, 2) ## devolucion [50] From 045c64dcc8a2a4d050b46be30085ba1ebc740ea6 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of openerp-spain-team Date: Sat, 1 Feb 2014 06:53:27 +0000 Subject: [PATCH 006/147] Launchpad automatic translations update. --- l10n_es_aeat_mod303/i18n/es.po | 4 ++-- l10n_es_aeat_mod303/i18n/gl.po | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index c7210e90cb9..cdfea5c18eb 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-01-31 06:24+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-05-12 06:40+0000\n" +"X-Generator: Launchpad (build 16996)\n" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,sin_actividad:0 diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index f559d72e4ba..108abf8edb3 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-01-31 06:24+0000\n" -"X-Generator: Launchpad (build 16916)\n" +"X-Launchpad-Export-Date: 2014-05-12 06:40+0000\n" +"X-Generator: Launchpad (build 16996)\n" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,sin_actividad:0 From 5a6440a2f85338df24d015c05709243dc52d929a Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 29 May 2014 16:56:36 +0200 Subject: [PATCH 007/147] =?UTF-8?q?[FIX]=20l10n=5Fes=5Faeat=5Fmod130/mod30?= =?UTF-8?q?3:=20import=20corregido=20para=20que=20valga=20tambi=C3=A9n=20p?= =?UTF-8?q?ara=20la=20v8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/mod303.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/mod303.py b/l10n_es_aeat_mod303/mod303.py index 9825b43061d..9f1766a13fd 100644 --- a/l10n_es_aeat_mod303/mod303.py +++ b/l10n_es_aeat_mod303/mod303.py @@ -19,7 +19,10 @@ from dateutil.relativedelta import relativedelta from openerp.osv import orm, fields from openerp.tools.translate import _ -from openerp.addons.account.report.account_tax_report import tax_report +try: + from openerp.addons.account.report.report_vat import tax_report +except: + from openerp.addons.account.report.account_tax_report import tax_report class l10n_es_aeat_mod303_report(orm.Model): _inherit = "l10n.es.aeat.report" From ef0794fd420f7710f67ce6bb5a8a0bcdf8aac2f1 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of openerp-spain-team Date: Tue, 10 Jun 2014 06:48:36 +0000 Subject: [PATCH 008/147] Launchpad automatic translations update. --- l10n_es_aeat_mod303/i18n/es.po | 4 ++-- l10n_es_aeat_mod303/i18n/gl.po | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index cdfea5c18eb..a5bde10fe21 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -13,8 +13,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-12 06:40+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-06-22 05:57+0000\n" +"X-Generator: Launchpad (build 17058)\n" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,sin_actividad:0 diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 108abf8edb3..e2a00bb59c5 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-12 06:40+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-06-22 05:57+0000\n" +"X-Generator: Launchpad (build 17058)\n" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,sin_actividad:0 From ea7b98019d444b48c8c25d2f8a7c246d2cf2ea23 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 17 Jul 2014 20:03:40 +0200 Subject: [PATCH 009/147] =?UTF-8?q?[MIG]=20Movidos=20todos=20los=20m=C3=B3?= =?UTF-8?q?dulos=20a=20=5F=5Funported=5F=5F=20[MIG]=20Eliminados=20m=C3=B3?= =?UTF-8?q?dulos=20no=20migrados=20a=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/__init__.py | 19 - l10n_es_aeat_mod303/__openerp__.py | 51 -- l10n_es_aeat_mod303/i18n/es.po | 620 ------------------ l10n_es_aeat_mod303/i18n/gl.po | 559 ---------------- .../i18n/l10n_es_aeat_mod303.pot | 522 --------------- .../migrations/1.1/pre-migration.py | 73 --- l10n_es_aeat_mod303/mod303.py | 221 ------- l10n_es_aeat_mod303/mod303_view.xml | 112 ---- .../security/ir.model.access.csv | 2 - l10n_es_aeat_mod303/static/src/img/icon.png | Bin 5861 -> 0 bytes .../static/src/img/icon_source.svg | 99 --- l10n_es_aeat_mod303/wizard/__init__.py | 18 - .../wizard/export_mod303_to_boe.py | 173 ----- .../wizard/export_mod303_to_boe.xml | 18 - 14 files changed, 2487 deletions(-) delete mode 100644 l10n_es_aeat_mod303/__init__.py delete mode 100644 l10n_es_aeat_mod303/__openerp__.py delete mode 100644 l10n_es_aeat_mod303/i18n/es.po delete mode 100644 l10n_es_aeat_mod303/i18n/gl.po delete mode 100644 l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot delete mode 100644 l10n_es_aeat_mod303/migrations/1.1/pre-migration.py delete mode 100644 l10n_es_aeat_mod303/mod303.py delete mode 100644 l10n_es_aeat_mod303/mod303_view.xml delete mode 100644 l10n_es_aeat_mod303/security/ir.model.access.csv delete mode 100644 l10n_es_aeat_mod303/static/src/img/icon.png delete mode 100644 l10n_es_aeat_mod303/static/src/img/icon_source.svg delete mode 100644 l10n_es_aeat_mod303/wizard/__init__.py delete mode 100644 l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py delete mode 100644 l10n_es_aeat_mod303/wizard/export_mod303_to_boe.xml diff --git a/l10n_es_aeat_mod303/__init__.py b/l10n_es_aeat_mod303/__init__.py deleted file mode 100644 index 91ba0272970..00000000000 --- a/l10n_es_aeat_mod303/__init__.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## -from . import mod303 -from . import wizard diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py deleted file mode 100644 index 5b7c5e55366..00000000000 --- a/l10n_es_aeat_mod303/__openerp__.py +++ /dev/null @@ -1,51 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (c) All rights reserved: -# 2013 Guadaltech (http://www.guadaltech.es) -# Alberto Martín Cortada -# 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) -# Pedro M. Baeza -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## - -{ - "name" : "AEAT modelo 303", - "version" : "1.1", - "author" : "GuadalTech", - "license" : "AGPL-3", - "website" : "http://www.guadaltech.es", - 'contributors': ["Pedro M. Baeza \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:57+0000\n" -"X-Generator: Launchpad (build 17058)\n" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sin_actividad:0 -msgid "Sin actividad" -msgstr "Sin actividad" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Declaración" -msgstr "Declaración" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,diferencia:0 -msgid "( IVA devengado - IVA deducible )" -msgstr "( IVA devengado - IVA deducible )" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Devolución" -msgstr "Devolución" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "Declaración AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "March" -msgstr "Marzo" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "Compañía" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolver:0 -msgid "Devolver" -msgstr "Devolver" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:209 -#: code:addons/l10n_es_aeat_mod303/mod303.py:223 -#, python-format -msgid "Seleccione una cuenta para ingresar el importe" -msgstr "Seleccione una cuenta para ingresar el importe" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "Substitutive" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "Previous declaration number" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full name" -msgstr "Nombre completo" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:136 -#: code:addons/l10n_es_aeat_mod303/mod303.py:153 -#, python-format -msgid "" -"El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " -msgstr "" -"El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "get" -msgstr "resultados" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,name:0 -msgid "File name" -msgstr "Nombre de archivo" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "Declaration number" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previus_result:0 -msgid "A deducir" -msgstr "A deducir" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "Cancelada" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,complementaria:0 -msgid "Autoliquidación complementaria" -msgstr "Autoliquidación complementaria" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_wizard_aeat_mod303_export -msgid "Export AEAT 303 BOE file" -msgstr "Exportar archivo BOE AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 -#, python-format -msgid "Warning" -msgstr "Aviso" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "413" -msgstr "413" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "Empresa" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previus_result:0 -msgid "" -"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" -msgstr "" -"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "February" -msgstr "Febrero" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " -"Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " -"Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "Estado" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "First quarter" -msgstr "1er trimestre" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "Tipo de soporte" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:193 -#, python-format -msgid "%Y-%m-%d" -msgstr "%Y-%m-%d" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "July" -msgstr "Julio" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:211 -#: code:addons/l10n_es_aeat_mod303/mod303.py:225 -#, python-format -msgid "Seleccione una cuenta para realizar la devolución" -msgstr "Seleccione una cuenta para realizar la devolución" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "Inscrito en el Registro de Devolución Mensual" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:127 -#, python-format -msgid "" -"CCC de devolución no válida \n" -"%s" -msgstr "" -"CCC de devolución no válida \n" -"%s" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "Fecha de cálculo" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 -msgid "CCC devolución" -msgstr "CCC devolución" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,ingresar:0 -msgid "Ingresar" -msgstr "Ingresar" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:198 -#: code:addons/l10n_es_aeat_mod303/mod303.py:212 -#, python-format -msgid "" -"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " -"no ser un periodo de cierre (12 o 4T)" -msgstr "" -"El valor añadido para la regularización anual no se ha tenido en cuenta por " -"no ser un periodo de cierre (12 o 4T)" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "September" -msgstr "Septiembre" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "December" -msgstr "Diciembre" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Compensación" -msgstr "Compensación" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Ingreso" -msgstr "Ingreso" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:175 -#, python-format -msgid "AEAT Model is necessary" -msgstr "Es necesario el modelo AEAT" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "DVD" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Borrador" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "NIF" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,diferencia:0 -msgid "Diferencia" -msgstr "Diferencia" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuota a compensar de periodos anteriores" -msgstr "Cuota a compensar de periodos anteriores" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "open" -msgstr "abierto" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:44 -#, python-format -msgid "The identification (1) and income (2) must be 72 characters long" -msgstr "La identificación (1) y los ingresos (2) deben ocupar 72 caracteres" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "Resultado liquidación" -msgstr "Resultado liquidación" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "August" -msgstr "Agosto" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "Normal" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "unknown" -msgstr "desconocido" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "June" -msgstr "Junio" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:115 -#, python-format -msgid "The vat records must be 749 characters long and are %s" -msgstr "Los registros de impuestos deben ocupar 749 caracteres y ocupan %s" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "AEAT 303 reports" -msgstr "Declaraciones AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "November" -msgstr "Noviembre" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "October" -msgstr "Octubre" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "January" -msgstr "Enero" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "Procesada" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Third quarter" -msgstr "3er trimestre" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "Nombre del representante legal" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensar:0 -msgid "Compensar" -msgstr "Compensar" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuotas a compensar" -msgstr "Cuotas a compensar" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "Tipo de declaración" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period:0 -msgid "Period" -msgstr "Periodo" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "Atribuible a la Administración" -msgstr "Atribuible a la Administración" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "Ejercicio fiscal" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Realizado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "Modelo AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Importe" -msgstr "Importe" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Fourth quarter" -msgstr "4to trimestre" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución Mensual" -msgstr "Devolución mensual" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:171 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 -#, python-format -msgid "The 303 report must be 1353 characters long and are %s" -msgstr "" -"La declaración del modelo 303 debe tener 1353 caracteres, y actualmente son " -"%s" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "Complementaria" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "IVA devengado" -msgstr "IVA devengado" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_ingreso_id:0 -msgid "CCC Ingreso" -msgstr "CCC ingreso" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "Nombre del representante legal." - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Complementaria" -msgstr "Complementaria" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Resultado" -msgstr "Resultado" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 -#, python-format -msgid "%s_report_%s.txt" -msgstr "%s_report_%s.txt" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "IVA a deducir" -msgstr "IVA a deducir" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "April" -msgstr "Abril" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "Regularización anual" -msgstr "Regularización anual" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "Crea y consulta declaración AEAT del modelo 303" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "Telemática" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:147 -#, python-format -msgid "CCC de ingreso no válido %s" -msgstr "CCC de ingreso no válida %s" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Second quarter" -msgstr "2do trimestre" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "Declaración AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe -msgid "Export Report to BOE Format" -msgstr "Exportar a formato BOE" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:213 -#: code:addons/l10n_es_aeat_mod303/mod303.py:227 -#, python-format -msgid "" -"No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" -msgstr "" -"No hay actividad en el periodo seleccionado. Marque la casilla " -"correspondiente" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "May" -msgstr "Mayo" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,data:0 -msgid "File" -msgstr "Archivo" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "" -"Atribuible a la Administración [40] - Cuotas a compensar [41] + " -"Regularización anual [45]" -msgstr "" -"Atribuible a la Administración [40] - Cuotas a compensar [41] + " -"Regularización anual [45]" - -#~ msgid "Confirmed models" -#~ msgstr "Modelos confirmados" - -#~ msgid "Confirm" -#~ msgstr "Confirmar" - -#~ msgid "Cancelled models" -#~ msgstr "Modelos cancelados" - -#~ msgid "AEAT 303" -#~ msgstr "AEAT 303" - -#~ msgid "Export to BOE" -#~ msgstr "Exportar a formato BOE" - -#~ msgid "Draft models" -#~ msgstr "Modelos borrador" - -#~ msgid "Canceled" -#~ msgstr "Cancelado" - -#~ msgid "Calculate" -#~ msgstr "Calcular" - -#~ msgid "In process" -#~ msgstr "En proceso" - -#~ msgid "Processing" -#~ msgstr "Procesando" - -#~ msgid "General" -#~ msgstr "General" - -#~ msgid "Cancel" -#~ msgstr "Cancelar" - -#~ msgid "Recalculate" -#~ msgstr "Recalcular" - -#~ msgid "Export AEAT Model 303 to BOE format" -#~ msgstr "Exportar el modelo AEAT 303 a formato BOE" - -#, python-format -#~ msgid "El periodo seleccionado no coincide con los periodos del año fiscal:" -#~ msgstr "" -#~ "El periodo seleccionado no coincide con los periodos del ejercicio fiscal:" - -#~ msgid "Declaration Number" -#~ msgstr "Número declaración" - -#~ msgid "In process models" -#~ msgstr "Modelos en proceso" - -#~ msgid "Previous Declaration Number" -#~ msgstr "Número declaración anterior" - -#~ msgid "Fiscal Year" -#~ msgstr "Ejercicio fiscal" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po deleted file mode 100644 index e2a00bb59c5..00000000000 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ /dev/null @@ -1,559 +0,0 @@ -# Galician translation for openerp-spain -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-spain package. -# FIRST AUTHOR , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: openerp-spain\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-23 16:12+0000\n" -"PO-Revision-Date: 2014-01-31 03:24+0000\n" -"Last-Translator: Alejandro Santana \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:57+0000\n" -"X-Generator: Launchpad (build 17058)\n" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sin_actividad:0 -msgid "Sin actividad" -msgstr "Sen actividade" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Declaración" -msgstr "Declaración" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,diferencia:0 -msgid "( IVA devengado - IVA deducible )" -msgstr "( IVA devindicado - IVA deducible )" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Devolución" -msgstr "Devolución" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "Declaración AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "March" -msgstr "Marzo" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "Compañía" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolver:0 -msgid "Devolver" -msgstr "Devolver" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:209 -#: code:addons/l10n_es_aeat_mod303/mod303.py:223 -#, python-format -msgid "Seleccione una cuenta para ingresar el importe" -msgstr "Seleccione unha conta para ingresa-lo importe" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "Substitutiva" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "Nº da declaración anterior" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full name" -msgstr "Nome completo" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:136 -#: code:addons/l10n_es_aeat_mod303/mod303.py:153 -#, python-format -msgid "" -"El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " -msgstr "O período seleccionado non cadra cos períodos do exercicio fiscal: " - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "get" -msgstr "obter" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,name:0 -msgid "File name" -msgstr "Nome do ficheiro" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "Nº declaración" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previus_result:0 -msgid "A deducir" -msgstr "A deducir" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "Cancelada" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,complementaria:0 -msgid "Autoliquidación complementaria" -msgstr "Autoliquidación complementaria" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_wizard_aeat_mod303_export -msgid "Export AEAT 303 BOE file" -msgstr "Exportar ficheiro BOE AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 -#, python-format -msgid "Warning" -msgstr "Aviso" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "413" -msgstr "413" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "Empresa" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previus_result:0 -msgid "" -"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" -msgstr "" -"Resultado da anterior ou anteriores do mesmo concepto, exercicio e período" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "February" -msgstr "febreiro" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " -"Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" -"Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e " -"ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, " -"consignarán nesta casa a porcentaxe do volumen de operacións no territorio " -"común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "Provincia" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "First quarter" -msgstr "Primeiro trimestre" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "Tipo de soporte" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:193 -#, python-format -msgid "%Y-%m-%d" -msgstr "%Y-%m-%d" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "July" -msgstr "xullo" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:211 -#: code:addons/l10n_es_aeat_mod303/mod303.py:225 -#, python-format -msgid "Seleccione una cuenta para realizar la devolución" -msgstr "Seleccione unha conta para realiza-la devolución" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "Inscrito no Rexistro de Devolución Mensual" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:127 -#, python-format -msgid "" -"CCC de devolución no válida \n" -"%s" -msgstr "" -"CCC de devolución non válido \n" -"%s" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "Data de cálculo" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 -msgid "CCC devolución" -msgstr "CCC devolución" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,ingresar:0 -msgid "Ingresar" -msgstr "Ingresar" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:198 -#: code:addons/l10n_es_aeat_mod303/mod303.py:212 -#, python-format -msgid "" -"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " -"no ser un periodo de cierre (12 o 4T)" -msgstr "" -"Non se tivo en conta o valor engadido para a regularización anual por non " -"ser un período de peche (12 ou 4T)" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "September" -msgstr "setembro" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "December" -msgstr "decembro" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Compensación" -msgstr "Compensación" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Ingreso" -msgstr "Ingreso" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:175 -#, python-format -msgid "AEAT Model is necessary" -msgstr "É necesario o modelo AEAT" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "DVD" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Borrador" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "NIF" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,diferencia:0 -msgid "Diferencia" -msgstr "Diferencia" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuota a compensar de periodos anteriores" -msgstr "Cota a compensar de períodos anteriores" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "open" -msgstr "aberto" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:44 -#, python-format -msgid "The identification (1) and income (2) must be 72 characters long" -msgstr "A identificación (1) e os ingresos (2) deben ocupar 72 caracteres" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "Resultado liquidación" -msgstr "Resultado liquidación" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "August" -msgstr "agosto" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "Normal" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "unknown" -msgstr "descoñecido" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "June" -msgstr "xuño" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:115 -#, python-format -msgid "The vat records must be 749 characters long and are %s" -msgstr "Os rexistros de impostos deben ocupar 749 caracteres e ocupan %s" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "AEAT 303 reports" -msgstr "Declaracións AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "November" -msgstr "novembro" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "October" -msgstr "outubro" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "January" -msgstr "xaneiro" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "Procesada" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Third quarter" -msgstr "Terceiro trimestre" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "NIF repr. legal" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensar:0 -msgid "Compensar" -msgstr "Compensar" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuotas a compensar" -msgstr "Cotas a compensar" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "Tipo de declaración" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period:0 -msgid "Period" -msgstr "Período" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "Atribuible a la Administración" -msgstr "Atribuíble á Administración" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "Exercicio fiscal" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Realizado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "Modelo AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Importe" -msgstr "Importe" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Fourth quarter" -msgstr "Carto trimestre" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución Mensual" -msgstr "Devolución mensual" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:171 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 -#, python-format -msgid "The 303 report must be 1353 characters long and are %s" -msgstr "" -"A declaración do modelo 303 debe ocupar 1353 caracteres e actualmente ocupa " -"%s" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "Complementaria" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "IVA devengado" -msgstr "IVA devindicado" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_ingreso_id:0 -msgid "CCC Ingreso" -msgstr "CCC ingreso" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "NIF do representante legal." - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Complementaria" -msgstr "Complementaria" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Resultado" -msgstr "Resultado" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 -#, python-format -msgid "%s_report_%s.txt" -msgstr "%s_report_%s.txt" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" -"Na derradeira autoliquidación do año (a do período 4T ou mes 12) farase " -"constar, co signo que lle corresponda, o resultado da regularización anual " -"conforme dispoñen as Leis polas que se aproba o Concerto Económico entre o " -"Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o " -"Estado e a Comunidade Foral de Navarra." - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "IVA a deducir" -msgstr "IVA a deducir" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "April" -msgstr "abril" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "Regularización anual" -msgstr "Regularización anual" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "Crea e consulta as declaracións do modelo AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "Telemática" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:147 -#, python-format -msgid "CCC de ingreso no válido %s" -msgstr "CCC de ingreso non válida %s" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Second quarter" -msgstr "Segundo trimestre" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "Declaración AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe -msgid "Export Report to BOE Format" -msgstr "Exportar a formato BOE" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:213 -#: code:addons/l10n_es_aeat_mod303/mod303.py:227 -#, python-format -msgid "" -"No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" -msgstr "" -"Non hai actividade no período seleccionado. Marque a casa que corresponde." - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "May" -msgstr "maio" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,data:0 -msgid "File" -msgstr "Ficheiro" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "" -"Atribuible a la Administración [40] - Cuotas a compensar [41] + " -"Regularización anual [45]" -msgstr "" -"Atribuíble á Administración [40] - Cotas a compensar [41] + Regularización " -"anual [45]" diff --git a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot deleted file mode 100644 index b9c98ffaebc..00000000000 --- a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot +++ /dev/null @@ -1,522 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 7.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-23 16:12+0000\n" -"PO-Revision-Date: 2014-01-23 17:15+0100\n" -"Last-Translator: Pedro Manuel Baeza \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: \n" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sin_actividad:0 -msgid "Sin actividad" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Declaración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,diferencia:0 -msgid "( IVA devengado - IVA deducible )" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Devolución" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "March" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolver:0 -msgid "Devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:209 -#: code:addons/l10n_es_aeat_mod303/mod303.py:223 -#, python-format -msgid "Seleccione una cuenta para ingresar el importe" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:136 -#: code:addons/l10n_es_aeat_mod303/mod303.py:153 -#, python-format -msgid "El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "get" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,name:0 -msgid "File name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previus_result:0 -msgid "A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,complementaria:0 -msgid "Autoliquidación complementaria" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_wizard_aeat_mod303_export -msgid "Export AEAT 303 BOE file" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 -#, python-format -msgid "Warning" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "413" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previus_result:0 -msgid "Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "February" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "First quarter" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:193 -#, python-format -msgid "%Y-%m-%d" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "July" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:211 -#: code:addons/l10n_es_aeat_mod303/mod303.py:225 -#, python-format -msgid "Seleccione una cuenta para realizar la devolución" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:127 -#, python-format -msgid "" -"CCC de devolución no válida \n" -"%s" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 -msgid "CCC devolución" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,ingresar:0 -msgid "Ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:198 -#: code:addons/l10n_es_aeat_mod303/mod303.py:212 -#, python-format -msgid "El valor añadido para la regularizacion anual no se ha tenido en cuenta por no ser un periodo de cierre (12 o 4T)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "September" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "December" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Compensación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Ingreso" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:175 -#, python-format -msgid "AEAT Model is necessary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,diferencia:0 -msgid "Diferencia" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuota a compensar de periodos anteriores" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "open" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:44 -#, python-format -msgid "The identification (1) and income (2) must be 72 characters long" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "Resultado liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "August" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "unknown" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "June" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:115 -#, python-format -msgid "The vat records must be 749 characters long and are %s" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "November" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "October" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "January" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Third quarter" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensar:0 -msgid "Compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period:0 -msgid "Period" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Importe" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Fourth quarter" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:171 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 -#, python-format -msgid "The 303 report must be 1353 characters long and are %s" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_ingreso_id:0 -msgid "CCC Ingreso" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Complementaria" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 -#, python-format -msgid "%s_report_%s.txt" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "April" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:147 -#, python-format -msgid "CCC de ingreso no válido %s" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Second quarter" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe -msgid "Export Report to BOE Format" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:213 -#: code:addons/l10n_es_aeat_mod303/mod303.py:227 -#, python-format -msgid "No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "May" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,data:0 -msgid "File" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Atribuible a la Administración [40] - Cuotas a compensar [41] + Regularización anual [45]" -msgstr "" - diff --git a/l10n_es_aeat_mod303/migrations/1.1/pre-migration.py b/l10n_es_aeat_mod303/migrations/1.1/pre-migration.py deleted file mode 100644 index 0dcf58ece6c..00000000000 --- a/l10n_es_aeat_mod303/migrations/1.1/pre-migration.py +++ /dev/null @@ -1,73 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -def migrate(cr, version): - if not version: - return - models = [ - "workflow.transition", - "workflow.activity", - "workflow", - ] - models_dict = { - "workflow.transition": "wkf_transition", - "workflow.activity": "wkf_activity", - "workflow": "wkf", - } - # Delete workflow workitems - cr.execute("""DELETE FROM - wkf_workitem - WHERE - act_id - IN - (SELECT id FROM - wkf_activity - WHERE - wkf_id - IN - (SELECT id FROM wkf - WHERE wkf.osv='l10n.es.aeat.mod303.report')) - """) - # Delete workflow instances - cr.execute("""DELETE FROM - wkf_instance - WHERE - wkf_id - IN - (SELECT id FROM wkf - WHERE wkf.osv='l10n.es.aeat.mod303.report') - """) - # Delete rest of the data - for model in models: - cr.execute("""DELETE FROM - %(table)s - WHERE - id - IN - (SELECT res_id FROM ir_model_data AS imd - WHERE imd.module='l10n_es_aeat_mod303' - AND imd.model='%(model)s') - """ % ({'table': models_dict[model], 'model': model})) - # Delete XML IDs - cr.execute("""DELETE FROM - ir_model_data - WHERE - module='l10n_es_aeat_mod303' - AND - model IN %s - """, (tuple(models),)) diff --git a/l10n_es_aeat_mod303/mod303.py b/l10n_es_aeat_mod303/mod303.py deleted file mode 100644 index 9f1766a13fd..00000000000 --- a/l10n_es_aeat_mod303/mod303.py +++ /dev/null @@ -1,221 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## -from datetime import datetime -from dateutil.relativedelta import relativedelta -from openerp.osv import orm, fields -from openerp.tools.translate import _ -try: - from openerp.addons.account.report.report_vat import tax_report -except: - from openerp.addons.account.report.account_tax_report import tax_report - -class l10n_es_aeat_mod303_report(orm.Model): - _inherit = "l10n.es.aeat.report" - _name = "l10n.es.aeat.mod303.report" - _description = "AEAT 303 Report" - - _columns = { - 'company_partner_id': fields.related('company_id', 'partner_id', - type='many2one', relation='res.partner', string='Partner', - store=True), - 'period': fields.selection( - [('1T', 'First quarter'), ('2T', 'Second quarter'), - ('3T', 'Third quarter'), ('4T', 'Fourth quarter'), - ('01', 'January'), ('02', 'February'), ('03', 'March'), - ('04', 'April'), ('05', 'May'), ('06', 'June'), - ('07', 'July'), ('08', 'August'), ('09', 'September'), - ('10', 'October'), ('11', 'November'), ('12', 'December')], - 'Period', states={'done':[('readonly',True)]}), - 'devolucion_mensual': fields.boolean("Devolución Mensual", - help="Inscrito en el Registro de Devolución Mensual", - states={'done':[('readonly',True)]}), - 'complementaria': fields.boolean("Autoliquidación complementaria", - states={'done':[('readonly',True)]}), - 'contact_name': fields.char("Full name", size=40), - 'total_devengado': fields.float("IVA devengado", readonly=True), # 21 - 'total_deducir': fields.float("IVA a deducir", readonly=True), # 37 - 'diferencia': fields.float("Diferencia", readonly=True, - help="( IVA devengado - IVA deducible )"), # 38 - 'porcentaje_atribuible_estado' : fields.float("%", - help="Los sujetos pasivos que tributen conjuntamente a la " - "Administración del Estado y a las Diputaciones Forales " - "del País Vasco o a la Comunidad Foral de Navarra, " - "consignarán en esta casilla el porcentaje del volumen " - "de operaciones en territorio común. Los demás sujetos " - "pasivos consignarán en esta casilla el 100%", - states={'done':[('readonly',True)]}), ## 39 - 'atribuible_estado': fields.float("Atribuible a la Administración", - readonly=True), ## 40 - 'cuota_compensar': fields.float("Cuotas a compensar", - help="Cuota a compensar de periodos anteriores", - states={'done':[('readonly',True)]}), ## 41 - 'regularizacion_anual': fields.float("Regularización anual", - help="En la última autoliquidación del año (la del período " - "4T o mes 12) se hará constar, con el signo que " - "corresponda, el resultado de la regularización anual " - "conforme disponen las Leyes por las que se aprueban el " - "Concierto Económico entre el Estado y la Comunidad " - "Autónoma del País Vasco y el Convenio Económico entre " - "el Estado y la Comunidad Foral de Navarra.""", - states={'done':[('readonly',True)]}), ## 45 - 'resultado_casilla_46': fields.float("Resultado", - help="Atribuible a la Administración [40] - Cuotas a compensar " - "[41] + Regularización anual [45]""", readonly=True), # 46 - 'previus_result': fields.float("A deducir", - help="Resultado de la anterior o anteriores del mismo " - "concepto, ejercicio y periodo", - states={'done':[('readonly',True)]}), # 47 - 'resultado_liquidacion': fields.float("Resultado liquidación", - readonly=True), # 48 - 'compensar': fields.float("Compensar", - states={'done':[('readonly',True)]}), # 49 - "devolver": fields.float("Devolver", - states={'done':[('readonly',True)]}), - "ingresar": fields.float("Ingresar", - states={'done':[('readonly',True)]}), - 'cuenta_devolucion_id': fields.many2one("res.partner.bank", - "CCC devolución", states={'done':[('readonly',True)]}), - 'cuenta_ingreso_id': fields.many2one("res.partner.bank", - "CCC Ingreso", states={'done':[('readonly',True)]}), - 'sin_actividad': fields.boolean("Sin actividad", - states={'done':[('readonly',True)]}), - } - - _defaults = { - 'number' : '303', - 'porcentaje_atribuible_estado': 100, - 'cuota_compensar' : 0, - } - - def _get_period(self, cr, uid, ids, context=None): - period_obj = self.pool.get("account.period") - quarter_dict = { - "1T": 'first', - "2T": 'second', - "3T": 'third', - "4T": 'fourth', - } - account_period_id = [] - for mod303 in self.browse(cr, uid, ids, context=context): - fecha_ini = False - fecha_fin = False - dec_year = mod303.fiscalyear_id.date_start.split('-')[0] - mod = mod303.period - if mod >= '01' and mod <= '12': - fecha_ini = datetime.strptime('%s-%s-01' %(dec_year, mod), '%Y-%m-%d') - fecha_fin = fecha_ini + relativedelta(months=+1, days=-1) - account_period_id = period_obj.search(cr, uid, - [('date_start', '=', fecha_ini), - ('date_stop', '=', fecha_fin)], - context=context) - elif mod in ('1T', '2T', '3T', '4T'): - month = ((int(mod[0]) - 1) * 3) + 1 - fecha_ini = datetime.strptime('%s-%s-01' %(dec_year, month), '%Y-%m-%d') - fecha_fin = fecha_ini + relativedelta(months=3, days=-1) - account_period_id = period_obj.search(cr, uid, - [('date_start', '=', fecha_ini), - ('date_stop', '=', fecha_fin)], - context=context) - if not account_period_id: - account_period_id = period_obj.search(cr, uid, - [('quarter', '=', quarter_dict[mod])], - context=context) - if not account_period_id: - raise orm.except_orm(_('El periodo seleccionado no coincide ' - 'con los periodos del ejercicio fiscal: '), dec_year) - return account_period_id - - def _get_report_lines(self, cr, uid, ids, context=None): - if isinstance(ids, list): - id = ids[0] - else: - id = ids - dict_code_values = {} - for i in range(1, 51): - dict_code_values["[%.2d]" %i] = 0 - mod303 = self.browse(cr, uid, id, context=context) - generated_report = tax_report(cr, uid, "account.vat.declaration") - generated_report.period_ids = self._get_period(cr, uid, [mod303.id], - context=context) - generated_report.display_detail = False - try: - lines = generated_report._get_lines('invoices', - company_id=mod303.company_id.id) - except TypeError: - # Este error ocurre en la rama OCB, ya que se ha añadido en la - # revisión 9599 un nuevo parámetro posicional al método. - # Publicado como bug #1269965, pendiente de resolución, esto - # es un parche temporal - lines = generated_report._get_lines('invoices', False, - company_id=mod303.company_id.id) - ordered_lines = sorted(lines, key=lambda k: k['code']) - for code in dict_code_values.keys(): - for line in ordered_lines: - if code == line["code"]: - dict_code_values[code] += line["tax_amount"] - return dict_code_values - - def calculate(self, cr, uid, ids, context=None): - for mod303 in self.browse(cr, uid, ids, context=context): - report_lines = self._get_report_lines(cr, uid, mod303.id, - context=context) - regularizacion_anual = (mod303.regularizacion_anual if - (mod303.period == "4T" or - mod303.period == "12") else 0) - total_devengado = report_lines.get("[21]") - total_deducir = report_lines.get("[37]") - atribuible_estado = ((total_devengado - total_deducir) * - mod303.porcentaje_atribuible_estado / 100) - casilla_46 = (atribuible_estado - mod303.cuota_compensar + - regularizacion_anual) - previus_result = mod303.previus_result if mod303.complementaria else 0 - resultado_liquidacion = casilla_46 - previus_result - vals = { - 'total_devengado': total_devengado, - 'total_deducir': total_deducir, - 'diferencia': total_devengado - total_deducir, - 'atribuible_estado': atribuible_estado, - 'resultado_casilla_46': casilla_46, - 'resultado_liquidacion': resultado_liquidacion, - 'compensar': abs(resultado_liquidacion) if resultado_liquidacion < 0 and mod303.devolver == 0 else 0, - 'ingresar': resultado_liquidacion if resultado_liquidacion > 0 else 0 - } - if (mod303.regularizacion_anual > 0 and not - (mod303.period == "4T" and mod303.period == "12")): - self.log(cr, uid, mod303.id, - _("El valor añadido para la regularizacion anual no se ha " - "tenido en cuenta por no ser un periodo de cierre (12 o " - "4T)"), context=context) - self.write(cr, uid, mod303.id, vals, context=context) - return True - - def button_confirm(self, cr, uid, ids, context=None): - """Check its records""" - msg = "" - for mod303 in self.browse(cr, uid, ids, context=context): - if mod303.ingresar > 0 and not mod303.cuenta_ingreso_id: - msg = _('Seleccione una cuenta para ingresar el importe') - if mod303.devolver > 0 and not mod303.cuenta_devolucion_id: - msg = _('Seleccione una cuenta para realizar la devolución') - if mod303.resultado_liquidacion == 0 and not mod303.sin_actividad: - msg = _("No hay actividad en el periodo seleccionado. " - "Marque la casilla correspondinte") - if msg: - raise orm.except_orm("", msg) - return super(l10n_es_aeat_mod303_report, self).button_confirm(cr, uid, - ids, context=context) diff --git a/l10n_es_aeat_mod303/mod303_view.xml b/l10n_es_aeat_mod303/mod303_view.xml deleted file mode 100644 index 04a0412a70f..00000000000 --- a/l10n_es_aeat_mod303/mod303_view.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - l10n_es.aeat.mod303.report.tree - l10n.es.aeat.mod303.report - - - - AEAT 303 reports= - - - - - - - - - - - - - - l10n_es.aeat.mod303.report.form - l10n.es.aeat.mod303.report - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AEAT model 303 - l10n.es.aeat.mod303.report - form - tree,form - Create and query AEAT Model 303 reports - - - - tree - - - - - - form - - - - - - - - diff --git a/l10n_es_aeat_mod303/security/ir.model.access.csv b/l10n_es_aeat_mod303/security/ir.model.access.csv deleted file mode 100644 index 445c74cbaa6..00000000000 --- a/l10n_es_aeat_mod303/security/ir.model.access.csv +++ /dev/null @@ -1,2 +0,0 @@ -"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" -"access_l10n_es_aeat_mod303_manager","l10n_es_aeat_mod303 manager","model_l10n_es_aeat_mod303_report","l10n_es_aeat.group_account_aeat",1,1,1,1 diff --git a/l10n_es_aeat_mod303/static/src/img/icon.png b/l10n_es_aeat_mod303/static/src/img/icon.png deleted file mode 100644 index a3a4799a7400d2e1988a39cb0de05f67b9fc5267..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5861 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 qM4u`D!!)1_iq)VVh1)Z+w - - - - - - - image/svg+xml - - - - - - - - - - - - - - - 303 - diff --git a/l10n_es_aeat_mod303/wizard/__init__.py b/l10n_es_aeat_mod303/wizard/__init__.py deleted file mode 100644 index 4ab417f4ae5..00000000000 --- a/l10n_es_aeat_mod303/wizard/__init__.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## -from . import export_mod303_to_boe diff --git a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py deleted file mode 100644 index bbac10ed7f9..00000000000 --- a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py +++ /dev/null @@ -1,173 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## -from datetime import datetime -from openerp.tools.translate import _ -from openerp.osv import orm -import base64 -import time - -class l10n_es_aeat_mod303_export_to_boe(orm.TransientModel): - _inherit = "l10n.es.aeat.report.export_to_boe" - _name = 'l10n.es.aeat.mod303.export_to_boe' - - def _get_formatted_declaration_record(self, cr, uid, report, context=None): - res = '' - ## cabecera - res += " " - # Tipo de declaración - "Para impresión, cualquier caracter - # alfanumérico o 'N' si la autoliquidación se declara SIN ACTIVIDAD" - res += self._formatString("N" if report.sin_actividad else " ", 1) - # Identificación (1) - res += self._formatString(report.company_vat, 9) # NIF del declarante - res += self._formatString(report.company_id.name, 30) # Apellidos o razón social. - res += self._formatString("", 15) # Nombre - res += self._formatBoolean(report.devolucion_mensual, yes='1', no='2') - ## devengo (2) - res += self._formatNumber(report.fiscalyear_id.code, 4) - res += self._formatString(report.period, 2) - assert len(res) == 71, _("The identification (1) and income (2) must " - "be 72 characters long") - return res - - def _get_formatted_main_record(self, cr, uid, report, context=None): - lines = report._get_report_lines(context=context) - res = '' - ## IVA devengado - # -- Regimen General y Recargo de Equivalencia - code_pair [1~18] - codes = [ - ## Régimen general - ('[01]','[03]'), - ('[04]','[06]'), - ('[07]','[09]'), - ## Recargo de equivalencia - ('[10]','[12]'), - ('[13]','[15]'), - ('[16]','[18]'), - ] - for code_pair in codes: - base_imponible = lines.get(code_pair[0], 0) - cuota = lines.get(code_pair[1], 0) - tipo = cuota / base_imponible * 100 if base_imponible else 0 - # base imponible X % -- codes [1, 4, 7, 10, 13, 16] - res += self._formatNumber(base_imponible, 15, 2) - # tipo % codes - [2, 5, 8, 11, 14, 17] - res += self._formatNumber(tipo, 3, 2) - # cuota X % -- codes [3, 6, 9, 12, 15, 18] - res += self._formatNumber(cuota, 15, 2) - # -- Adquisiciones Intracomunitarias - codes [19,20] - res += self._formatNumber(lines.get("[19]"), 15, 2) ## base imponible - res += self._formatNumber(lines.get("[20]"), 15, 2) ## cuota - # -- Total Cuota Devengada - code [21] - res += self._formatNumber(report.total_devengado, 15, 2) ## cuota - ## IVA deducible - # -- Por Cuotas soportadas ... - codes [22~25] - # -- Por Cuotas satisfechas en ... - codes [26~29] - # -- En adquisiciones intracomunitarias de bienes ... - codes [30~33] - for i in range(22, 34): - res += self._formatNumber(lines.get("[%s]" % i), 15, 2) - # -- - # Compesaciones Regimen Especial AG y P - res += self._formatNumber(lines.get("[34]"), 15, 2) - # Regularización inversiones - res += self._formatNumber(lines.get("[35]"), 15, 2) - # Regularización inversiones por aplicación del porcentaje def de prorrata - res += self._formatNumber(lines.get("[36]"), 15, 2) - # -- Total a deducir - res += self._formatNumber(report.total_deducir, 15, 2) - # Diferencia [21] - [37] - res += self._formatNumber(report.diferencia, 15, 2) - # Atribuible a la administracion ... - # TODO: Navarra y País Vasco - res += self._formatNumber(report.porcentaje_atribuible_estado, 3, 2) - res += self._formatNumber(report.atribuible_estado, 15, 2) - res += self._formatNumber(report.cuota_compensar, 15, 2) ## [41] - # Entregas intracomunitarias - res += self._formatNumber(lines.get("[42]"), 15, 2) - # [42], Exportaciones y operaciones asimiladas - res += self._formatNumber(lines.get("[43]"), 15, 2) - # [43], Derecho a deucción [44] - res += self._formatNumber(lines.get("[44]"), 15, 2) - ## Estado y Comunidades Forales - res += self._formatNumber(report.regularizacion_anual, 15, 2) - res += self._formatNumber(report.resultado_casilla_46, 15, 2) ## [40] - [41] - ## A deducir - autoliquidación complementaria .... pedir campo - res += self._formatNumber(report.previus_result if report.complementaria else 0, 15, 2) - res += self._formatNumber(report.resultado_liquidacion, 15, 2) ## [48] - ## A compensar - res += self._formatNumber(report.compensar, 15, 2) ## [49] - ## Marca SIN ACTIVIDAD - res += self._formatBoolean( report.sin_actividad , yes='1', no='2') # - assert len(res) == 822 - 72, _("The vat records must be 749 characters long and are %s") % len(res) - return res - - def _get_formatted_other_records(self, cr, uid, report, context=None): - res = '' - ## devolucion (6) - res += self._formatNumber(report.devolver, 15, 2) ## devolucion [50] - ccc = "" - if report.cuenta_devolucion_id and report.devolver: - ccc = report.cuenta_devolucion_id.acc_number.replace("-", "").replace(" ", "") - if not (len(ccc) == 20 and ccc.isdigit()): - raise orm.except_orm(_('Warning'), - _("CCC de devolución no válida \n%s") %ccc) - res += self._formatString(ccc,20) ## no hay devolución - """ - ## ingreso (7) - 859 1 Num Ingreso (7) - Forma de pago - 860 17 N Ingreso (7) - Importe [I] - 877 4 An Ingreso (7) - Código cuenta cliente - Entidad - 881 4 An Ingreso (7) - Código cuenta cliente - Oficina - 885 2 An Ingreso (7) - Código cuenta cliente - DC - 887 10 An Ingreso (7) - Código cuenta cliente - Número de cuenta - """ - # NO SE USA ??? Forma de Pago - "0" No consta, "1" Efectivo, - # "2" Adeudo en cuenta, "3" Domiciliación - res += self._formatString("0", 1) - res += self._formatNumber(report.ingresar, 15, 2) ## devolucion [50] - ccc = "" - if report.cuenta_ingreso_id and report.ingresar: - ccc = report.cuenta_ingreso_id.acc_number.replace("-", "").replace(" ", "") - if not (len(ccc) == 20 and ccc.isdigit()): - raise orm.except_orm(_('Warning'), - _("CCC de ingreso no válido %s") % ccc) - res += self._formatString(ccc,20) ## no hay devolución - # Complementaria (8) Indicador Autoliquidación complementaria - res += self._formatBoolean(report.complementaria, yes='1', no='0') - # Complementaria (8) - no justificante declaración anterior - res += self._formatString(report.previous_number if report.complementaria else "" , 13) - ## TODO -- hardcode por ahora - # Autorización conjunta - res += self._formatBoolean(False, yes='1', no=' ') - res += self._formatString(' ', 1) ## 77 autodeclaracion del concurso - res += ' '*398 ## campo reservado - # Localidad - res += self._formatString(report.company_id.partner_id.city, 16) - # TODO: Utilizar formato del servidor - date = datetime.strptime(report.calculation_date, "%Y-%m-%d %H:%M:%S") - res += self._formatString(date.strftime("%d"), 2) ## fecha: Dia - res += self._formatString(_(date.strftime("%B")), 10) ## fecha: Mes - res += self._formatString(date.strftime("%Y"), 4) ## fecha: Año - res += self._formatString("", 9) - res += "\r\n".encode("ascii") - return res - - def _do_global_checks(self, report, contents, context=None): - assert len(contents) == 1353, \ - _("The 303 report must be 1353 characters long and are %s" - ) %len(contents) - return True \ No newline at end of file diff --git a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.xml b/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.xml deleted file mode 100644 index 8adfc399fa9..00000000000 --- a/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - Export AEAT 303 BOE file - ir.actions.act_window - l10n.es.aeat.mod303.export_to_boe - form - form - new - - - - form - - - - From f45fe29fe5542cbda2eeca357bcc2d34f0abd6f7 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 10 Jul 2015 12:36:11 +0200 Subject: [PATCH 010/147] [MIG] l10n_es_aeat_mod303: Modelo 303 de la AEAT totalmente refactorizado MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Presentación del Modelo AEAT 303 ================================ * Incluye un motor genérico para obtener los totales de códigos de impuestos de manera parametrizada y con posibilidad de versionado por fechas * Incluye un motor de parametrización de las exportaciones a formato BOE con posibilidad de versionado por fechas. * Se incluyen las parametrizaciones de ambos motores para el 303. --- l10n_es_aeat_mod303/README.rst | 46 + l10n_es_aeat_mod303/__init__.py | 18 + l10n_es_aeat_mod303/__openerp__.py | 49 + .../data/aeat_export_mod303_data.xml | 2609 +++++++++++++++++ .../data/tax_code_map_mod303_data.xml | 284 ++ l10n_es_aeat_mod303/i18n/es.po | 349 +++ l10n_es_aeat_mod303/i18n/gl.po | 559 ++++ .../i18n/l10n_es_aeat_mod303.pot | 349 +++ l10n_es_aeat_mod303/models/__init__.py | 19 + l10n_es_aeat_mod303/models/mod303.py | 162 + .../security/ir.model.access.csv | 3 + .../static/description/icon.png | Bin 0 -> 5861 bytes .../static/description/icon_source.svg | 99 + l10n_es_aeat_mod303/views/mod303_view.xml | 123 + 14 files changed, 4669 insertions(+) create mode 100644 l10n_es_aeat_mod303/README.rst create mode 100644 l10n_es_aeat_mod303/__init__.py create mode 100644 l10n_es_aeat_mod303/__openerp__.py create mode 100644 l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml create mode 100644 l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml create mode 100644 l10n_es_aeat_mod303/i18n/es.po create mode 100644 l10n_es_aeat_mod303/i18n/gl.po create mode 100644 l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot create mode 100644 l10n_es_aeat_mod303/models/__init__.py create mode 100644 l10n_es_aeat_mod303/models/mod303.py create mode 100644 l10n_es_aeat_mod303/security/ir.model.access.csv create mode 100644 l10n_es_aeat_mod303/static/description/icon.png create mode 100644 l10n_es_aeat_mod303/static/description/icon_source.svg create mode 100644 l10n_es_aeat_mod303/views/mod303_view.xml diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst new file mode 100644 index 00000000000..d0b3661e580 --- /dev/null +++ b/l10n_es_aeat_mod303/README.rst @@ -0,0 +1,46 @@ +Presentación del Modelo AEAT 303 +================================ +Módulo para la presentación del modelo 303 (IVA - Autodeclaración) de la +Agencia Española de Administración Tributaria. + +Instrucciones del modelo: http://goo.gl/pgVbXH +Diseño de registros BOE: http://goo.gl/ediOFO + +Incluye la exportación al formato BOE para su uso telemático. + +Problemas conocidos / Hoja de ruta +================================== + +* Los regimenes simplificado y agrícola, ganadero y forestal no están + contemplados en el desarrollo actual. +* Posibilidad de marcar en el resultado el ingreso/devolución en la cuenta + corriente tributaria. +* El régimen de criterio de caja no está tampoco contemplado. +* No se puede definir por el momento la prorrata del IVA. +* Falta generar el asiento de regularización del IVA al confirmar la + declaración (y eliminarlo si se cancela). + +Créditos +======== + +Contribuidores +-------------- + +* GuadalTech (http://www.guadaltech.es) +* Pedro M. Baeza +* AvanzOSC (http://www.avanzosc.es) + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/l10n_es_aeat_mod303/__init__.py b/l10n_es_aeat_mod303/__init__.py new file mode 100644 index 00000000000..54793026abb --- /dev/null +++ b/l10n_es_aeat_mod303/__init__.py @@ -0,0 +1,18 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## +from . import models diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py new file mode 100644 index 00000000000..35bd4b6dec1 --- /dev/null +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -0,0 +1,49 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# Copyright (c) +# 2013 Guadaltech (http://www.guadaltech.es) +# Alberto Martín Cortada +# 2014-2015 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) +# Pedro M. Baeza +# 2015 AvanzOSC (http://www.avanzosc.es) +# Ainara Galdona +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## + +{ + "name": "AEAT modelo 303", + "version": "1.1", + 'category': "Accounting & Finance", + 'author': "Guadaltech," + "AvanzOSC," + "Serv. Tecnol. Avanzados - Pedro M. Baeza," + "Antiun Ingeniería S.L.," + "Odoo Community Association (OCA)", + 'website': "https://github.com/OCA/l10n-spain", + "license": "AGPL-3", + "depends": [ + "l10n_es", + "l10n_es_aeat", + ], + "data": [ + "data/tax_code_map_mod303_data.xml", + "data/aeat_export_mod303_data.xml", + "views/mod303_view.xml", + "security/ir.model.access.csv", + ], + "installable": True, +} diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml new file mode 100644 index 00000000000..14c22cf805e --- /dev/null +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -0,0 +1,2609 @@ + + + + + + + + Exportación modelo 303 2014 - Régimen general/simplificado + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Constante: 01 + 01 + string + 2 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Tipo de declaración + ${(object.result_type == 'D' and object.compensate and 'C') or object.result_type} + string + 1 + left + + + + 6 + + Identificación: NIF + ${object.company_vat} + string + 9 + left + + + + 7 + + Identificación: Apellidos o Razón social + ${object.company_id.name} + string + 30 + left + + + + 8 + + Identificación: Nombre + ${object.company_id.name} + string + 15 + left + + + + 9 + + Identificación: Inscrito en el Registro de devolución mensual (Art. 30 RIVA) + ${object.devolucion_mensual} + boolean + 1 + 1 + 2 + left + + + + 10 + + Identificación: Tributa exclusivamente en Régimen Simplificado (RS) - Forzado a no + 3 + string + 1 + left + + + + 11 + + Identificación: Autoliquidación conjunta - Forzado a no + 2 + string + 1 + left + + + + 12 + + Identificación: Declarado en concurso de acreedores en el presente período de liquidación - Forzado a no + 2 + string + 1 + left + + + + 13 + + Identificación: Fecha en que se dictó el auto de declaración de concurso + + string + 8 + left + + + + 14 + + Identificación: Auto de declaración de concurso dictado en el período - Forzado a blanco + + string + 1 + left + + + + 15 + + Identificación: Opción por el régimen especial de criterio de Caja - Forzado a no + 2 + string + 1 + left + + + + 16 + + Identificación: Destinatario de las operaciones a las que se aplique el régimen especial del criterio de Caja - Forzado a no + 2 + string + 1 + left + + + + 17 + + Identificación: Opción por la aplicación de la prorrata especial - Forzado a no + 2 + string + 1 + left + + + + 18 + + Identificación: Revocación de la opción por la aplicación de la prorrata especial - Forzado a no + 2 + string + 1 + left + + + + 19 + + Devengo: Ejercicio + ${object.fiscalyear_id.date_start[:4]} + string + 4 + left + + + + 20 + + Devengo: Periodo + ${object.period_type} + string + 2 + left + + + + 21 + + Liquidación: Regimen General - IVA Devengado 4% - Base imponible [01] + ${object.tax_lines.filtered(lambda r: r.field_number==1).amount} + float + + 17 + 2 + right + + + + 22 + + Liquidación: Regimen General - IVA Devengado 4% - Tipo % [02] + 4 + float + + 5 + 2 + right + + + + 23 + + Liquidación: Regimen General - IVA Devengado 4% - Cuota [03] + ${object.tax_lines.filtered(lambda r: r.field_number==3).amount} + float + + 17 + 2 + right + + + + 24 + + Liquidación: Regimen General - IVA Devengado 10% - Base imponible [04] + ${object.tax_lines.filtered(lambda r: r.field_number==4).amount} + float + + 17 + 2 + right + + + + 25 + + Liquidación: Regimen General - IVA Devengado 10% - Tipo % [05] + 10 + float + + 5 + 2 + right + + + + 26 + + Liquidación: Regimen General - IVA Devengado 10% - Cuota [06] + ${object.tax_lines.filtered(lambda r: r.field_number==6).amount} + float + + 17 + 2 + right + + + + 27 + + Liquidación: Regimen General - IVA Devengado 21% - Base imponible [07] + ${object.tax_lines.filtered(lambda r: r.field_number==7).amount} + float + + 17 + 2 + right + + + + 28 + + Liquidación: Regimen General - IVA Devengado 21% - Tipo % [08] + 21 + float + + 5 + 2 + right + + + + 29 + + Liquidación: Regimen General - IVA Devengado 21% - Cuota [09] + ${object.tax_lines.filtered(lambda r: r.field_number==9).amount} + float + + 17 + 2 + right + + + + 30 + + Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Base imponible [10] + ${object.tax_lines.filtered(lambda r: r.field_number==10).amount} + float + + 17 + 2 + right + + + + 31 + + Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Cuota [11] + ${object.tax_lines.filtered(lambda r: r.field_number==11).amount} + float + + 17 + 2 + right + + + + 32 + + Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Base imponible [12] + ${object.tax_lines.filtered(lambda r: r.field_number==12).amount} + float + + 17 + 2 + right + + + + 33 + + Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Cuota [13] + ${object.tax_lines.filtered(lambda r: r.field_number==13).amount} + float + + 17 + 2 + right + + + + 34 + + Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Base imponible [14] + ${object.tax_lines.filtered(lambda r: r.field_number==14).amount} + float + + 17 + 2 + right + + + + 35 + + Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Cuota [15] + ${object.tax_lines.filtered(lambda r: r.field_number==15).amount} + float + + 17 + 2 + right + + + + 36 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Base imponible [16] + ${object.tax_lines.filtered(lambda r: r.field_number==16).amount} + float + + 17 + 2 + right + + + + 37 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Tipo % [17] + 0.5 + float + + 5 + 2 + right + + + + 38 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Cuota [18] + ${object.tax_lines.filtered(lambda r: r.field_number==18).amount} + float + + 17 + 2 + right + + + + 39 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Base imponible [19] + ${object.tax_lines.filtered(lambda r: r.field_number==19).amount} + float + + 17 + 2 + right + + + + 40 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Tipo % [20] + 1.2 + float + + 5 + 2 + right + + + + 41 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Cuota [21] + ${object.tax_lines.filtered(lambda r: r.field_number==21).amount} + float + + 17 + 2 + right + + + + 42 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Base imponible [22] + ${object.tax_lines.filtered(lambda r: r.field_number==22).amount} + float + + 17 + 2 + right + + + + 43 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Tipo % [23] + 5.2 + float + + 5 + 2 + right + + + + 44 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Cuota [24] + ${object.tax_lines.filtered(lambda r: r.field_number==24).amount} + float + + 17 + 2 + right + + + + 45 + + Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Base imponible [25] + ${object.tax_lines.filtered(lambda r: r.field_number==25).amount} + float + + 17 + 2 + right + + + + 46 + + Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Cuota [26] + ${object.tax_lines.filtered(lambda r: r.field_number==26).amount} + float + + 17 + 2 + right + + + + 47 + + Liquidación: Regimen General - IVA Devengado - Total cuota devengada [27] + ${object.tax_lines.filtered(lambda r: r.field_number==27).amount} + float + + 17 + 2 + right + + + + 48 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Base [28] + ${object.tax_lines.filtered(lambda r: r.field_number==28).amount} + float + + 17 + 2 + right + + + + 49 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Cuota [29] + ${object.tax_lines.filtered(lambda r: r.field_number==29).amount} + float + + 17 + 2 + right + + + + 50 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Base [30] + ${object.tax_lines.filtered(lambda r: r.field_number==30).amount} + float + + 17 + 2 + right + + + + 51 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Cuota [31] + ${object.tax_lines.filtered(lambda r: r.field_number==31).amount} + float + + 17 + 2 + right + + + + 52 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Base [32] + ${object.tax_lines.filtered(lambda r: r.field_number==32).amount} + float + + 17 + 2 + right + + + + 53 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Cuota [33] + ${object.tax_lines.filtered(lambda r: r.field_number==33).amount} + float + + 17 + 2 + right + + + + 54 + + Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Base [34] + ${object.tax_lines.filtered(lambda r: r.field_number==34).amount} + float + + 17 + 2 + right + + + + 55 + + Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Cuota [35] + ${object.tax_lines.filtered(lambda r: r.field_number==35).amount} + float + + 17 + 2 + right + + + + 56 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Base [36] + ${object.tax_lines.filtered(lambda r: r.field_number==36).amount} + float + + 17 + 2 + right + + + + 57 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota [37] + ${object.tax_lines.filtered(lambda r: r.field_number==37).amount} + float + + 17 + 2 + right + + + + 58 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Base [38] + ${object.tax_lines.filtered(lambda r: r.field_number==38).amount} + float + + 17 + 2 + right + + + + 59 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Cuota [39] + ${object.tax_lines.filtered(lambda r: r.field_number==39).amount} + float + + 17 + 2 + right + + + + 60 + + Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Base [40] + ${object.tax_lines.filtered(lambda r: r.field_number==40).amount} + float + + 17 + 2 + right + + + + 61 + + Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Cuota [41] + ${object.tax_lines.filtered(lambda r: r.field_number==41).amount} + float + + 17 + 2 + right + + + + 62 + + Liquidación: Regimen General - IVA Deducible - Compensaciones Régimen Especial A.G. y P. - Cuota [42] + ${object.tax_lines.filtered(lambda r: r.field_number==42).amount} + float + + 17 + 2 + right + + + + 63 + + Liquidación: Regimen General - IVA Deducible - Regularización inversiones - Cuota [43] + ${object.tax_lines.filtered(lambda r: r.field_number==43).amount} + float + + 17 + 2 + right + + + + 64 + + Liquidación: Regimen General - IVA Deducible - Regularización por aplicación del porcentaje definitivo de prorrata - Cuota [44] + ${object.tax_lines.filtered(lambda r: r.field_number==44).amount} + float + + 17 + 2 + right + + + + 65 + + Liquidación: Regimen General - IVA Deducible - Total a deducir - Cuota [45] + ${object.tax_lines.filtered(lambda r: r.field_number==45).amount} + float + + 17 + 2 + right + + + + 66 + + Liquidación: Regimen General - IVA Deducible - Resultado régimen general - Cuota [46] + ${object.casilla_46} + float + + 17 + 2 + right + + + + 67 + + Reservado para la AEAT + + string + 582 + left + + + + 68 + + Reservado para la AEAT: Sello electrónico reservado para la AEAT + + string + 13 + left + + + + 69 + + Indicador de fin de registro: </T30301> + </T30301> + string + 9 + left + + + + + Exportación modelo 303 2014 - Régimen agrícola, ganadero y forestal (No implementado) + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Página: 02 + 02 + string + 2 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Indicador de página complementaria + ${object.type == 'C'} + boolean + 1 + C + + left + + + + 6 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Código + + integer + 2 + right + + + + 7 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Volumen de ingresos + + float + + 17 + 2 + right + + + + 8 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Indice de cuota + + float + + 6 + 5 + right + + + + 9 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Cuota devengada + + float + + 17 + 2 + right + + + + 10 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Porcentaje trimestral + + float + + 5 + 2 + right + + + + 11 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [A] + + float + + 17 + 2 + right + + + + 12 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota soportada + + float + + 17 + 2 + right + + + + 13 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota anual derivada del regimen simplificado [B] + + float + + 17 + 2 + right + + + + 14 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE + + string + 4 + left + + + + 15 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Nº Unidades + + float + + 10 + 2 + right + + + + 16 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Importe + + float + + 17 + 2 + right + + + + 17 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Nº Unidades + + float + + 10 + 2 + right + + + + 18 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Importe + + float + + 17 + 2 + right + + + + 19 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Nº Unidades + + float + + 10 + 2 + right + + + + 20 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Importe + + float + + 17 + 2 + right + + + + 21 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Nº Unidades + + float + + 10 + 2 + right + + + + 22 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Importe + + float + + 17 + 2 + right + + + + 23 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Nº Unidades + + float + + 10 + 2 + right + + + + 24 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Importe + + float + + 17 + 2 + right + + + + 25 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Nº Unidades + + float + + 10 + 2 + right + + + + 26 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Importe + + float + + 17 + 2 + right + + + + 27 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Nº Unidades + + float + + 10 + 2 + right + + + + 28 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Importe + + float + + 17 + 2 + right + + + + 29 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Cuota devengada operaciones corrientes [C] + + float + + 17 + 2 + right + + + + 30 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Reducciones [D] + + float + + 17 + 2 + right + + + + 31 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + + float + + 3 + 2 + right + + + + 32 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + + float + + 5 + 2 + right + + + + 33 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [F] + + float + + 17 + 2 + right + + + + 34 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Código + + integer + 2 + right + + + + 35 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Volumen de ingresos + + float + + 17 + 2 + right + + + + 36 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Indice de cuota + + float + + 6 + 5 + right + + + + 37 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Cuota devengada + + float + + 17 + 2 + right + + + + 38 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Porcentaje trimestral + + float + + 5 + 2 + right + + + + 39 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [A] + + float + + 17 + 2 + right + + + + 40 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota soportada + + float + + 17 + 2 + right + + + + 41 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota anual derivada del regimen simplificado [B] + + float + + 17 + 2 + right + + + + 42 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE + + string + 4 + left + + + + 43 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Nº Unidades + + float + + 10 + 2 + right + + + + 44 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Importe + + float + + 17 + 2 + right + + + + 45 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Nº Unidades + + float + + 10 + 2 + right + + + + 46 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Importe + + float + + 17 + 2 + right + + + + 47 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Nº Unidades + + float + + 10 + 2 + right + + + + 48 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Importe + + float + + 17 + 2 + right + + + + 49 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Nº Unidades + + float + + 10 + 2 + right + + + + 50 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Importe + + float + + 17 + 2 + right + + + + 51 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Nº Unidades + + float + + 10 + 2 + right + + + + 52 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Importe + + float + + 17 + 2 + right + + + + 53 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Nº Unidades + + float + + 10 + 2 + right + + + + 54 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Importe + + float + + 17 + 2 + right + + + + 55 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Nº Unidades + + float + + 10 + 2 + right + + + + 56 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Importe + + float + + 17 + 2 + right + + + + 57 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Cuota devengada operaciones corrientes [C] + + float + + 17 + 2 + right + + + + 58 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Reducciones [D] + + float + + 17 + 2 + right + + + + 59 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + + float + + 3 + 2 + right + + + + 60 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + + float + + 5 + 2 + right + + + + 61 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [F] + + float + + 17 + 2 + right + + + + 62 + + Liquidación - RS - (B) Actividades en RS - 1T/2T/3T - Suma de ingresos a cuenta del conjunto de actividades [47] + + float + + 17 + 2 + right + + + + 63 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuotas soportadas operaciones corrientes [G]) + + float + + 17 + 2 + right + + + + 64 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Índice corrector de actividades de temporada [H]) + + float + + 3 + 2 + right + + + + 65 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - RESULTADO [I]) + + float + + 17 + 2 + right + + + + 66 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Porcentaje cuota mínima [J]) + + float + + 5 + 2 + right + + + + 67 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Devolución cuotas soportadas otros países [K]) + + float + + 17 + 2 + right + + + + 68 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota mínima [L]) + + float + + 17 + 2 + right + + + + 69 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota anual derivada RS [M]) + + float + + 17 + 2 + right + + + + 70 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuotas soportadas operaciones corrientes [G]) + + float + + 17 + 2 + right + + + + 71 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Índice corrector de actividades de temporada [H]) + + float + + 3 + 2 + right + + + + 72 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - RESULTADO [I]) + + float + + 17 + 2 + right + + + + 73 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Porcentaje cuota mínima [J]) + + float + + 5 + 2 + right + + + + 74 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Devolución cuotas soportadas otros países [K]) + + float + + 17 + 2 + right + + + + 75 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota mínima [L]) + + float + + 17 + 2 + right + + + + 76 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota anual derivada RS [M]) + + float + + 17 + 2 + right + + + + 77 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de cuotas derivadas RS del conjunto de actividades [48]) + + float + + 17 + 2 + right + + + + 78 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de ingresos a cuenta realizados en el ejercicio [49]) + + float + + 17 + 2 + right + + + + 79 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Resultado [50]) + + float + + 17 + 2 + right + + + + 80 + + Liquidación - RS - Cuotas devengadas - Adquisiciones intracomunitarias de bienes [51]) + + float + + 17 + 2 + right + + + + 81 + + Liquidación - RS - Cuotas devengadas - Entregas de activos fijos [52]) + + float + + 17 + 2 + right + + + + 82 + + Liquidación - RS - Cuotas devengadas - IVA devengado por inversión del sujeto pasivo [53]) + + float + + 17 + 2 + right + + + + 83 + + Liquidación - RS - Cuotas devengadas - Total cuota resultante [54]) + + float + + 17 + 2 + right + + + + 84 + + Liquidación - RS - IVA deducible - Adquisición o importación de activos fijos [55]) + + float + + 17 + 2 + right + + + + 85 + + Liquidación - RS - IVA deducible - Regularización bienes de inversión [56]) + + float + + 17 + 2 + right + + + + 86 + + Liquidación - RS - IVA deducible - Total IVA deducible [57]) + + float + + 17 + 2 + right + + + + 87 + + Liquidación - RS - Resultado RS [58]) + + float + + 17 + 2 + right + + + + 88 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) + + string + 1 + left + + + + 89 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) + + string + 1 + left + + + + 90 + + Reservado para la AEAT + + string + 590 + left + + + + 91 + + Indicador de fin de registro: </T30302> + </T30302> + string + 9 + left + + + + + + Exportación modelo 303 2014 - Información adicional + Resultado + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Página: 03 + 03 + string + 2 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Información adicional - Entregas intracomunitarias de bienes y servicios [59] + ${object.tax_lines.filtered(lambda r: r.field_number==59).amount} + float + + 17 + 2 + right + + + + 6 + + Información adicional - Exportaciones y operaciones asimiladas [60] + ${object.tax_lines.filtered(lambda r: r.field_number==60).amount} + float + + 17 + 2 + right + + + + 7 + + Información adicional - Operaciones no sujetas o con inversión del sujeto pasivo que originan el derecho a deducción [61] + ${object.tax_lines.filtered(lambda r: r.field_number==61).amount} + float + + 17 + 2 + right + + + + 8 + + Resultado - Suma de resultados [64] - Sólo coge el de RG + ${object.casilla_46} + float + + 17 + 2 + right + + + + 9 + + Resultado - % Atribuible a la Administración del Estado [65] + ${object.porcentaje_atribuible_estado} + float + + 5 + 2 + right + + + + 10 + + Resultado - Atribuible a la Administración del Estado [66] + ${object.atribuible_estado} + float + + 17 + 2 + right + + + + 11 + + Resultado - Cuotas a compensar de periodos anteriores [67] + ${object.cuota_compensar} + float + + 17 + 2 + right + + + + 12 + + Resultado - Exclusivamente para sujetos pasivos que tributan conjuntamente a la Administración del Estado y a las Diputaciones Forales Resultado de la regularización anual [68] + ${object.regularizacion_anual} + float + + 17 + 2 + right + + + + 13 + + Resultado - Resultado [69] + ${object.casilla_69} + float + + 17 + 2 + right + + + + 14 + + Resultado - A deducir [70] + ${object.previous_result} + float + + 17 + 2 + right + + + + 15 + + Resultado - Resultado de la liquidación [71] + ${object.resultado_liquidacion} + float + + 17 + 2 + right + + + + 16 + + Información adicional - Importes devengados en período de liquidación sgún art. 75 LIVA. - Base Imponible [62] + ${object.tax_lines.filtered(lambda r: r.field_number==62).amount} + float + + 17 + 2 + right + + + + 17 + + Información adicional - Importes devengados en período de liquiación sgún art. 75 LIVA. - Cuota [63] + ${object.tax_lines.filtered(lambda r: r.field_number==63).amount} + float + + 17 + 2 + right + + + + 18 + + Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Base Imponible [74] + ${object.tax_lines.filtered(lambda r: r.field_number==74).amount} + float + + 17 + 2 + right + + + + 19 + + Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Cuota [75] + ${object.tax_lines.filtered(lambda r: r.field_number==75).amount} + float + + 17 + 2 + right + + + + 20 + + Declaración complementaria + ${object.type == 'C'} + boolean + 1 + X + + left + + + + 21 + + Numero justificante declaración anterior + ${object.previous_number} + string + 13 + left + + + + 22 + + Declaración sin actividad + ${object.result_type == 'N'} + boolean + 1 + X + + left + + + + 23 + + Domiciliación/Devolución - IBAN + + string + 34 + left + + + + 24 + + Información adicional - B- Clave - Principal + + integer + 1 + right + + + + 25 + + Información adicional - C- Epígrafe IAE - Principal + + string + 4 + left + + + + 26 + + Información adicional - B- Clave - Otras 1ª + + integer + 1 + right + + + + 27 + + Información adicional - C- Epígrafe IAE - Otras 1ª + + string + 4 + left + + + + 28 + + Información adicional - B- Clave - Otras 2ª + + integer + 1 + right + + + + 29 + + Información adicional - C- Epígrafe IAE - Otras 2ª + + string + 4 + left + + + + 30 + + Información adicional - B- Clave - Otras 3ª + + integer + 1 + right + + + + 31 + + Información adicional - C- Epígrafe IAE - Otras 3ª + + string + 4 + left + + + + 32 + + Información adicional - B- Clave - Otras 4ª + + integer + 1 + right + + + + 33 + + Información adicional - C- Epígrafe IAE - Otras 4ª + + string + 4 + left + + + + 34 + + Información adicional - B- Clave - Otras 5ª + + integer + 1 + right + + + + 35 + + Información adicional - C- Epígrafe IAE - Otras 5ª + + string + 4 + left + + + + 36 + + Información adicional - D- Marque si ha efectuado operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas + + string + 1 + left + + + + 37 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen general [80] + 0 + float + + 17 + 2 + right + + + + 38 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial del criterio de caja conforme art.75 LIVA [81] + 0 + float + + 17 + 2 + right + + + + 39 + + Información adicional - Operaciones realizadas en el ejercicio - Exportaciones, entregas intracomunitarias y otras operaciones con derecho a deducción [82] + 0 + float + + 17 + 2 + right + + + + 40 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones exentas sin derecho a deducción [83] + 0 + float + + 17 + 2 + right + + + + 41 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones no sujetas por reglas de localización o con inversión del sujeto pasivo [84] + 0 + float + + 17 + 2 + right + + + + 42 + + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes objeto de instalación o montaje en otros Estados miembros [85] + 0 + float + + 17 + 2 + right + + + + 43 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones de régimen simplificado [86] + 0 + float + + 17 + 2 + right + + + + 44 + + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y de inversión y operaciones financieras no habituales [87] + 0 + float + + 17 + 2 + right + + + + 45 + + Información adicional - Operaciones realizadas en el ejercicio - Total volumen de operaciones [88] + 0 + float + + 17 + 2 + right + + + + 46 + + Resultado - Regularización cuotas rt. 80 cinco. 5ª LIVA [76] + 0 + float + + 17 + 2 + right + + + + 47 + + Resultado - IVA a la importación liquidado por la Aduana pendiente de ingreso [77] + 0 + float + + 17 + 2 + right + + + + 48 + + Reservado para la AEAT + + string + 573 + left + + + + 49 + + Indicador de fin de registro: </T30303> + </T30303> + string + 9 + left + + + + + + Exportación modelo 303 2014 + 2014-01-01 + 303 + + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Constante: 0 + 0 + string + 1 + left + + + + 4 + + Ejercicio devengo: AAAA + ${object.fiscalyear_id.date_start[:4]} + string + 4 + left + + + + 5 + + Periodo: PP + ${object.period_type} + string + 2 + left + + + + 6 + + Constante: 0000> + 0000> + string + 5 + left + + + + 7 + + Constante: <AUX> + <AUX> + string + 5 + left + + + + 8 + + Reservado para la Administración: Rellenar con blancos + + string + 70 + left + + + + 9 + + Versión del Programa: + 8.0 + string + 4 + left + + + + 10 + + Reservado para la Administración: Rellenar con blancos + + string + 4 + left + + + + 11 + + NIF Empresa Desarrollo + Odoo + string + 9 + left + + + + 12 + + Reservado para la Administración: Rellenar con blancos + + string + 213 + left + + + + 13 + + Constante: </AUX> + </AUX> + string + 6 + left + + + + 14 + + Régimen general/simplificado + True + + subconfig + + + + 15 + + Régimen agrícola, ganadero y forestal + False + + subconfig + + + + 16 + + Informacion adicional + resultado + + subconfig + + + + 17 + + Constante. </T3030+Ejercicio+periodo+0000> + </T3030${object.fiscalyear_id.date_start[:4]}${object.period_type}> + string + 18 + left + + + + 18 + + Fin de Registro. Constante CRLF( Hexadecimal 0D0A, Decimal 1310) + "\r\n".encode("ascii") + string + 2 + left + + + + diff --git a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml new file mode 100644 index 00000000000..a7ebf96eaf4 --- /dev/null +++ b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml @@ -0,0 +1,284 @@ + + + + + 303 + + + 01 + + + Régimen General - Base imponible 4% + + + 03 + + + Régimen General - Cuota 4% + + + 04 + + + Régimen General - Base imponible 10% + + + 06 + + + Régimen General - Cuota 10% + + + 07 + + + Régimen General - Base imponible 21% + + + 09 + + + Régimen General - Cuota 21% + + + 10 + + + Adquisiciones intracomunitarias de bienes y servicios - Base imponible + + + 11 + + + Adquisiciones intracomunitarias de bienes y servicios - Cuota + + + 12 + + + Otras operac. con inversión del suj. pasivo (excepto adq. intracom.) - Base imponible + + + 13 + + + Otras operac. con inversión del suj. pasivo (excepto adq. intracom.) - Cuota + + + 14 + + + Modificación bases y cuotas - Base imponible + + + 15 + + + Modificación bases y cuotas - Cuota + + + 16 + + + Recargo equivalencia - Base imponible 0.5% + + + 18 + + + Recargo equivalencia - Cuota 0.5% + + + 19 + + + Recargo equivalencia - Base imponible 1.2% + + + 21 + + + Recargo equivalencia - Cuota 1.2% + + + 22 + + + Recargo equivalencia - Base imponible 5.2% + + + 24 + + + Recargo equivalencia - Cuota 5.2% + + + 25 + + + Modificación bases y cuotas del recargo de equivalencia - Base imponible + + + 26 + + + Modificación bases y cuotas del recargo de equivalencia - Cuota + + + 27 + + + Total cuota devengada ([03]+[06]+[09]+[11]+[13]+[15]+[18]+[21]+[24]+[26]) + + + 28 + + + Por cuotas soportadas en operaciones interiores corrientes - Base + + + 29 + + + Por cuotas soportadas en operaciones interiores corrientes - Cuota + + + 30 + + + Por cuotas soportadas en operaciones interiores con bienes de inversión - Base + + + 31 + + + Por cuotas soportadas en operaciones interiores con bienes de inversión - Cuota + + + 32 + + + Por cuotas soportadas en las importaciones de bienes corrientes - Base + + + 33 + + + Por cuotas soportadas en las importaciones de bienes corrientes - Cuota + + + 34 + + + Por cuotas soportadas en las importaciones de bienes de inversión - Base + + + 35 + + + Por cuotas soportadas en las importaciones de bienes de inversión - Cuota + + + 36 + + + En adquisiciones intracomunitarias de bienes y servicios corrientes - Base + + + 37 + + + En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota + + + 38 + + + En adquisiciones intracomunitarias de bienes de inversión - Base + + + 39 + + + En adquisiciones intracomunitarias de bienes de inversión - Cuota + + + 40 + + + Rectificación de deducciones - Base + + + 41 + + + Rectificación de deducciones - Cuota + + + 42 + + + Compensaciones Régimen especial A. G. y P. + + + 43 + + + Regularización bienes de inversión + + + 44 + + + Regularización por aplicación del porcentaje definitivo de prorrata + + + 45 + + + Total a deducir ([29]+[31]+[33]+[35]+[37]+[39]+[41]+[42]+[43]+[44]) + + + 59 + + + Entregas intracomunitarias de bienes y servicios + + + 60 + + + Exportaciones y operaciones asimiladas + + + 61 + + + Operaciones no sujetas o con inversión del sujeto pasivo que originan derecho a dedución + + + 62 + + + Importes de las entregas de bienes y prestaciones de servicios a las que habiéndoles sido aplicado el régimen especial del criterio de caja hubieran resultado devengadas conforme a la regla general de devengo contenida en el art. 75 LIVA - Base imponible + + + 63 + + + Importes de las entregas de bienes y prestaciones de servicios a las que habiéndoles sido aplicado el régimen especial del criterio de caja hubieran resultado devengadas conforme a la regla general de devengo contenida en el art. 75 LIVA - Cuota + + + 74 + + + Importe de las adquisiciones de bienes y servicios a las que sea de aplicación o afecte el régimen especial del criterio de caja conforme a la ley general de devengo contenida en el artículo 75 de LIVA - Base imponible + + + 75 + + + Importe de las adquisiciones de bienes y servicios a las que sea de aplicación o afecte el régimen especial del criterio de caja conforme a la ley general de devengo contenida en el artículo 75 de LIVA - Cuota + + + diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po new file mode 100644 index 00000000000..e6ba9282334 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -0,0 +1,349 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-10 08:10+0000\n" +"PO-Revision-Date: 2015-07-10 08:10+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "(IVA devengado - IVA deducible)" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_line +msgid "AEAT 303 Report Line" +msgstr "Línea de declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "Modelo 303" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "Declaraciones AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "Modelo AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "Cuenta bancaria" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Fecha de cálculo" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "Cancelada" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Compañía" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "Compensar" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "Complementaria" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "Crea y consulta declaración AEAT del modelo 303" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuota a compensar de periodos anteriores, en los que en su declaración" +msgstr "Cuota a compensar de periodos anteriores, en los que en su declaración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "Moneda" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "DVD" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "Nº declaración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "Devolución mensual" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Realizado" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Borrador" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe +msgid "Export Report to BOE Format" +msgstr "Exportar a formato BOE" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "Configuración de exportación" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "Ejercicio fiscal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "Nombre completo" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "Inscrito en el Registro de Devolución Mensual" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "Nombre del representante legal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "Nombre del representante legal." + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "Debe tener nombre y apellidos." + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "Normal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Empresa" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "Tipo de periodo" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "Periodo(s)" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "Teléfono" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "Nº previo declaración" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Procesada" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "Resultado" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:159 +#, python-format +msgid "Select an account for making the charge" +msgstr "Seleccione una cuenta bancaria para realizar el cargo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:161 +#, python-format +msgid "Select an account for receiving the money" +msgstr "Seleccione una cuenta bancaria para recibir el dinero" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Estado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "Tipo de declaración" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "Sustitutiva" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "Tipo de soporte" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "Líneas de impuestos" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "Telemática" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "NIF" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "[27] IVA devengado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "[45] IVA a deducir" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "[46] Resultado régimen general" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "[65] % atribuible al Estado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "[66] Atribuible a la Administración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "[67] Cuotas a compensar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "[68] Regularización anual" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "[69] Resultado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "[70] A deducir" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Resultado de la liquidación" +msgstr "[71] Resultado de la liquidación" + diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po new file mode 100644 index 00000000000..e2a00bb59c5 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -0,0 +1,559 @@ +# Galician translation for openerp-spain +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openerp-spain package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-spain\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-01-23 16:12+0000\n" +"PO-Revision-Date: 2014-01-31 03:24+0000\n" +"Last-Translator: Alejandro Santana \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-06-22 05:57+0000\n" +"X-Generator: Launchpad (build 17058)\n" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sin_actividad:0 +msgid "Sin actividad" +msgstr "Sen actividade" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Declaración" +msgstr "Declaración" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,diferencia:0 +msgid "( IVA devengado - IVA deducible )" +msgstr "( IVA devindicado - IVA deducible )" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Devolución" +msgstr "Devolución" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "March" +msgstr "Marzo" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Compañía" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolver:0 +msgid "Devolver" +msgstr "Devolver" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:209 +#: code:addons/l10n_es_aeat_mod303/mod303.py:223 +#, python-format +msgid "Seleccione una cuenta para ingresar el importe" +msgstr "Seleccione unha conta para ingresa-lo importe" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "Substitutiva" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "Nº da declaración anterior" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full name" +msgstr "Nome completo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:136 +#: code:addons/l10n_es_aeat_mod303/mod303.py:153 +#, python-format +msgid "" +"El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " +msgstr "O período seleccionado non cadra cos períodos do exercicio fiscal: " + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "get" +msgstr "obter" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.export_to_boe,name:0 +msgid "File name" +msgstr "Nome do ficheiro" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "Nº declaración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previus_result:0 +msgid "A deducir" +msgstr "A deducir" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "Cancelada" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,complementaria:0 +msgid "Autoliquidación complementaria" +msgstr "Autoliquidación complementaria" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_wizard_aeat_mod303_export +msgid "Export AEAT 303 BOE file" +msgstr "Exportar ficheiro BOE AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 +#, python-format +msgid "Warning" +msgstr "Aviso" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "413" +msgstr "413" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Empresa" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previus_result:0 +msgid "" +"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" +msgstr "" +"Resultado da anterior ou anteriores do mesmo concepto, exercicio e período" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "February" +msgstr "febreiro" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" +"Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e " +"ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, " +"consignarán nesta casa a porcentaxe do volumen de operacións no territorio " +"común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Provincia" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "First quarter" +msgstr "Primeiro trimestre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "Tipo de soporte" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:193 +#, python-format +msgid "%Y-%m-%d" +msgstr "%Y-%m-%d" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "July" +msgstr "xullo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:211 +#: code:addons/l10n_es_aeat_mod303/mod303.py:225 +#, python-format +msgid "Seleccione una cuenta para realizar la devolución" +msgstr "Seleccione unha conta para realiza-la devolución" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "Inscrito no Rexistro de Devolución Mensual" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:127 +#, python-format +msgid "" +"CCC de devolución no válida \n" +"%s" +msgstr "" +"CCC de devolución non válido \n" +"%s" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Data de cálculo" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 +msgid "CCC devolución" +msgstr "CCC devolución" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,ingresar:0 +msgid "Ingresar" +msgstr "Ingresar" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/mod303.py:212 +#, python-format +msgid "" +"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " +"no ser un periodo de cierre (12 o 4T)" +msgstr "" +"Non se tivo en conta o valor engadido para a regularización anual por non " +"ser un período de peche (12 ou 4T)" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "September" +msgstr "setembro" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "December" +msgstr "decembro" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Compensación" +msgstr "Compensación" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Ingreso" +msgstr "Ingreso" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:175 +#, python-format +msgid "AEAT Model is necessary" +msgstr "É necesario o modelo AEAT" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "DVD" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Borrador" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "NIF" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,diferencia:0 +msgid "Diferencia" +msgstr "Diferencia" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuota a compensar de periodos anteriores" +msgstr "Cota a compensar de períodos anteriores" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "open" +msgstr "aberto" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:44 +#, python-format +msgid "The identification (1) and income (2) must be 72 characters long" +msgstr "A identificación (1) e os ingresos (2) deben ocupar 72 caracteres" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "Resultado liquidación" +msgstr "Resultado liquidación" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "August" +msgstr "agosto" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "Normal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.export_to_boe,state:0 +msgid "unknown" +msgstr "descoñecido" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "June" +msgstr "xuño" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:115 +#, python-format +msgid "The vat records must be 749 characters long and are %s" +msgstr "Os rexistros de impostos deben ocupar 749 caracteres e ocupan %s" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "AEAT 303 reports" +msgstr "Declaracións AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "November" +msgstr "novembro" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "October" +msgstr "outubro" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "January" +msgstr "xaneiro" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Procesada" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Third quarter" +msgstr "Terceiro trimestre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "NIF repr. legal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensar:0 +msgid "Compensar" +msgstr "Compensar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuotas a compensar" +msgstr "Cotas a compensar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "Tipo de declaración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period:0 +msgid "Period" +msgstr "Período" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "Atribuible a la Administración" +msgstr "Atribuíble á Administración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "Exercicio fiscal" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Realizado" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "Modelo AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Importe" +msgstr "Importe" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Fourth quarter" +msgstr "Carto trimestre" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución Mensual" +msgstr "Devolución mensual" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:171 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 +#, python-format +msgid "The 303 report must be 1353 characters long and are %s" +msgstr "" +"A declaración do modelo 303 debe ocupar 1353 caracteres e actualmente ocupa " +"%s" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "Complementaria" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "IVA devengado" +msgstr "IVA devindicado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuenta_ingreso_id:0 +msgid "CCC Ingreso" +msgstr "CCC ingreso" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "NIF do representante legal." + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +msgid "Complementaria" +msgstr "Complementaria" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:0 +#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "Resultado" +msgstr "Resultado" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 +#, python-format +msgid "%s_report_%s.txt" +msgstr "%s_report_%s.txt" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" +"Na derradeira autoliquidación do año (a do período 4T ou mes 12) farase " +"constar, co signo que lle corresponda, o resultado da regularización anual " +"conforme dispoñen as Leis polas que se aproba o Concerto Económico entre o " +"Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o " +"Estado e a Comunidade Foral de Navarra." + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "IVA a deducir" +msgstr "IVA a deducir" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "April" +msgstr "abril" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "Regularización anual" +msgstr "Regularización anual" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "Crea e consulta as declaracións do modelo AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "Telemática" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:147 +#, python-format +msgid "CCC de ingreso no válido %s" +msgstr "CCC de ingreso non válida %s" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "Second quarter" +msgstr "Segundo trimestre" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe +msgid "Export Report to BOE Format" +msgstr "Exportar a formato BOE" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/mod303.py:213 +#: code:addons/l10n_es_aeat_mod303/mod303.py:227 +#, python-format +msgid "" +"No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" +msgstr "" +"Non hai actividade no período seleccionado. Marque a casa que corresponde." + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,period:0 +msgid "May" +msgstr "maio" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.export_to_boe,data:0 +msgid "File" +msgstr "Ficheiro" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 +msgid "" +"Atribuible a la Administración [40] - Cuotas a compensar [41] + " +"Regularización anual [45]" +msgstr "" +"Atribuíble á Administración [40] - Cotas a compensar [41] + Regularización " +"anual [45]" diff --git a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot new file mode 100644 index 00000000000..3f2ca97099f --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot @@ -0,0 +1,349 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-10 08:09+0000\n" +"PO-Revision-Date: 2015-07-10 08:09+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_line +msgid "AEAT 303 Report Line" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe +msgid "Export Report to BOE Format" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:159 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:161 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Resultado de la liquidación" +msgstr "" + diff --git a/l10n_es_aeat_mod303/models/__init__.py b/l10n_es_aeat_mod303/models/__init__.py new file mode 100644 index 00000000000..1a80d2402ea --- /dev/null +++ b/l10n_es_aeat_mod303/models/__init__.py @@ -0,0 +1,19 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## + +from . import mod303 diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py new file mode 100644 index 00000000000..411fe9dba92 --- /dev/null +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -0,0 +1,162 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/. +# +############################################################################## +from openerp import models, fields, api, exceptions, _ + + +class L10nEsAeatMod303Report(models.Model): + _inherit = "l10n.es.aeat.report" + _name = "l10n.es.aeat.mod303.report" + _description = "AEAT 303 Report" + + def _get_export_conf(self): + return self.env.ref( + 'l10n_es_aeat_mod303.aeat_mod303_main_export_config').id + + currency_id = fields.Many2one( + comodel_name='res.currency', string='Currency', + related='company_id.currency_id', store=True) + number = fields.Char(default='303') + export_config = fields.Many2one(default=_get_export_conf) + company_partner_id = fields.Many2one('res.partner', string='Partner', + relation='company_id.partner_id', + store=True) + devolucion_mensual = fields.Boolean( + string="Devolución mensual", states={'done': [('readonly', True)]}, + help="Inscrito en el Registro de Devolución Mensual") + total_devengado = fields.Float(string="[27] IVA devengado", readonly=True) + total_deducir = fields.Float(string="[45] IVA a deducir", readonly=True) + casilla_46 = fields.Float( + string="[46] Resultado régimen general", readonly=True, + help="(IVA devengado - IVA deducible)") + porcentaje_atribuible_estado = fields.Float( + string="[65] % atribuible al Estado", + states={'done': [('readonly', True)]}, + help="Los sujetos pasivos que tributen conjuntamente a la " + "Administración del Estado y a las Diputaciones Forales del País " + "Vasco o a la Comunidad Foral de Navarra, consignarán en esta " + "casilla el porcentaje del volumen de operaciones en territorio " + "común. Los demás sujetos pasivos consignarán en esta casilla el " + "100%", default=100) + atribuible_estado = fields.Float( + string="[66] Atribuible a la Administración", readonly=True) + cuota_compensar = fields.Float( + string="[67] Cuotas a compensar", default=0, + states={'done': [('readonly', True)]}, + help="Cuota a compensar de periodos anteriores, en los que su " + "declaración fue a devolver y se escogió la opción de " + "compensación posterior") + regularizacion_anual = fields.Float( + string="[68] Regularización anual", + states={'done': [('readonly', True)]}, + help="En la última autoliquidación del año (la del período 4T o mes " + "12) se hará constar, con el signo que corresponda, el resultado " + "de la regularización anual conforme disponen las Leyes por las " + "que se aprueban el Concierto Económico entre el Estado y la " + "Comunidad Autónoma del País Vasco y el Convenio Económico entre " + "el Estado y la Comunidad Foral de Navarra.""") + casilla_69 = fields.Float( + string="[69] Resultado", readonly=True, + help="Atribuible a la Administración [66] - Cuotas a compensar [67] + " + "Regularización anual [68]""") + previous_result = fields.Float( + string="[70] A deducir", + help="Resultado de la anterior o anteriores declaraciones del mismo " + "concepto, ejercicio y periodo", + states={'done': [('readonly', True)]}) + resultado_liquidacion = fields.Float( + string="[71] Resultado de la liquidación", readonly=True) + result_type = fields.Selection( + selection=[('I', 'A ingresar'), + ('D', 'A devolver'), + ('N', 'Sin actividad/Resultado cero')], + compute="_compute_result_type") + compensate = fields.Boolean( + string="Compensate", states={'done': [('readonly', True)]}, + help="Si se marca, indicará que el importe a devolver se compensará " + "en posteriores declaraciones") + bank_account = fields.Many2one( + comodel_name="res.partner.bank", string="Bank account", + states={'done': [('readonly', True)]}) + + def __init__(self, pool, cr): + self._aeat_number = '303' + super(L10nEsAeatMod303Report, self).__init__(pool, cr) + + @api.one + @api.depends('resultado_liquidacion') + def _compute_result_type(self): + if self.resultado_liquidacion == 0: + self.result_type = 'N' + elif self.resultado_liquidacion > 0: + self.result_type = 'I' + else: + self.result_type = 'D' + + @api.onchange('period_type', 'fiscalyear_id') + def onchange_period_type(self): + super(L10nEsAeatMod303Report, self).onchange_period_type() + if self.period_type not in ('4T', '12'): + self.regularizacion_anual = 0 + + @api.onchange('type') + def onchange_type(self): + if self.type != 'C': + self.previous_result = 0 + + @api.onchange('result_type') + def onchange_result_type(self): + if self.result_type != 'B': + self.compensate = False + + @api.multi + def calculate(self): + res = super(L10nEsAeatMod303Report, self).calculate() + for mod303 in self: + total_devengado = mod303.tax_lines.filtered( + lambda x: x.field_number == 27).amount + total_deducir = mod303.tax_lines.filtered( + lambda x: x.field_number == 45).amount + casilla_46 = total_devengado - total_deducir + atribuible_estado = ( + casilla_46 * mod303.porcentaje_atribuible_estado / 100) + casilla_69 = (atribuible_estado - mod303.cuota_compensar + + mod303.regularizacion_anual) + resultado_liquidacion = casilla_46 - mod303.previous_result + vals = { + 'total_devengado': total_devengado, + 'total_deducir': total_deducir, + 'casilla_46': casilla_46, + 'atribuible_estado': atribuible_estado, + 'casilla_69': casilla_69, + 'resultado_liquidacion': resultado_liquidacion, + } + mod303.write(vals) + return res + + @api.multi + def button_confirm(self): + """Check records""" + msg = "" + for mod303 in self: + if mod303.result_type == ('I') and not mod303.bank_account: + msg = _('Select an account for making the charge') + if mod303.result_type == ('B') and not not mod303.bank_account: + msg = _('Select an account for receiving the money') + if msg: + raise exceptions.Warning(msg) + return super(L10nEsAeatMod303Report, self).button_confirm() diff --git a/l10n_es_aeat_mod303/security/ir.model.access.csv b/l10n_es_aeat_mod303/security/ir.model.access.csv new file mode 100644 index 00000000000..27918b244ba --- /dev/null +++ b/l10n_es_aeat_mod303/security/ir.model.access.csv @@ -0,0 +1,3 @@ +"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" +"access_l10n_es_aeat_mod303_manager","l10n_es_aeat_mod303 manager","model_l10n_es_aeat_mod303_report","l10n_es_aeat.group_account_aeat",1,1,1,1 + diff --git a/l10n_es_aeat_mod303/static/description/icon.png b/l10n_es_aeat_mod303/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a4799a7400d2e1988a39cb0de05f67b9fc5267 GIT binary patch literal 5861 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 qM4u`D!!)1_iq)VVh1)Z+w + + + + + + + image/svg+xml + + + + + + + + + + + + + + + 303 + diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml new file mode 100644 index 00000000000..8bd20b6161c --- /dev/null +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -0,0 +1,123 @@ + + + + + + l10n_es.aeat.mod303.report.tree + l10n.es.aeat.mod303.report + + + + AEAT 303 reports= + + + + + + + + + + + + l10n_es.aeat.mod303.report.form + l10n.es.aeat.mod303.report + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AEAT model 303 + l10n.es.aeat.mod303.report + form + tree,form + Create and query AEAT Model 303 reports + + + + tree + + + + + + form + + + + + + + From a4ceff0bbcd5ef963035dc00fcb22bfd235587f8 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 20 Jul 2015 22:26:13 +0200 Subject: [PATCH 011/147] [FIX] l10n_es_aeat_mod303: Avoid errors in first initialization --- l10n_es_aeat_mod303/models/mod303.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 411fe9dba92..8b7b8b5865c 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -24,8 +24,11 @@ class L10nEsAeatMod303Report(models.Model): _description = "AEAT 303 Report" def _get_export_conf(self): - return self.env.ref( - 'l10n_es_aeat_mod303.aeat_mod303_main_export_config').id + try: + return self.env.ref( + 'l10n_es_aeat_mod303.aeat_mod303_main_export_config').id + except ValueError: + return self.env['aeat.model.export.config'] currency_id = fields.Many2one( comodel_name='res.currency', string='Currency', From 5af1f2986d96e155c5a4580e43ad09238659db7f Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 1 Sep 2015 13:42:27 -0400 Subject: [PATCH 012/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/ca.po | 358 +++++++++++++++++++ l10n_es_aeat_mod303/i18n/en.po | 358 +++++++++++++++++++ l10n_es_aeat_mod303/i18n/es.po | 66 ++-- l10n_es_aeat_mod303/i18n/eu.po | 358 +++++++++++++++++++ l10n_es_aeat_mod303/i18n/gl.po | 619 +++++++++++---------------------- l10n_es_aeat_mod303/i18n/pl.po | 358 +++++++++++++++++++ l10n_es_aeat_mod303/i18n/pt.po | 358 +++++++++++++++++++ 7 files changed, 2038 insertions(+), 437 deletions(-) create mode 100644 l10n_es_aeat_mod303/i18n/ca.po create mode 100644 l10n_es_aeat_mod303/i18n/en.po create mode 100644 l10n_es_aeat_mod303/i18n/eu.po create mode 100644 l10n_es_aeat_mod303/i18n/pl.po create mode 100644 l10n_es_aeat_mod303/i18n/pt.po diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po new file mode 100644 index 00000000000..4496e3f7ce3 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -0,0 +1,358 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-14 00:52+0000\n" +"PO-Revision-Date: 2015-07-10 10:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Data de càlcul" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "Cancel·lada" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Companyia" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "Complementària" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "DVD" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Realitzat" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Esborrany" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "Cognoms i nom" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "NIF R.L." + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "NIF del representant legal." + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "Ha de contenir nom i cognoms" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "Normal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Empresa" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "Telèfon" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Processat" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "Seqüència" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Estat" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "Tipus declaració" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "Substitutiva" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "Tipus de suport" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "Telemàtica" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "NIF / CIF" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Resultado de la liquidación" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/en.po b/l10n_es_aeat_mod303/i18n/en.po new file mode 100644 index 00000000000..40fe5c1e19d --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/en.po @@ -0,0 +1,358 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-14 00:52+0000\n" +"PO-Revision-Date: 2015-07-10 10:58+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "(IVA devengado - IVA deducible)" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "AEAT 303 Report" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "AEAT 303 model" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "AEAT 303 reports" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "AEAT model 303" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "Bank account" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Calculation date" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "Cancelled" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Company" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "Compensate" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "Complementary" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "Create and query AEAT Model 303 reports" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Created by" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Created on" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "Currency" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "DVD" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "Declaration number" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "Devolución mensual" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Done" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Draft" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "Export config" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "Fiscal year" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "Full Name" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "Inscrito en el Registro de Devolución Mensual" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "L.R. VAT number" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "Legal Representative VAT number." + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "Must have name and surname." + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "Normal" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Partner" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "Period type" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "Period(s)" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "Phone" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "Previous declaration number" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Processed" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "Resultado" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#, python-format +msgid "Select an account for making the charge" +msgstr "Select an account for making the charge" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#, python-format +msgid "Select an account for receiving the money" +msgstr "Select an account for receiving the money" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "Sequence" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "State" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "Statement Type" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "Substitutive" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "Support Type" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "Tax lines" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "Telematics" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "VAT number" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "[27] IVA devengado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "[45] IVA a deducir" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "[46] Resultado régimen general" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "[65] % atribuible al Estado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "[66] Atribuible a la Administración" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "[67] Cuotas a compensar" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "[68] Regularización anual" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "[69] Resultado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "[70] A deducir" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Resultado de la liquidación" +msgstr "[71] Resultado de la liquidación" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index e6ba9282334..30c00fc473a 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# Alejandro Santana , 2015 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-10 08:10+0000\n" -"PO-Revision-Date: 2015-07-10 08:10+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2015-08-14 00:52+0000\n" +"PO-Revision-Date: 2015-08-20 18:33+0000\n" +"Last-Translator: Alejandro Santana \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_46:0 @@ -25,11 +28,6 @@ msgstr "(IVA devengado - IVA deducible)" msgid "AEAT 303 Report" msgstr "Declaración AEAT 303" -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_line -msgid "AEAT 303 Report Line" -msgstr "Línea de declaración AEAT 303" - #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -47,7 +45,9 @@ msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" #. module: l10n_es_aeat_mod303 @@ -97,8 +97,10 @@ msgstr "Creado en" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuota a compensar de periodos anteriores, en los que en su declaración" -msgstr "Cuota a compensar de periodos anteriores, en los que en su declaración" +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,currency_id:0 @@ -132,14 +134,14 @@ msgstr "Borrador" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe -msgid "Export Report to BOE Format" -msgstr "Exportar a formato BOE" - #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,export_config:0 msgid "Export config" @@ -187,7 +189,12 @@ msgstr "Nombre del representante legal." #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" #. module: l10n_es_aeat_mod303 @@ -237,17 +244,19 @@ msgstr "Resultado" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:159 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:161 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -259,7 +268,9 @@ msgstr "Secuencia" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" #. module: l10n_es_aeat_mod303 @@ -346,4 +357,3 @@ msgstr "[70] A deducir" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Resultado de la liquidación" msgstr "[71] Resultado de la liquidación" - diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po new file mode 100644 index 00000000000..847e329e7c9 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -0,0 +1,358 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-14 00:52+0000\n" +"PO-Revision-Date: 2015-07-10 10:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Enpresa" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "Osagarria" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "Arrunta" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "Telefonoa" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Resultado de la liquidación" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index e2a00bb59c5..4165f5b6975 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -1,41 +1,28 @@ -# Galician translation for openerp-spain -# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 -# This file is distributed under the same license as the openerp-spain package. -# FIRST AUTHOR , 2014. -# +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# Alejandro Santana , 2015 +# FIRST AUTHOR , 2014 msgid "" msgstr "" -"Project-Id-Version: openerp-spain\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-01-23 16:12+0000\n" -"PO-Revision-Date: 2014-01-31 03:24+0000\n" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-14 00:52+0000\n" +"PO-Revision-Date: 2015-08-20 18:48+0000\n" "Last-Translator: Alejandro Santana \n" -"Language-Team: Galician \n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:57+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sin_actividad:0 -msgid "Sin actividad" -msgstr "Sen actividade" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Declaración" -msgstr "Declaración" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,diferencia:0 -msgid "( IVA devengado - IVA deducible )" -msgstr "( IVA devindicado - IVA deducible )" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Devolución" -msgstr "Devolución" +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "(IVE devindicado - IVE deducible)" #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report @@ -43,69 +30,36 @@ msgid "AEAT 303 Report" msgstr "Declaración AEAT 303" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "March" -msgstr "Marzo" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "Compañía" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolver:0 -msgid "Devolver" -msgstr "Devolver" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:209 -#: code:addons/l10n_es_aeat_mod303/mod303.py:223 -#, python-format -msgid "Seleccione una cuenta para ingresar el importe" -msgstr "Seleccione unha conta para ingresa-lo importe" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "Substitutiva" +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "Declaración AEAT 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "Nº da declaración anterior" +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "Declaracións AEAT 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full name" -msgstr "Nome completo" +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:136 -#: code:addons/l10n_es_aeat_mod303/mod303.py:153 -#, python-format +#: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" -"El periodo seleccionado no coincide con los periodos del ejercicio fiscal: " -msgstr "O período seleccionado non cadra cos períodos do exercicio fiscal: " +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "Atribuible á Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "get" -msgstr "obter" +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "Conta bancaria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,name:0 -msgid "File name" -msgstr "Nome do ficheiro" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "Nº declaración" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previus_result:0 -msgid "A deducir" -msgstr "A deducir" +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Data de cálculo" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 @@ -113,204 +67,141 @@ msgid "Cancelled" msgstr "Cancelada" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,complementaria:0 -msgid "Autoliquidación complementaria" -msgstr "Autoliquidación complementaria" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_wizard_aeat_mod303_export -msgid "Export AEAT 303 BOE file" -msgstr "Exportar ficheiro BOE AEAT 303" +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Compañía" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:126 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:146 -#, python-format -msgid "Warning" -msgstr "Aviso" +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "Compensar" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "413" -msgstr "413" +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "Complementaria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "Empresa" +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "Crea e consulta as declaracións do modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previus_result:0 -msgid "" -"Resultado de la anterior o anteriores del mismo concepto, ejercicio y periodo" -msgstr "" -"Resultado da anterior ou anteriores do mesmo concepto, exercicio e período" +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Creado por" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "February" -msgstr "febreiro" +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Creado o" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " -"Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" -"Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e " -"ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, " -"consignarán nesta casa a porcentaxe do volumen de operacións no territorio " -"común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "Cota a compensar de períodos anteriores, nos que a súa declaración foi a devolver e escolleuse a opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "Provincia" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "First quarter" -msgstr "Primeiro trimestre" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "Tipo de soporte" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:193 -#, python-format -msgid "%Y-%m-%d" -msgstr "%Y-%m-%d" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "July" -msgstr "xullo" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:211 -#: code:addons/l10n_es_aeat_mod303/mod303.py:225 -#, python-format -msgid "Seleccione una cuenta para realizar la devolución" -msgstr "Seleccione unha conta para realiza-la devolución" +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "Moeda" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "Inscrito no Rexistro de Devolución Mensual" +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "DVD" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:127 -#, python-format -msgid "" -"CCC de devolución no válida \n" -"%s" -msgstr "" -"CCC de devolución non válido \n" -"%s" +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "Nº declaración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "Data de cálculo" +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "Devolución mensual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_devolucion_id:0 -msgid "CCC devolución" -msgstr "CCC devolución" +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Realizado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,ingresar:0 -msgid "Ingresar" -msgstr "Ingresar" +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Borrador" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:198 -#: code:addons/l10n_es_aeat_mod303/mod303.py:212 -#, python-format +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 msgid "" -"El valor añadido para la regularizacion anual no se ha tenido en cuenta por " -"no ser un periodo de cierre (12 o 4T)" -msgstr "" -"Non se tivo en conta o valor engadido para a regularización anual por non " -"ser un período de peche (12 ou 4T)" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "September" -msgstr "setembro" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "December" -msgstr "decembro" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Compensación" -msgstr "Compensación" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "Na última autoliquidación do ano (a do período 4T ou mes 12) farase constar, co signo que corresponda, o resultado da regularización anual conforme dispoñen as Leis polas que se aproban o Concerto Económico entre o Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o Estado e a Comunidade Foral de Navarra." #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Ingreso" -msgstr "Ingreso" +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "Padrón de exportación" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:175 -#, python-format -msgid "AEAT Model is necessary" -msgstr "É necesario o modelo AEAT" +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "Exercicio fiscal" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "DVD" +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "Nome completo" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Borrador" +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "NIF" +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "Inscrito no Rexistro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,diferencia:0 -msgid "Diferencia" -msgstr "Diferencia" +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "NIF repr. legal" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuota a compensar de periodos anteriores" -msgstr "Cota a compensar de períodos anteriores" +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Derradeira actualización feita por" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "open" -msgstr "aberto" +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Actualizado por derradeira vez o" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:43 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:44 -#, python-format -msgid "The identification (1) and income (2) must be 72 characters long" -msgstr "A identificación (1) e os ingresos (2) deben ocupar 72 caracteres" +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "NIF do representante legal." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "Resultado liquidación" -msgstr "Resultado liquidación" +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, consignarán nesta casa a porcentaxe do volumen de operacións no territorio común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "August" -msgstr "agosto" +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "Debe conter nome e apelidos" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 @@ -318,40 +209,29 @@ msgid "Normal" msgstr "Normal" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,state:0 -msgid "unknown" -msgstr "descoñecido" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "June" -msgstr "xuño" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:115 -#, python-format -msgid "The vat records must be 749 characters long and are %s" -msgstr "Os rexistros de impostos deben ocupar 749 caracteres e ocupan %s" +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Empresa" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "AEAT 303 reports" -msgstr "Declaracións AEAT 303" +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "Tipo de período" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "November" -msgstr "novembro" +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "Período(s)" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "October" -msgstr "outubro" +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "Teléfono" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "January" -msgstr "xaneiro" +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "Nº da declaración anterior" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 @@ -359,201 +239,122 @@ msgid "Processed" msgstr "Procesada" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Third quarter" -msgstr "Terceiro trimestre" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "NIF repr. legal" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensar:0 -msgid "Compensar" -msgstr "Compensar" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuotas a compensar" -msgstr "Cotas a compensar" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "Tipo de declaración" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period:0 -msgid "Period" -msgstr "Período" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "Atribuible a la Administración" -msgstr "Atribuíble á Administración" +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "Exercicio fiscal" +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "Resultado da anterior ou anteriores declaracións do mesmo concepto, exercicio e período" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Realizado" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#, python-format +msgid "Select an account for making the charge" +msgstr "Seleccione unha conta bancaria para realiza-lo cargo" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "Modelo AEAT 303" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#, python-format +msgid "Select an account for receiving the money" +msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Importe" -msgstr "Importe" +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "Secuencia" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Fourth quarter" -msgstr "Carto trimestre" +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "Se se marca, indicará que o importe a devolver compensarase en declaracións posteriores" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución Mensual" -msgstr "Devolución mensual" +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Provincia" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:171 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:187 -#, python-format -msgid "The 303 report must be 1353 characters long and are %s" -msgstr "" -"A declaración do modelo 303 debe ocupar 1353 caracteres e actualmente ocupa " -"%s" +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "Tipo de declaración" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "Complementaria" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "IVA devengado" -msgstr "IVA devindicado" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuenta_ingreso_id:0 -msgid "CCC Ingreso" -msgstr "CCC ingreso" +msgid "Substitutive" +msgstr "Substitutiva" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "NIF do representante legal." +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -msgid "Complementaria" -msgstr "Complementaria" +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "Liñas de impostos" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:0 -#: field:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "Resultado" -msgstr "Resultado" +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "Telemática" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:192 -#, python-format -msgid "%s_report_%s.txt" -msgstr "%s_report_%s.txt" +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "NIF" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" -"Na derradeira autoliquidación do año (a do período 4T ou mes 12) farase " -"constar, co signo que lle corresponda, o resultado da regularización anual " -"conforme dispoñen as Leis polas que se aproba o Concerto Económico entre o " -"Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o " -"Estado e a Comunidade Foral de Navarra." +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "[27] IVE devindicado" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "IVA a deducir" -msgstr "IVA a deducir" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "April" -msgstr "abril" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "Regularización anual" -msgstr "Regularización anual" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "Crea e consulta as declaracións do modelo AEAT 303" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "Telemática" +msgid "[45] IVA a deducir" +msgstr "[45] IVE a deducir" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/wizard/export_mod303_to_boe.py:147 -#, python-format -msgid "CCC de ingreso no válido %s" -msgstr "CCC de ingreso non válida %s" +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "[46] Resultado réxime xeral" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "Second quarter" -msgstr "Segundo trimestre" +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "[65] % atribuible ó Estado" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "Declaración AEAT 303" +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "[66] Atribuible á Administración" #. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe -msgid "Export Report to BOE Format" -msgstr "Exportar a formato BOE" +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "[67] Cotas a compensar" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/mod303.py:213 -#: code:addons/l10n_es_aeat_mod303/mod303.py:227 -#, python-format -msgid "" -"No hay actividad en el periodo seleccionado. Marque la casilla correspondinte" -msgstr "" -"Non hai actividade no período seleccionado. Marque a casa que corresponde." +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,period:0 -msgid "May" -msgstr "maio" +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.export_to_boe,data:0 -msgid "File" -msgstr "Ficheiro" +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,resultado_casilla_46:0 -msgid "" -"Atribuible a la Administración [40] - Cuotas a compensar [41] + " -"Regularización anual [45]" -msgstr "" -"Atribuíble á Administración [40] - Cotas a compensar [41] + Regularización " -"anual [45]" +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Resultado de la liquidación" +msgstr "[71] Resultado da liquidación" diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po new file mode 100644 index 00000000000..5acce931856 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -0,0 +1,358 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-14 00:52+0000\n" +"PO-Revision-Date: 2015-07-10 10:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Data obliczeń" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Firma" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Wykonano" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Projekt" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Przetworzony" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "Numeracja" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Stan" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Resultado de la liquidación" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po new file mode 100644 index 00000000000..05d243d5f10 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -0,0 +1,358 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-14 00:52+0000\n" +"PO-Revision-Date: 2015-07-10 10:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Data processada" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Empresa" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Concluído" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Rascunho" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Processado" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "Sequência" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Estado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Resultado de la liquidación" +msgstr "" From 1f32455cdac71969af995ef1f78a0441ceeb2a05 Mon Sep 17 00:00:00 2001 From: juanalfonso Date: Thu, 3 Sep 2015 18:52:03 +0200 Subject: [PATCH 013/147] =?UTF-8?q?[FIX]=20l10n=5Fes=5Faeat=5Fmod303:=20Co?= =?UTF-8?q?rregido=20c=C3=A1lculo=20de=20campo=20resultado=5Fliquidacion?= =?UTF-8?q?=20y=20corregido=20formulario=20de=20mod303,=20sustituido=20cam?= =?UTF-8?q?po=20casilla=5F46=20repetido=20por=20campo=20casilla=5F69.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/models/mod303.py | 2 +- l10n_es_aeat_mod303/views/mod303_view.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 8b7b8b5865c..cb289e3819c 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -139,7 +139,7 @@ def calculate(self): casilla_46 * mod303.porcentaje_atribuible_estado / 100) casilla_69 = (atribuible_estado - mod303.cuota_compensar + mod303.regularizacion_anual) - resultado_liquidacion = casilla_46 - mod303.previous_result + resultado_liquidacion = casilla_69 - mod303.previous_result vals = { 'total_devengado': total_devengado, 'total_deducir': total_deducir, diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index 8bd20b6161c..d63a10d7f98 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -65,7 +65,7 @@ options="{'currency_field': 'currency_id'}" attrs="{'readonly': [('period_type', 'not in', ('4T', '12'))]}" /> - From 9d7c919e5994504b669b69ff2b377b0b60caa231 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sun, 6 Sep 2015 19:02:31 +0200 Subject: [PATCH 014/147] =?UTF-8?q?[IMP]=20l10n=5Fes=5Faeat=5Fmod303:=20A?= =?UTF-8?q?=C3=B1adir=20documentos=20explicativos=20del=20modelo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/303_register_design_e15v32.xlsx | Bin 0 -> 252279 bytes l10n_es_aeat_mod303/docs/instr_mod303.pdf | Bin 0 -> 253700 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 l10n_es_aeat_mod303/docs/303_register_design_e15v32.xlsx create mode 100644 l10n_es_aeat_mod303/docs/instr_mod303.pdf diff --git a/l10n_es_aeat_mod303/docs/303_register_design_e15v32.xlsx b/l10n_es_aeat_mod303/docs/303_register_design_e15v32.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..bc60d8cb073f4647d965aee5c104352d2e9dc393 GIT binary patch literal 252279 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 z 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 z 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 aXSJxLq9`?um&?%5jF(GQ)z#mPmkR))BbT56 literal 0 HcmV?d00001 From 22efaff759e3d0b0714a0928ed08f2a00280e94f Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sun, 6 Sep 2015 19:56:23 +0200 Subject: [PATCH 015/147] [IMP] l10n_es_aeat_mod303: Algunos arreglos visuales --- l10n_es_aeat_mod303/i18n/es.po | 6 +++--- l10n_es_aeat_mod303/models/mod303.py | 2 +- l10n_es_aeat_mod303/views/mod303_view.xml | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 30c00fc473a..dc32edfdfaf 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # Alejandro Santana , 2015 msgid "" @@ -355,5 +355,5 @@ msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Resultado de la liquidación" -msgstr "[71] Resultado de la liquidación" +msgid "[71] Result. liquidación" +msgstr "[71] Result. liquidación" diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index cb289e3819c..966cd2e3e6c 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -82,7 +82,7 @@ def _get_export_conf(self): "concepto, ejercicio y periodo", states={'done': [('readonly', True)]}) resultado_liquidacion = fields.Float( - string="[71] Resultado de la liquidación", readonly=True) + string="[71] Result. liquidación", readonly=True) result_type = fields.Selection( selection=[('I', 'A ingresar'), ('D', 'A devolver'), diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index d63a10d7f98..50e83e61a4a 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -76,7 +76,9 @@ /> - + Date: Sun, 13 Sep 2015 08:00:32 -0400 Subject: [PATCH 016/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/en.po | 8 ++++---- l10n_es_aeat_mod303/i18n/gl.po | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/en.po b/l10n_es_aeat_mod303/i18n/en.po index 40fe5c1e19d..1a0a48ba425 100644 --- a/l10n_es_aeat_mod303/i18n/en.po +++ b/l10n_es_aeat_mod303/i18n/en.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-14 00:52+0000\n" -"PO-Revision-Date: 2015-07-10 10:58+0000\n" +"POT-Creation-Date: 2015-09-09 15:09+0000\n" +"PO-Revision-Date: 2015-09-06 18:03+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: English (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/en/)\n" "MIME-Version: 1.0\n" @@ -354,5 +354,5 @@ msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Resultado de la liquidación" -msgstr "[71] Resultado de la liquidación" +msgid "[71] Result. liquidación" +msgstr "[71] Result. liquidación" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 4165f5b6975..334027ddcc1 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-14 00:52+0000\n" -"PO-Revision-Date: 2015-08-20 18:48+0000\n" +"POT-Creation-Date: 2015-09-09 15:09+0000\n" +"PO-Revision-Date: 2015-09-06 23:50+0000\n" "Last-Translator: Alejandro Santana \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/gl/)\n" "MIME-Version: 1.0\n" @@ -356,5 +356,5 @@ msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Resultado de la liquidación" -msgstr "[71] Resultado da liquidación" +msgid "[71] Result. liquidación" +msgstr "[71] Result. liquidación" From fc6fbffbd26e47d600214ef24e6a2d1ee0226b3f Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 15 Sep 2015 19:41:49 +0200 Subject: [PATCH 017/147] =?UTF-8?q?[IMP]=20l10n=5Fes=5Faeat/l10n=5Fes=5Fae?= =?UTF-8?q?at=5Fmod303:=20Crear=20asiento=20de=20regularizaci=C3=B3n=20cua?= =?UTF-8?q?ndo=20se=20hace=20la=20declaraci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Generador del asiento de regularización con cargo a un proveedor "Agencia Estatal de Administración Tributaria" creado al efecto. Configuración ============= Para activar la creación del asiento de regularización en un modelo, hay que poner en el modelo correspondiente el campo allow_posting a True, y establecer en la configuración de impuestos los conceptos que se regularizarán con el flag "to_regularize". --- l10n_es_aeat_mod303/__openerp__.py | 2 +- .../data/aeat_export_mod303_data.xml | 2 +- .../data/tax_code_map_mod303_data.xml | 2 ++ l10n_es_aeat_mod303/models/mod303.py | 14 ++++++++++++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index 35bd4b6dec1..993097bb5ea 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -26,7 +26,7 @@ { "name": "AEAT modelo 303", - "version": "1.1", + "version": "8.0.1.2.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index 14c22cf805e..e994269d725 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -2423,7 +2423,7 @@ - Exportación modelo 303 2014 + Exportación modelo 303 2014-actualidad 2014-01-01 303 diff --git a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml index a7ebf96eaf4..0bc8efee13a 100644 --- a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml @@ -129,6 +129,7 @@ Total cuota devengada ([03]+[06]+[09]+[11]+[13]+[15]+[18]+[21]+[24]+[26]) + 28 @@ -237,6 +238,7 @@ Total a deducir ([29]+[31]+[33]+[35]+[37]+[39]+[41]+[42]+[43]+[44]) + 59 diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 966cd2e3e6c..bb2b8067714 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -30,6 +30,10 @@ def _get_export_conf(self): except ValueError: return self.env['aeat.model.export.config'] + def _default_counterpart_303(self): + return self.env['account.account'].search( + [('code', 'like', '4750%'), ('type', '!=', 'view')])[:1] + currency_id = fields.Many2one( comodel_name='res.currency', string='Currency', related='company_id.currency_id', store=True) @@ -95,11 +99,17 @@ def _get_export_conf(self): bank_account = fields.Many2one( comodel_name="res.partner.bank", string="Bank account", states={'done': [('readonly', True)]}) + counterpart_account = fields.Many2one(default=_default_counterpart_303) + allow_posting = fields.Boolean(default=True) def __init__(self, pool, cr): self._aeat_number = '303' super(L10nEsAeatMod303Report, self).__init__(pool, cr) + @api.one + def _compute_allow_posting(self): + self.allow_posting = True + @api.one @api.depends('resultado_liquidacion') def _compute_result_type(self): @@ -156,9 +166,9 @@ def button_confirm(self): """Check records""" msg = "" for mod303 in self: - if mod303.result_type == ('I') and not mod303.bank_account: + if mod303.result_type == 'I' and not mod303.bank_account: msg = _('Select an account for making the charge') - if mod303.result_type == ('B') and not not mod303.bank_account: + if mod303.result_type == 'B' and not not mod303.bank_account: msg = _('Select an account for receiving the money') if msg: raise exceptions.Warning(msg) From 1c5079456a6c1dab268612a1476daee66e2f6b35 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 5 Oct 2015 00:11:04 -0400 Subject: [PATCH 018/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/ca.po | 44 +++++++++++++++++++++++++++++----- l10n_es_aeat_mod303/i18n/en.po | 40 +++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/es.po | 44 +++++++++++++++++++++++++++++----- l10n_es_aeat_mod303/i18n/gl.po | 42 ++++++++++++++++++++++++++++---- 4 files changed, 149 insertions(+), 21 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index 4496e3f7ce3..8046c8545ad 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-14 00:52+0000\n" -"PO-Revision-Date: 2015-07-10 10:58+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2015-10-01 08:00+0000\n" +"PO-Revision-Date: 2015-10-01 08:02+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Catalan (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,6 +42,11 @@ msgstr "" msgid "AEAT model 303" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -79,6 +84,11 @@ msgstr "" msgid "Complementary" msgstr "Complementària" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" @@ -166,6 +176,16 @@ msgstr "" msgid "Inscrito en el Registro de Devolución Mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "Diari" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,representative_vat:0 msgid "L.R. VAT number" @@ -226,6 +246,11 @@ msgstr "" msgid "Phone" msgstr "Telèfon" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_number:0 msgid "Previous declaration number" @@ -249,13 +274,13 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -302,6 +327,13 @@ msgstr "" msgid "Telematics" msgstr "Telemàtica" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_vat:0 msgid "VAT number" @@ -354,5 +386,5 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Resultado de la liquidación" +msgid "[71] Result. liquidación" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/en.po b/l10n_es_aeat_mod303/i18n/en.po index 1a0a48ba425..76671493f09 100644 --- a/l10n_es_aeat_mod303/i18n/en.po +++ b/l10n_es_aeat_mod303/i18n/en.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-09 15:09+0000\n" -"PO-Revision-Date: 2015-09-06 18:03+0000\n" +"POT-Creation-Date: 2015-10-01 08:00+0000\n" +"PO-Revision-Date: 2015-10-01 08:02+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: English (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/en/)\n" "MIME-Version: 1.0\n" @@ -42,6 +42,11 @@ msgstr "AEAT 303 reports" msgid "AEAT model 303" msgstr "AEAT model 303" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "Account entry" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -79,6 +84,11 @@ msgstr "Compensate" msgid "Complementary" msgstr "Complementary" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "Counterpart account" + #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" @@ -166,6 +176,16 @@ msgstr "ID" msgid "Inscrito en el Registro de Devolución Mensual" msgstr "Inscrito en el Registro de Devolución Mensual" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "Journal" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "Journal in which post the move." + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,representative_vat:0 msgid "L.R. VAT number" @@ -226,6 +246,11 @@ msgstr "Period(s)" msgid "Phone" msgstr "Phone" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "Posted" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_number:0 msgid "Previous declaration number" @@ -249,13 +274,13 @@ msgid "" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 #, python-format msgid "Select an account for making the charge" msgstr "Select an account for making the charge" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 #, python-format msgid "Select an account for receiving the money" msgstr "Select an account for receiving the money" @@ -302,6 +327,13 @@ msgstr "Tax lines" msgid "Telematics" msgstr "Telematics" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "This account will be the counterpart for all the journal items that are regularized when posting the report." + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_vat:0 msgid "VAT number" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index dc32edfdfaf..cbf0558fd22 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,16 +1,16 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # Alejandro Santana , 2015 msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-14 00:52+0000\n" -"PO-Revision-Date: 2015-08-20 18:33+0000\n" -"Last-Translator: Alejandro Santana \n" +"POT-Creation-Date: 2015-10-16 07:49+0000\n" +"PO-Revision-Date: 2015-10-14 16:43+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -43,6 +43,11 @@ msgstr "Declaraciones AEAT 303" msgid "AEAT model 303" msgstr "Modelo AEAT 303" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "Entrada cuenta" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -80,6 +85,11 @@ msgstr "Compensar" msgid "Complementary" msgstr "Complementaria" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "Cuenta contrapartida" + #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" @@ -167,6 +177,16 @@ msgstr "ID" msgid "Inscrito en el Registro de Devolución Mensual" msgstr "Inscrito en el Registro de Devolución Mensual" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "Diario" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "Diario en el que publicar el movimiento." + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,representative_vat:0 msgid "L.R. VAT number" @@ -227,6 +247,11 @@ msgstr "Periodo(s)" msgid "Phone" msgstr "Teléfono" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "Contabilizado" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_number:0 msgid "Previous declaration number" @@ -250,13 +275,13 @@ msgid "" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -303,6 +328,13 @@ msgstr "Líneas de impuestos" msgid "Telematics" msgstr "Telemática" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_vat:0 msgid "VAT number" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 334027ddcc1..902341cc1ca 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-09 15:09+0000\n" -"PO-Revision-Date: 2015-09-06 23:50+0000\n" -"Last-Translator: Alejandro Santana \n" +"POT-Creation-Date: 2015-10-01 08:00+0000\n" +"PO-Revision-Date: 2015-10-01 08:02+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -44,6 +44,11 @@ msgstr "Declaracións AEAT 303" msgid "AEAT model 303" msgstr "Modelo AEAT 303" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -81,6 +86,11 @@ msgstr "Compensar" msgid "Complementary" msgstr "Complementaria" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" @@ -168,6 +178,16 @@ msgstr "ID" msgid "Inscrito en el Registro de Devolución Mensual" msgstr "Inscrito no Rexistro de Devolución Mensual" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "Diario" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,representative_vat:0 msgid "L.R. VAT number" @@ -228,6 +248,11 @@ msgstr "Período(s)" msgid "Phone" msgstr "Teléfono" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_number:0 msgid "Previous declaration number" @@ -251,13 +276,13 @@ msgid "" msgstr "Resultado da anterior ou anteriores declaracións do mesmo concepto, exercicio e período" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione unha conta bancaria para realiza-lo cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" @@ -304,6 +329,13 @@ msgstr "Liñas de impostos" msgid "Telematics" msgstr "Telemática" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_vat:0 msgid "VAT number" From 76e80fa8a03fb2a0cd40bfcca2e9571d52cd9421 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 29 Oct 2015 02:30:29 +0100 Subject: [PATCH 019/147] [IMP] l10n_es_aeat_mod303: Don't ask for the bank account --- l10n_es_aeat_mod303/__openerp__.py | 2 +- l10n_es_aeat_mod303/models/mod303.py | 6 ++++-- l10n_es_aeat_mod303/views/mod303_view.xml | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index 993097bb5ea..c0eaed81329 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -26,7 +26,7 @@ { "name": "AEAT modelo 303", - "version": "8.0.1.2.0", + "version": "8.0.1.3.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index bb2b8067714..f8bb3765188 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -15,7 +15,7 @@ # along with this program. If not, see http://www.gnu.org/licenses/. # ############################################################################## -from openerp import models, fields, api, exceptions, _ +from openerp import models, fields, api, _ class L10nEsAeatMod303Report(models.Model): @@ -171,5 +171,7 @@ def button_confirm(self): if mod303.result_type == 'B' and not not mod303.bank_account: msg = _('Select an account for receiving the money') if msg: - raise exceptions.Warning(msg) + # Don't raise error, because data is not used + # raise exceptions.Warning(msg) + pass return super(L10nEsAeatMod303Report, self).button_confirm() diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index 50e83e61a4a..c9c267d3218 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -88,7 +88,9 @@ + From afac38452e8ca751d4170d76dc7ce0cd7cb61884 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sun, 6 Sep 2015 19:39:22 +0200 Subject: [PATCH 020/147] [IMP] l10n_es_aeat_vat_prorrate: Enfoque definitivo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ====================== AEAT - Prorrata de IVA ====================== Módulo para gestionar la prorrata del IVA en las declaraciones de la AEAT (por el momento, en el modelo 303), según el artículo 92 de la Ley 37/1992, de 28 de diciembre, del Impuesto sobre el Valor Añadido. Uso === Realizando el modelo 303, se puede seleccionar si se desea aplicar prorrata de IVA. Prorrata general ---------------- En el caso de seleccionar "Prorrata general", aparece un nuevo campo llamado "Porcentaje de prorrata de IVA" que puede ser rellenado a mano. Además, cuando se realice el asiento de regularización, la parte proporcional de la cuota no deducida se compensará como gasto. Se ha incluido un calculador del porcentaje de prorrata, utilizable en 2 casos: * Al comienzo de un nuevo ejercicio, para determinar el porcentaje provisional a aplicar hasta el último periodo de ese ejercicio. * En la última declaración del ejercicio, para determinar el porcentaje definitivo de prorrata, y sobre el que se compensará la diferencia. Problemas conocidos / Hoja de ruta ================================== * La prorrata especial de IVA no está contemplada aún. --- .../data/aeat_export_mod303_data.xml | 4 +- .../data/tax_code_map_mod303_data.xml | 34 ++++--- l10n_es_aeat_mod303/models/mod303.py | 94 ++++++++++++------- l10n_es_aeat_mod303/views/mod303_view.xml | 3 +- 4 files changed, 85 insertions(+), 50 deletions(-) diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index e994269d725..ccecb6573d1 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -2,7 +2,6 @@ - Exportación modelo 303 2014 - Régimen general/simplificado @@ -731,7 +730,7 @@ 64 Liquidación: Regimen General - IVA Deducible - Regularización por aplicación del porcentaje definitivo de prorrata - Cuota [44] - ${object.tax_lines.filtered(lambda r: r.field_number==44).amount} + 0 float 17 @@ -2357,6 +2356,7 @@ Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y de inversión y operaciones financieras no habituales [87] 0 + float 17 diff --git a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml index 0bc8efee13a..3d503ca3d03 100644 --- a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml @@ -12,6 +12,7 @@ 03 + Régimen General - Cuota 4% @@ -24,6 +25,7 @@ 06 + Régimen General - Cuota 10% @@ -36,6 +38,7 @@ 09 + Régimen General - Cuota 21% @@ -48,6 +51,7 @@ 11 + Adquisiciones intracomunitarias de bienes y servicios - Cuota @@ -60,6 +64,7 @@ 13 + Otras operac. con inversión del suj. pasivo (excepto adq. intracom.) - Cuota @@ -72,6 +77,7 @@ 15 + Modificación bases y cuotas - Cuota @@ -84,6 +90,7 @@ 18 + Recargo equivalencia - Cuota 0.5% @@ -96,6 +103,7 @@ 21 + Recargo equivalencia - Cuota 1.2% @@ -108,6 +116,7 @@ 24 + Recargo equivalencia - Cuota 5.2% @@ -120,17 +129,11 @@ 26 + Modificación bases y cuotas del recargo de equivalencia - Cuota - - 27 - - - Total cuota devengada ([03]+[06]+[09]+[11]+[13]+[15]+[18]+[21]+[24]+[26]) - - 28 @@ -139,6 +142,7 @@ 29 + Por cuotas soportadas en operaciones interiores corrientes - Cuota @@ -151,6 +155,7 @@ 31 + Por cuotas soportadas en operaciones interiores con bienes de inversión - Cuota @@ -163,6 +168,7 @@ 33 + Por cuotas soportadas en las importaciones de bienes corrientes - Cuota @@ -175,6 +181,7 @@ 35 + Por cuotas soportadas en las importaciones de bienes de inversión - Cuota @@ -187,6 +194,7 @@ 37 + En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota @@ -199,6 +207,7 @@ 39 + En adquisiciones intracomunitarias de bienes de inversión - Cuota @@ -211,35 +220,32 @@ 41 + Rectificación de deducciones - Cuota 42 + Compensaciones Régimen especial A. G. y P. 43 + Regularización bienes de inversión 44 + Regularización por aplicación del porcentaje definitivo de prorrata - - 45 - - - Total a deducir ([29]+[31]+[33]+[35]+[37]+[39]+[41]+[42]+[43]+[44]) - - 59 diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index f8bb3765188..7298764e9d4 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -34,6 +34,53 @@ def _default_counterpart_303(self): return self.env['account.account'].search( [('code', 'like', '4750%'), ('type', '!=', 'view')])[:1] + @api.multi + @api.depends('tax_lines', 'tax_lines.amount') + def _compute_total_devengado(self): + casillas_devengado = (3, 6, 9, 11, 13, 15, 18, 21, 24, 26) + for report in self: + tax_lines = report.tax_lines.filtered( + lambda x: x.field_number in casillas_devengado) + report.total_devengado = sum(tax_lines.mapped('amount')) + + @api.multi + @api.depends('tax_lines', 'tax_lines.amount') + def _compute_total_deducir(self): + casillas_deducir = (29, 31, 33, 35, 37, 39, 41, 42, 43, 44) + for report in self: + tax_lines = report.tax_lines.filtered( + lambda x: x.field_number in casillas_deducir) + report.total_deducir = sum(tax_lines.mapped('amount')) + + @api.multi + @api.depends('total_devengado', 'total_deducir') + def _compute_casilla_46(self): + for report in self: + report.casilla_46 = report.total_devengado - report.total_deducir + + @api.multi + @api.depends('porcentaje_atribuible_estado', 'casilla_46') + def _compute_atribuible_estado(self): + for report in self: + report.atribuible_estado = ( + report.casilla_46 * report.porcentaje_atribuible_estado / 100) + + @api.multi + @api.depends('atribuible_estado', 'cuota_compensar', + 'regularizacion_anual') + def _compute_casilla_69(self): + for report in self: + report.casilla_69 = ( + report.atribuible_estado + report.cuota_compensar + + report.regularizacion_anual) + + @api.multi + @api.depends('casilla_69', 'previous_result') + def _compute_resultado_liquidacion(self): + for report in self: + report.resultado_liquidacion = ( + report.casilla_69 - report.previous_result) + currency_id = fields.Many2one( comodel_name='res.currency', string='Currency', related='company_id.currency_id', store=True) @@ -45,11 +92,15 @@ def _default_counterpart_303(self): devolucion_mensual = fields.Boolean( string="Devolución mensual", states={'done': [('readonly', True)]}, help="Inscrito en el Registro de Devolución Mensual") - total_devengado = fields.Float(string="[27] IVA devengado", readonly=True) - total_deducir = fields.Float(string="[45] IVA a deducir", readonly=True) + total_devengado = fields.Float( + string="[27] IVA devengado", readonly=True, + compute="_compute_total_devengado", store=True) + total_deducir = fields.Float( + string="[45] IVA a deducir", readonly=True, + compute="_compute_total_deducir", store=True) casilla_46 = fields.Float( - string="[46] Resultado régimen general", readonly=True, - help="(IVA devengado - IVA deducible)") + string="[46] Resultado régimen general", readonly=True, store=True, + help="(IVA devengado - IVA deducible)", compute="_compute_casilla_46") porcentaje_atribuible_estado = fields.Float( string="[65] % atribuible al Estado", states={'done': [('readonly', True)]}, @@ -60,7 +111,8 @@ def _default_counterpart_303(self): "común. Los demás sujetos pasivos consignarán en esta casilla el " "100%", default=100) atribuible_estado = fields.Float( - string="[66] Atribuible a la Administración", readonly=True) + string="[66] Atribuible a la Administración", readonly=True, + compute="_compute_atribuible_estado", store=True) cuota_compensar = fields.Float( string="[67] Cuotas a compensar", default=0, states={'done': [('readonly', True)]}, @@ -77,16 +129,17 @@ def _default_counterpart_303(self): "Comunidad Autónoma del País Vasco y el Convenio Económico entre " "el Estado y la Comunidad Foral de Navarra.""") casilla_69 = fields.Float( - string="[69] Resultado", readonly=True, + string="[69] Resultado", readonly=True, compute="_compute_casilla_69", help="Atribuible a la Administración [66] - Cuotas a compensar [67] + " - "Regularización anual [68]""") + "Regularización anual [68]""", store=True) previous_result = fields.Float( string="[70] A deducir", help="Resultado de la anterior o anteriores declaraciones del mismo " "concepto, ejercicio y periodo", states={'done': [('readonly', True)]}) resultado_liquidacion = fields.Float( - string="[71] Result. liquidación", readonly=True) + string="[71] Result. liquidación", readonly=True, + compute="_compute_resultado_liquidacion", store=True) result_type = fields.Selection( selection=[('I', 'A ingresar'), ('D', 'A devolver'), @@ -136,31 +189,6 @@ def onchange_result_type(self): if self.result_type != 'B': self.compensate = False - @api.multi - def calculate(self): - res = super(L10nEsAeatMod303Report, self).calculate() - for mod303 in self: - total_devengado = mod303.tax_lines.filtered( - lambda x: x.field_number == 27).amount - total_deducir = mod303.tax_lines.filtered( - lambda x: x.field_number == 45).amount - casilla_46 = total_devengado - total_deducir - atribuible_estado = ( - casilla_46 * mod303.porcentaje_atribuible_estado / 100) - casilla_69 = (atribuible_estado - mod303.cuota_compensar + - mod303.regularizacion_anual) - resultado_liquidacion = casilla_69 - mod303.previous_result - vals = { - 'total_devengado': total_devengado, - 'total_deducir': total_deducir, - 'casilla_46': casilla_46, - 'atribuible_estado': atribuible_estado, - 'casilla_69': casilla_69, - 'resultado_liquidacion': resultado_liquidacion, - } - mod303.write(vals) - return res - @api.multi def button_confirm(self): """Check records""" diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index c9c267d3218..61a8a9f4d1f 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -31,6 +31,7 @@ @@ -77,7 +78,7 @@ Date: Sun, 8 Nov 2015 05:07:13 -0500 Subject: [PATCH 021/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/ca.po | 10 +- l10n_es_aeat_mod303/i18n/en.po | 6 +- l10n_es_aeat_mod303/i18n/es.po | 8 +- l10n_es_aeat_mod303/i18n/gl.po | 6 +- l10n_es_aeat_mod303/i18n/sl.po | 390 +++++++++++++++++++++++++++++++++ 5 files changed, 405 insertions(+), 15 deletions(-) create mode 100644 l10n_es_aeat_mod303/i18n/sl.po diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index 8046c8545ad..1af2dcec340 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-01 08:00+0000\n" -"PO-Revision-Date: 2015-10-01 08:02+0000\n" +"POT-Creation-Date: 2015-12-05 01:43+0000\n" +"PO-Revision-Date: 2015-11-30 12:02+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Catalan (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ca/)\n" "MIME-Version: 1.0\n" @@ -114,7 +114,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,currency_id:0 msgid "Currency" -msgstr "" +msgstr "Moneda" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 @@ -274,13 +274,13 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 #, python-format msgid "Select an account for receiving the money" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/en.po b/l10n_es_aeat_mod303/i18n/en.po index 76671493f09..9dd7ad290d0 100644 --- a/l10n_es_aeat_mod303/i18n/en.po +++ b/l10n_es_aeat_mod303/i18n/en.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-01 08:00+0000\n" +"POT-Creation-Date: 2015-11-26 01:42+0000\n" "PO-Revision-Date: 2015-10-01 08:02+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: English (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/en/)\n" @@ -274,13 +274,13 @@ msgid "" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for making the charge" msgstr "Select an account for making the charge" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 #, python-format msgid "Select an account for receiving the money" msgstr "Select an account for receiving the money" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index cbf0558fd22..1a40961a0e2 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-16 07:49+0000\n" -"PO-Revision-Date: 2015-10-14 16:43+0000\n" +"POT-Creation-Date: 2015-11-26 01:42+0000\n" +"PO-Revision-Date: 2015-11-05 11:42+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -275,13 +275,13 @@ msgid "" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 902341cc1ca..22eb609cefe 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-01 08:00+0000\n" +"POT-Creation-Date: 2015-11-26 01:42+0000\n" "PO-Revision-Date: 2015-10-01 08:02+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/gl/)\n" @@ -276,13 +276,13 @@ msgid "" msgstr "Resultado da anterior ou anteriores declaracións do mesmo concepto, exercicio e período" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione unha conta bancaria para realiza-lo cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po new file mode 100644 index 00000000000..7571884ed91 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -0,0 +1,390 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-05 19:24+0000\n" +"PO-Revision-Date: 2015-11-05 13:07+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "Datum izračuna" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Družba" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Ustvaril" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Opravljeno" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Osnutek" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "Obdelano" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,sequence:0 +msgid "Sequence" +msgstr "Zaporedje" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Stanje" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" From c1248919fdda6c68e3b45d44c2d11c8129c6aa58 Mon Sep 17 00:00:00 2001 From: Ismael Calvo Date: Mon, 21 Dec 2015 17:38:10 +0100 Subject: [PATCH 022/147] [ADD] l10n_es_aeat_mot303, casilla 77 --- l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index ccecb6573d1..28271885b08 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -2392,6 +2392,7 @@ 47 Resultado - IVA a la importación liquidado por la Aduana pendiente de ingreso [77] + ${object.tax_lines.filtered(lambda r: r.field_number==33).amount} 0 float From 08105fe2e87856e2c04eb22ff67a0bc0ba9ee045 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 11 Feb 2016 18:29:04 +0100 Subject: [PATCH 023/147] [FIX] l10n_es_aeat_*: Evitar problemas en campos related no readonly. Fixes #290 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cuando se tienen campos related, aunque el valor no se cambie, Odoo lanza una escritura en el objeto relacionado cada vez que se guarda el objeto principal. En el caso de la moneda asociada a la compañía, hace que aquellos usuarios que no tengan permiso para modificar la compañía (la mayoría), falle en la creación del modelo. --- l10n_es_aeat_mod303/models/mod303.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 7298764e9d4..f411c180e69 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -83,7 +83,7 @@ def _compute_resultado_liquidacion(self): currency_id = fields.Many2one( comodel_name='res.currency', string='Currency', - related='company_id.currency_id', store=True) + related='company_id.currency_id', store=True, readonly=True) number = fields.Char(default='303') export_config = fields.Many2one(default=_get_export_conf) company_partner_id = fields.Many2one('res.partner', string='Partner', From 34959d5aaf1becf432824e3f1c4a0981a56946ea Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 11 Feb 2016 17:28:32 +0100 Subject: [PATCH 024/147] [FIX] l10n_es_aeat_*: Mejor herencia de impuestos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El anterior método utilizado, al tener una clase y un many2one genérico, no permitía poner los datos en múltiples modelos hijos, ya que se repetían los IDs, y cogía los datos de un modelo en otros. Con este nuevo sistema, se sigue utilizando una tabla, pero con doble índice: el modelo y el ID, parecido a un campo reference, pero gestionado por código propio en el método de cálculo. El 303 está adaptado a este nuevo sistema, y se incluye un script de migración que conserve los datos. --- l10n_es_aeat_mod303/__openerp__.py | 2 +- l10n_es_aeat_mod303/i18n/es.po | 59 ++++++++--------------- l10n_es_aeat_mod303/models/mod303.py | 25 +++------- l10n_es_aeat_mod303/views/mod303_view.xml | 8 ++- 4 files changed, 34 insertions(+), 60 deletions(-) diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index c0eaed81329..b1b6df3d38d 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -26,7 +26,7 @@ { "name": "AEAT modelo 303", - "version": "8.0.1.3.0", + "version": "8.0.1.4.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 1a40961a0e2..52c118aae9c 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,22 +1,19 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -# Alejandro Santana , 2015 +# * l10n_es_aeat_mod303 +# msgid "" msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" +"Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-26 01:42+0000\n" -"PO-Revision-Date: 2015-11-05 11:42+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" +"POT-Creation-Date: 2016-02-11 16:13+0000\n" +"PO-Revision-Date: 2016-02-11 16:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_46:0 @@ -50,9 +47,7 @@ msgstr "Entrada cuenta" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" +msgid "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" #. module: l10n_es_aeat_mod303 @@ -107,9 +102,7 @@ msgstr "Creado en" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" +msgid "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 @@ -144,12 +137,7 @@ msgstr "Borrador" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 @@ -209,12 +197,7 @@ msgstr "Nombre del representante legal." #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" +msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" #. module: l10n_es_aeat_mod303 @@ -269,19 +252,17 @@ msgstr "Resultado" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" +msgid "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -293,9 +274,7 @@ msgstr "Secuencia" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" +msgid "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" #. module: l10n_es_aeat_mod303 @@ -319,6 +298,7 @@ msgid "Support Type" msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "Líneas de impuestos" @@ -330,9 +310,7 @@ msgstr "Telemática" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 @@ -389,3 +367,4 @@ msgstr "[70] A deducir" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" msgstr "[71] Result. liquidación" + diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index f411c180e69..1d6c9e63ac1 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -1,25 +1,14 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## +# -*- coding: utf-8 -*- +# © 2013 - Guadaltech - Alberto Martín Cortada +# © 2015 - AvanzOSC - Ainara Galdona +# © 2014-2016 - Serv. Tecnol. Avanzados - Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + from openerp import models, fields, api, _ class L10nEsAeatMod303Report(models.Model): - _inherit = "l10n.es.aeat.report" + _inherit = "l10n.es.aeat.report.tax.mapping" _name = "l10n.es.aeat.mod303.report" _description = "AEAT 303 Report" diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index 61a8a9f4d1f..3afafcc7055 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -78,7 +78,7 @@ + + + From bf637e4630a8a713ac1a70bb016ae00b556d1895 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 19 Feb 2016 03:21:25 +0100 Subject: [PATCH 025/147] [FIX] l10n_es_aeat_mod303: Export fields [27] and [45] --- l10n_es_aeat_mod303/__openerp__.py | 2 +- l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index b1b6df3d38d..9526921a391 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -26,7 +26,7 @@ { "name": "AEAT modelo 303", - "version": "8.0.1.4.0", + "version": "8.0.1.5.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index 28271885b08..cb0c26418b3 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -526,7 +526,7 @@ 47 Liquidación: Regimen General - IVA Devengado - Total cuota devengada [27] - ${object.tax_lines.filtered(lambda r: r.field_number==27).amount} + ${object.total_devengado} float 17 @@ -742,7 +742,7 @@ 65 Liquidación: Regimen General - IVA Deducible - Total a deducir - Cuota [45] - ${object.tax_lines.filtered(lambda r: r.field_number==45).amount} + ${object.total_deducir} float 17 From 612a7c41557b67781c1b4fde504035e1b5bc8c0a Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 20 Feb 2016 12:29:27 -0500 Subject: [PATCH 026/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/es.po | 59 +++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 19 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 52c118aae9c..93ea971e4dc 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# Alejandro Santana , 2015 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-11 16:13+0000\n" -"PO-Revision-Date: 2016-02-11 16:13+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2016-01-19 01:41+0000\n" +"PO-Revision-Date: 2015-11-05 11:42+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_46:0 @@ -47,7 +50,9 @@ msgstr "Entrada cuenta" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" #. module: l10n_es_aeat_mod303 @@ -102,7 +107,9 @@ msgstr "Creado en" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 @@ -137,7 +144,12 @@ msgstr "Borrador" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 @@ -197,7 +209,12 @@ msgstr "Nombre del representante legal." #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" #. module: l10n_es_aeat_mod303 @@ -252,17 +269,19 @@ msgstr "Resultado" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -274,7 +293,9 @@ msgstr "Secuencia" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" #. module: l10n_es_aeat_mod303 @@ -298,7 +319,6 @@ msgid "Support Type" msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "Líneas de impuestos" @@ -310,7 +330,9 @@ msgstr "Telemática" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 @@ -367,4 +389,3 @@ msgstr "[70] A deducir" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" msgstr "[71] Result. liquidación" - From 4c2edbc86096a261b3e4b9dce77fd0dd60d96cb5 Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 26 Feb 2016 16:09:49 +0100 Subject: [PATCH 027/147] =?UTF-8?q?[IMP]=20l10n=5Fes=5Faeat=5Fmod303:=20Se?= =?UTF-8?q?=20a=C3=B1ade=20la=20gesti=C3=B3n=20del=20iva=20diferido=20en?= =?UTF-8?q?=20el=20303?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/README.rst | 3 ++- l10n_es_aeat_mod303/__openerp__.py | 3 ++- .../data/aeat_export_mod303_data.xml | 2 +- l10n_es_aeat_mod303/models/mod303.py | 15 ++++++++++++--- l10n_es_aeat_mod303/views/mod303_view.xml | 4 ++++ 5 files changed, 21 insertions(+), 6 deletions(-) diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index d0b3661e580..5a3a5bab74a 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -4,7 +4,7 @@ Módulo para la presentación del modelo 303 (IVA - Autodeclaración) de la Agencia Española de Administración Tributaria. Instrucciones del modelo: http://goo.gl/pgVbXH -Diseño de registros BOE: http://goo.gl/ediOFO +Diseño de registros BOE en Excel: http://goo.gl/z4grco Incluye la exportación al formato BOE para su uso telemático. @@ -29,6 +29,7 @@ Contribuidores * GuadalTech (http://www.guadaltech.es) * Pedro M. Baeza * AvanzOSC (http://www.avanzosc.es) +* Comunitea (http://www.comunitea.com) Maintainer ---------- diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index 9526921a391..9a9aae09b48 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -26,12 +26,13 @@ { "name": "AEAT modelo 303", - "version": "8.0.1.5.0", + "version": "8.0.1.6.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," "Serv. Tecnol. Avanzados - Pedro M. Baeza," "Antiun Ingeniería S.L.," + "Comunitea," "Odoo Community Association (OCA)", 'website': "https://github.com/OCA/l10n-spain", "license": "AGPL-3", diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index cb0c26418b3..6cc863b7589 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -2392,7 +2392,7 @@ 47 Resultado - IVA a la importación liquidado por la Aduana pendiente de ingreso [77] - ${object.tax_lines.filtered(lambda r: r.field_number==33).amount} + ${object.casilla_77} 0 float diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 1d6c9e63ac1..a515cf17255 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -56,12 +56,12 @@ def _compute_atribuible_estado(self): @api.multi @api.depends('atribuible_estado', 'cuota_compensar', - 'regularizacion_anual') + 'regularizacion_anual', 'casilla_77') def _compute_casilla_69(self): for report in self: report.casilla_69 = ( - report.atribuible_estado + report.cuota_compensar + - report.regularizacion_anual) + report.atribuible_estado + report.casilla_77 + + report.cuota_compensar + report.regularizacion_anual) @api.multi @api.depends('casilla_69', 'previous_result') @@ -121,6 +121,15 @@ def _compute_resultado_liquidacion(self): string="[69] Resultado", readonly=True, compute="_compute_casilla_69", help="Atribuible a la Administración [66] - Cuotas a compensar [67] + " "Regularización anual [68]""", store=True) + casilla_77 = fields.Float( + string="[77] Iva Diferido (Liquidado por aduana)", + help="Se hará constar el importe de las cuotas del Impuesto a la " + "importación incluidas en los documentos en los que conste la " + "liquidación practicada por la Administración recibidos en el " + "periodo de liquidación. Solamente podrá cumplimentarse esta " + "casilla cuando se cumplan los requisitos establecidos en el " + "artículo 74.1 del Reglamento del Impuesto sobre el Valor " + "Añadido. ") previous_result = fields.Float( string="[70] A deducir", help="Resultado de la anterior o anteriores declaraciones del mismo " diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index 3afafcc7055..bfce012a017 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -66,6 +66,10 @@ options="{'currency_field': 'currency_id'}" attrs="{'readonly': [('period_type', 'not in', ('4T', '12'))]}" /> + Date: Sat, 27 Feb 2016 12:54:20 -0500 Subject: [PATCH 028/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/ca.po | 23 +++++++------- l10n_es_aeat_mod303/i18n/en.po | 19 ++++++------ l10n_es_aeat_mod303/i18n/es.po | 19 ++++++------ l10n_es_aeat_mod303/i18n/gl.po | 19 ++++++------ l10n_es_aeat_mod303/i18n/pl.po | 55 +++++++++++++++++++++++++++------- l10n_es_aeat_mod303/i18n/pt.po | 55 +++++++++++++++++++++++++++------- l10n_es_aeat_mod303/i18n/sl.po | 21 ++++++------- 7 files changed, 141 insertions(+), 70 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index 1af2dcec340..23540805eee 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-05 01:43+0000\n" -"PO-Revision-Date: 2015-11-30 12:02+0000\n" +"POT-Creation-Date: 2016-03-05 10:32+0000\n" +"PO-Revision-Date: 2016-03-02 09:27+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Catalan (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ca/)\n" "MIME-Version: 1.0\n" @@ -97,12 +97,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creat per" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creat el" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,cuota_compensar:0 @@ -261,6 +261,11 @@ msgstr "" msgid "Processed" msgstr "Processat" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -274,22 +279,17 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" msgstr "" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" -msgstr "Seqüència" - #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 msgid "" @@ -318,6 +318,7 @@ msgid "Support Type" msgstr "Tipus de suport" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/en.po b/l10n_es_aeat_mod303/i18n/en.po index 9dd7ad290d0..5f395f46085 100644 --- a/l10n_es_aeat_mod303/i18n/en.po +++ b/l10n_es_aeat_mod303/i18n/en.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-26 01:42+0000\n" -"PO-Revision-Date: 2015-10-01 08:02+0000\n" +"POT-Creation-Date: 2016-03-05 10:32+0000\n" +"PO-Revision-Date: 2016-03-02 09:27+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: English (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/en/)\n" "MIME-Version: 1.0\n" @@ -261,6 +261,11 @@ msgstr "Previous declaration number" msgid "Processed" msgstr "Processed" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "Report identifier" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -274,22 +279,17 @@ msgid "" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for making the charge" msgstr "Select an account for making the charge" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" msgstr "Select an account for receiving the money" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" -msgstr "Sequence" - #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 msgid "" @@ -318,6 +318,7 @@ msgid "Support Type" msgstr "Support Type" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "Tax lines" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 93ea971e4dc..f55c670b22f 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-19 01:41+0000\n" -"PO-Revision-Date: 2015-11-05 11:42+0000\n" +"POT-Creation-Date: 2016-03-05 10:32+0000\n" +"PO-Revision-Date: 2016-03-02 09:27+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -262,6 +262,11 @@ msgstr "Nº previo declaración" msgid "Processed" msgstr "Procesada" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -275,22 +280,17 @@ msgid "" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" -msgstr "Secuencia" - #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 msgid "" @@ -319,6 +319,7 @@ msgid "Support Type" msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "Líneas de impuestos" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 22eb609cefe..2226ec68671 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-26 01:42+0000\n" -"PO-Revision-Date: 2015-10-01 08:02+0000\n" +"POT-Creation-Date: 2016-03-05 10:32+0000\n" +"PO-Revision-Date: 2016-03-02 09:27+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/gl/)\n" "MIME-Version: 1.0\n" @@ -263,6 +263,11 @@ msgstr "Nº da declaración anterior" msgid "Processed" msgstr "Procesada" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -276,22 +281,17 @@ msgid "" msgstr "Resultado da anterior ou anteriores declaracións do mesmo concepto, exercicio e período" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione unha conta bancaria para realiza-lo cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:200 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" -msgstr "Secuencia" - #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 msgid "" @@ -320,6 +320,7 @@ msgid "Support Type" msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "Liñas de impostos" diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po index 5acce931856..e3e1085a019 100644 --- a/l10n_es_aeat_mod303/i18n/pl.po +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-14 00:52+0000\n" -"PO-Revision-Date: 2015-07-10 10:58+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-03-05 10:32+0000\n" +"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Polish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,6 +42,11 @@ msgstr "" msgid "AEAT model 303" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -79,6 +84,11 @@ msgstr "" msgid "Complementary" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" @@ -166,6 +176,16 @@ msgstr "" msgid "Inscrito en el Registro de Devolución Mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,representative_vat:0 msgid "L.R. VAT number" @@ -226,6 +246,11 @@ msgstr "" msgid "Phone" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_number:0 msgid "Previous declaration number" @@ -236,6 +261,11 @@ msgstr "" msgid "Processed" msgstr "Przetworzony" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -249,22 +279,17 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" msgstr "" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" -msgstr "Numeracja" - #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 msgid "" @@ -293,6 +318,7 @@ msgid "Support Type" msgstr "" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "" @@ -302,6 +328,13 @@ msgstr "" msgid "Telematics" msgstr "" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_vat:0 msgid "VAT number" @@ -354,5 +387,5 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Resultado de la liquidación" +msgid "[71] Result. liquidación" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index 05d243d5f10..817b4aa6c3c 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-14 00:52+0000\n" -"PO-Revision-Date: 2015-07-10 10:58+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-03-05 10:32+0000\n" +"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,6 +42,11 @@ msgstr "" msgid "AEAT model 303" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -79,6 +84,11 @@ msgstr "" msgid "Complementary" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" @@ -166,6 +176,16 @@ msgstr "" msgid "Inscrito en el Registro de Devolución Mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,representative_vat:0 msgid "L.R. VAT number" @@ -226,6 +246,11 @@ msgstr "" msgid "Phone" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_number:0 msgid "Previous declaration number" @@ -236,6 +261,11 @@ msgstr "" msgid "Processed" msgstr "Processado" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -249,22 +279,17 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" msgstr "" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" -msgstr "Sequência" - #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 msgid "" @@ -293,6 +318,7 @@ msgid "Support Type" msgstr "" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "" @@ -302,6 +328,13 @@ msgstr "" msgid "Telematics" msgstr "" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_vat:0 msgid "VAT number" @@ -354,5 +387,5 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Resultado de la liquidación" +msgid "[71] Result. liquidación" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index 7571884ed91..597d4d783fb 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-05 19:24+0000\n" -"PO-Revision-Date: 2015-11-05 13:07+0000\n" +"POT-Creation-Date: 2016-03-05 10:32+0000\n" +"PO-Revision-Date: 2016-03-02 09:27+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/sl/)\n" "MIME-Version: 1.0\n" @@ -179,7 +179,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,journal_id:0 msgid "Journal" -msgstr "" +msgstr "Dnevnik" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,journal_id:0 @@ -261,6 +261,11 @@ msgstr "" msgid "Processed" msgstr "Obdelano" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -274,22 +279,17 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:170 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:172 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" msgstr "" -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" -msgstr "Zaporedje" - #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 msgid "" @@ -318,6 +318,7 @@ msgid "Support Type" msgstr "" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "" From b7b609359db2351d652f2f0e30bfee071fbbf703 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sat, 9 Apr 2016 19:01:10 +0200 Subject: [PATCH 029/147] [IMP] l10n_es_aeat_vat_prorrate: Include analytics + tests --- l10n_es_aeat_mod303/__openerp__.py | 30 +---- l10n_es_aeat_mod303/tests/__init__.py | 4 + .../tests/test_l10n_es_aeat_mod303.py | 107 ++++++++++++++++++ 3 files changed, 116 insertions(+), 25 deletions(-) create mode 100644 l10n_es_aeat_mod303/tests/__init__.py create mode 100644 l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index 9a9aae09b48..b875851e1ad 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -1,28 +1,8 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Copyright (c) -# 2013 Guadaltech (http://www.guadaltech.es) -# Alberto Martín Cortada -# 2014-2015 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) -# Pedro M. Baeza -# 2015 AvanzOSC (http://www.avanzosc.es) -# Ainara Galdona -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## +# -*- coding: utf-8 -*- +# © 2013 Alberto Martín Cortada (Guadaltech) +# © 2014-2015 Pedro M. Baeza +# © 2015 AvanzOSC - Ainara Galdona +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 { "name": "AEAT modelo 303", diff --git a/l10n_es_aeat_mod303/tests/__init__.py b/l10n_es_aeat_mod303/tests/__init__.py new file mode 100644 index 00000000000..93b5a69bda6 --- /dev/null +++ b/l10n_es_aeat_mod303/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html + +from . import test_l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py new file mode 100644 index 00000000000..a31affecdfb --- /dev/null +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -0,0 +1,107 @@ +# -*- coding: utf-8 -*- +# © 2016 Pedro M. Baeza +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 + +from openerp.tests import common + + +class TestL10nEsAeatMod303Base(object): + def setUp(self): + super(TestL10nEsAeatMod303Base, self).setUp() + self.partner = self.env['res.partner'].create({'name': 'Test partner'}) + self.product = self.env['product.product'].create({ + 'name': 'Test product', + }) + self.account_type = self.env['account.account.type'].create({ + 'name': 'Test account type', + 'code': 'TEST', + }) + self.account_expense = self.env['account.account'].create({ + 'name': 'Test expense account', + 'code': 'EXP', + 'type': 'other', + 'user_type': self.account_type.id, + }) + self.analytic_account_1 = self.env['account.analytic.account'].create({ + 'name': 'Test analytic account 1', + 'type': 'normal', + }) + self.analytic_account_2 = self.env['account.analytic.account'].create({ + 'name': 'Test analytic account 2', + 'type': 'normal', + }) + self.account_tax = self.env['account.account'].create({ + 'name': 'Test tax account', + 'code': 'TAX', + 'type': 'other', + 'user_type': self.account_type.id, + }) + self.base_code = self.env['account.tax.code'].create({ + 'name': '[28] Test base code', + 'code': 'OICBI', + }) + self.tax_code = self.env['account.tax.code'].create({ + 'name': '[29] Test tax code', + 'code': 'SOICC', + }) + self.tax = self.env['account.tax'].create({ + 'name': 'Test tax 10%', + 'type_tax_use': 'purchase', + 'type': 'percent', + 'amount': '0.10', + 'account_collected_id': self.account_tax.id, + 'base_code_id': self.base_code.id, + 'base_sign': 1, + 'tax_code_id': self.tax_code.id, + 'tax_sign': 1, + }) + self.period = self.env['account.period'].find() + self.invoice = self.env['account.invoice'].create({ + 'partner_id': self.partner.id, + 'type': 'in_invoice', + 'period_id': self.period.id, + 'account_id': self.partner.property_account_payable.id, + 'invoice_line': [ + (0, 0, { + 'product_id': self.product.id, + 'account_id': self.account_expense.id, + 'account_analytic_id': self.analytic_account_1.id, + 'name': 'Test line', + 'price_unit': 100, + 'quantity': 1, + 'invoice_line_tax_id': [(6, 0, self.tax.ids)], + }), + (0, 0, { + 'product_id': self.product.id, + 'account_id': self.account_expense.id, + 'account_analytic_id': self.analytic_account_2.id, + 'name': 'Test line', + 'price_unit': 100, + 'quantity': 2, + 'invoice_line_tax_id': [(6, 0, self.tax.ids)], + }), + (0, 0, { + 'product_id': self.product.id, + 'account_id': self.account_expense.id, + 'name': 'Test line', + 'price_unit': 100, + 'quantity': 1, + 'invoice_line_tax_id': [(6, 0, self.tax.ids)], + }), + ], + }) + self.invoice.signal_workflow('invoice_open') + self.model303 = self.env['l10n.es.aeat.mod303.report'].create({ + 'company_vat': '1234567890', + 'contact_phone': 'X', + 'fiscalyear_id': self.period.fiscalyear_id.id, + 'periods': [(6, 0, self.period.ids)], + }) + + +class TestL10nEsAeatMod303(TestL10nEsAeatMod303Base, common.TransactionCase): + def test_model_303(self): + self.model303.button_calculate() + self.assertEqual(self.model303.total_deducir, 40) + self.assertEqual(self.model303.casilla_46, -40) + self.assertEqual(self.model303.casilla_69, -40) From 1a3ac0c7dd71e5bd0020bdb0443daa3dacc189f3 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 23 Apr 2016 18:22:25 -0400 Subject: [PATCH 030/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/{en.po => bg.po} | 211 ++++++---- l10n_es_aeat_mod303/i18n/ca.po | 69 +++- l10n_es_aeat_mod303/i18n/cs.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/es.po | 69 +++- l10n_es_aeat_mod303/i18n/es_CO.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/es_CR.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/eu.po | 126 +++++- l10n_es_aeat_mod303/i18n/fr.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/gl.po | 69 +++- l10n_es_aeat_mod303/i18n/hr.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/nl.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/pl.po | 79 +++- l10n_es_aeat_mod303/i18n/pt.po | 81 +++- l10n_es_aeat_mod303/i18n/pt_BR.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/ru.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/sl.po | 71 +++- l10n_es_aeat_mod303/i18n/sv.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/tr.po | 452 ++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/vi.po | 452 ++++++++++++++++++++++ 19 files changed, 5617 insertions(+), 130 deletions(-) rename l10n_es_aeat_mod303/i18n/{en.po => bg.po} (74%) create mode 100644 l10n_es_aeat_mod303/i18n/cs.po create mode 100644 l10n_es_aeat_mod303/i18n/es_CO.po create mode 100644 l10n_es_aeat_mod303/i18n/es_CR.po create mode 100644 l10n_es_aeat_mod303/i18n/fr.po create mode 100644 l10n_es_aeat_mod303/i18n/hr.po create mode 100644 l10n_es_aeat_mod303/i18n/nl.po create mode 100644 l10n_es_aeat_mod303/i18n/pt_BR.po create mode 100644 l10n_es_aeat_mod303/i18n/ru.po create mode 100644 l10n_es_aeat_mod303/i18n/sv.po create mode 100644 l10n_es_aeat_mod303/i18n/tr.po create mode 100644 l10n_es_aeat_mod303/i18n/vi.po diff --git a/l10n_es_aeat_mod303/i18n/en.po b/l10n_es_aeat_mod303/i18n/bg.po similarity index 74% rename from l10n_es_aeat_mod303/i18n/en.po rename to l10n_es_aeat_mod303/i18n/bg.po index 5f395f46085..63fc9373e36 100644 --- a/l10n_es_aeat_mod303/i18n/en.po +++ b/l10n_es_aeat_mod303/i18n/bg.po @@ -7,139 +7,165 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 10:32+0000\n" -"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: English (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/en/)\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_46:0 msgid "(IVA devengado - IVA deducible)" -msgstr "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" -msgstr "AEAT 303 Report" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" -msgstr "AEAT 303 model" +msgstr "" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" -msgstr "AEAT 303 reports" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "AEAT model 303" -msgstr "AEAT model 303" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,move_id:0 msgid "Account entry" -msgstr "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" "Atribuible a la Administración [66] - Cuotas a compensar [67] + " "Regularización anual [68]" -msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 msgid "Bank account" -msgstr "Bank account" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,calculation_date:0 msgid "Calculation date" -msgstr "Calculation date" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Cancelled" -msgstr "Cancelled" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_id:0 msgid "Company" -msgstr "Company" +msgstr "Фирма" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,compensate:0 msgid "Compensate" -msgstr "Compensate" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Complementary" -msgstr "Complementary" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,counterpart_account:0 msgid "Counterpart account" -msgstr "Counterpart account" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" -msgstr "Create and query AEAT Model 303 reports" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_uid:0 msgid "Created by" -msgstr "Created by" +msgstr "Създадено от" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_date:0 msgid "Created on" -msgstr "Created on" +msgstr "Създадено на" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,cuota_compensar:0 msgid "" "Cuota a compensar de periodos anteriores, en los que su declaración fue a " "devolver y se escogió la opción de compensación posterior" -msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,currency_id:0 msgid "Currency" -msgstr "Currency" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" -msgstr "DVD" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,number:0 msgid "Declaration number" -msgstr "Declaration number" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 msgid "Devolución mensual" -msgstr "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Име за Показване" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" -msgstr "Done" +msgstr "Готово" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Draft" -msgstr "Draft" +msgstr "" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 @@ -149,22 +175,22 @@ msgid "" "anual conforme disponen las Leyes por las que se aprueban el Concierto " "Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " "Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,export_config:0 msgid "Export config" -msgstr "Export config" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 msgid "Fiscal year" -msgstr "Fiscal year" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,contact_name:0 msgid "Full Name" -msgstr "Full Name" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,id:0 @@ -174,37 +200,42 @@ msgstr "ID" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "Inscrito en el Registro de Devolución Mensual" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,journal_id:0 msgid "Journal" -msgstr "Journal" +msgstr "" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,journal_id:0 msgid "Journal in which post the move." -msgstr "Journal in which post the move." +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,representative_vat:0 msgid "L.R. VAT number" -msgstr "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Последно обновено на" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_uid:0 msgid "Last Updated by" -msgstr "Last Updated by" +msgstr "Последно обновено от" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_date:0 msgid "Last Updated on" -msgstr "Last Updated on" +msgstr "Последно обновено на" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,representative_vat:0 msgid "Legal Representative VAT number." -msgstr "Legal Representative VAT number." +msgstr "" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 @@ -214,178 +245,208 @@ msgid "" " Navarra, consignarán en esta casilla el porcentaje del volumen de " "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" -msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,contact_name:0 msgid "Must have name and surname." -msgstr "Must have name and surname." +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" -msgstr "Normal" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_partner_id:0 msgid "Partner" -msgstr "Partner" +msgstr "Партньор" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,period_type:0 msgid "Period type" -msgstr "Period type" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,periods:0 msgid "Period(s)" -msgstr "Period(s)" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,contact_phone:0 msgid "Phone" -msgstr "Phone" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Posted" -msgstr "Posted" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_number:0 msgid "Previous declaration number" -msgstr "Previous declaration number" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Processed" -msgstr "Processed" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,name:0 msgid "Report identifier" -msgstr "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "Resultado" +msgstr "" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,previous_result:0 msgid "" "Resultado de la anterior o anteriores declaraciones del mismo concepto, " "ejercicio y periodo" -msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 #, python-format msgid "Select an account for making the charge" -msgstr "Select an account for making the charge" +msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for receiving the money" -msgstr "Select an account for receiving the money" +msgstr "" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,compensate:0 msgid "" "Si se marca, indicará que el importe a devolver se compensará en posteriores" " declaraciones" -msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 msgid "State" -msgstr "State" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,type:0 msgid "Statement Type" -msgstr "Statement Type" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Substitutive" -msgstr "Substitutive" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,support_type:0 msgid "Support Type" -msgstr "Support Type" +msgstr "" #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" -msgstr "Tax lines" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "Telematics" -msgstr "Telematics" +msgstr "" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,counterpart_account:0 msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." -msgstr "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_vat:0 msgid "VAT number" -msgstr "VAT number" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,total_devengado:0 msgid "[27] IVA devengado" -msgstr "[27] IVA devengado" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,total_deducir:0 msgid "[45] IVA a deducir" -msgstr "[45] IVA a deducir" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,casilla_46:0 msgid "[46] Resultado régimen general" -msgstr "[46] Resultado régimen general" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 msgid "[65] % atribuible al Estado" -msgstr "[65] % atribuible al Estado" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,atribuible_estado:0 msgid "[66] Atribuible a la Administración" -msgstr "[66] Atribuible a la Administración" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,cuota_compensar:0 msgid "[67] Cuotas a compensar" -msgstr "[67] Cuotas a compensar" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 msgid "[68] Regularización anual" -msgstr "[68] Regularización anual" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,casilla_69:0 msgid "[69] Resultado" -msgstr "[69] Resultado" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_result:0 msgid "[70] A deducir" -msgstr "[70] A deducir" +msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" -msgstr "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index 23540805eee..04094b11434 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 10:32+0000\n" -"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"POT-Creation-Date: 2016-08-27 18:55+0000\n" +"PO-Revision-Date: 2016-09-09 12:25+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Catalan (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ca/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "(IVA devengado - IVA deducible)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -47,6 +57,11 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -131,6 +146,11 @@ msgstr "" msgid "Devolución mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" @@ -169,7 +189,7 @@ msgstr "Cognoms i nom" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 @@ -191,15 +211,20 @@ msgstr "" msgid "L.R. VAT number" msgstr "NIF R.L." +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Darrera Actualització per" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Darrera Actualització el" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,representative_vat:0 @@ -216,6 +241,11 @@ msgid "" "esta casilla el 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,contact_name:0 msgid "Must have name and surname." @@ -266,6 +296,11 @@ msgstr "Processat" msgid "Report identifier" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -279,13 +314,23 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -297,6 +342,11 @@ msgid "" " declaraciones" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 msgid "State" @@ -389,3 +439,8 @@ msgstr "" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/cs.po b/l10n_es_aeat_mod303/i18n/cs.po new file mode 100644 index 00000000000..0a56a9709fc --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/cs.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-10-18 18:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Vytvořeno" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index f55c670b22f..3ab4d2aaa2f 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 10:32+0000\n" -"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-25 14:56+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -23,6 +23,16 @@ msgstr "" msgid "(IVA devengado - IVA deducible)" msgstr "(IVA devengado - IVA deducible)" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "A ingresar" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -48,6 +58,11 @@ msgstr "Modelo AEAT 303" msgid "Account entry" msgstr "Entrada cuenta" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -57,6 +72,7 @@ msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regular #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 msgid "Bank account" msgstr "Cuenta bancaria" @@ -75,6 +91,11 @@ msgstr "Cancelada" msgid "Company" msgstr "Compañía" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,compensate:0 msgid "Compensate" @@ -132,6 +153,11 @@ msgstr "Nº declaración" msgid "Devolución mensual" msgstr "Devolución mensual" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Display Name" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" @@ -192,6 +218,11 @@ msgstr "Diario en el que publicar el movimiento." msgid "L.R. VAT number" msgstr "Nombre del representante legal" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Last Modified on" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_uid:0 msgid "Last Updated by" @@ -217,6 +248,11 @@ msgid "" "esta casilla el 100%" msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "Modelo" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,contact_name:0 msgid "Must have name and surname." @@ -267,6 +303,11 @@ msgstr "Procesada" msgid "Report identifier" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -280,13 +321,23 @@ msgid "" msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -298,6 +349,11 @@ msgid "" " declaraciones" msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 msgid "State" @@ -390,3 +446,8 @@ msgstr "[70] A deducir" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" msgstr "[71] Result. liquidación" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_CO.po b/l10n_es_aeat_mod303/i18n/es_CO.po new file mode 100644 index 00000000000..a14b2db4b1e --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/es_CO.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-10-18 18:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Creado" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Nombre Público" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_CR.po b/l10n_es_aeat_mod303/i18n/es_CR.po new file mode 100644 index 00000000000..d385d35c9dc --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/es_CR.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-10-18 18:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index 847e329e7c9..cc1c3f3e37c 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-14 00:52+0000\n" -"PO-Revision-Date: 2015-07-10 10:58+0000\n" -"Last-Translator: <>\n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-10-18 18:26+0000\n" +"Last-Translator: OCA Transbot \n" "Language-Team: Basque (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,6 +22,16 @@ msgstr "" msgid "(IVA devengado - IVA deducible)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -42,6 +52,16 @@ msgstr "" msgid "AEAT model 303" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -51,6 +71,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 msgid "Bank account" msgstr "" @@ -69,6 +90,11 @@ msgstr "" msgid "Company" msgstr "Enpresa" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,compensate:0 msgid "Compensate" @@ -79,6 +105,11 @@ msgstr "" msgid "Complementary" msgstr "Osagarria" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" @@ -87,12 +118,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Nork sortua" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_date:0 msgid "Created on" -msgstr "" +msgstr "Created on" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,cuota_compensar:0 @@ -121,6 +152,11 @@ msgstr "" msgid "Devolución mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Izena erakutsi" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" @@ -159,27 +195,42 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 msgid "Inscrito en el Registro de Devolución Mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,representative_vat:0 msgid "L.R. VAT number" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Last Updated by" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Last Updated on" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,representative_vat:0 @@ -196,6 +247,11 @@ msgid "" "esta casilla el 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,contact_name:0 msgid "Must have name and surname." @@ -226,6 +282,11 @@ msgstr "" msgid "Phone" msgstr "Telefonoa" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,previous_number:0 msgid "Previous declaration number" @@ -236,6 +297,16 @@ msgstr "" msgid "Processed" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -249,20 +320,25 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:160 -#, python-format -msgid "Select an account for making the charge" +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:162 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 #, python-format -msgid "Select an account for receiving the money" +msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 @@ -272,6 +348,11 @@ msgid "" " declaraciones" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 msgid "State" @@ -293,6 +374,7 @@ msgid "Support Type" msgstr "" #. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form #: field:l10n.es.aeat.mod303.report,tax_lines:0 msgid "Tax lines" msgstr "" @@ -302,6 +384,13 @@ msgstr "" msgid "Telematics" msgstr "" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_vat:0 msgid "VAT number" @@ -354,5 +443,10 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Resultado de la liquidación" +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/fr.po b/l10n_es_aeat_mod303/i18n/fr.po new file mode 100644 index 00000000000..221af9b8fc0 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/fr.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "Annulé" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Société" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Date" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "Devise" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Nom à afficher" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Terminé" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Brouillon" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "Journal" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "Modèle" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Partenaire" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "État" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 2226ec68671..4c008a50cbb 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 10:32+0000\n" -"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/gl/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,16 @@ msgstr "" msgid "(IVA devengado - IVA deducible)" msgstr "(IVE devindicado - IVE deducible)" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "A ingresar" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -49,6 +59,11 @@ msgstr "Modelo AEAT 303" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -58,6 +73,7 @@ msgstr "Atribuible á Administración [66] - Cuotas a compensar [67] + Regulariz #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 msgid "Bank account" msgstr "Conta bancaria" @@ -76,6 +92,11 @@ msgstr "Cancelada" msgid "Company" msgstr "Compañía" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,compensate:0 msgid "Compensate" @@ -133,6 +154,11 @@ msgstr "Nº declaración" msgid "Devolución mensual" msgstr "Devolución mensual" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" @@ -193,6 +219,11 @@ msgstr "" msgid "L.R. VAT number" msgstr "NIF repr. legal" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Modificado por última vez o" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_uid:0 msgid "Last Updated by" @@ -218,6 +249,11 @@ msgid "" "esta casilla el 100%" msgstr "Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, consignarán nesta casa a porcentaxe do volumen de operacións no territorio común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,contact_name:0 msgid "Must have name and surname." @@ -268,6 +304,11 @@ msgstr "Procesada" msgid "Report identifier" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -281,13 +322,23 @@ msgid "" msgstr "Resultado da anterior ou anteriores declaracións do mesmo concepto, exercicio e período" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione unha conta bancaria para realiza-lo cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" @@ -299,6 +350,11 @@ msgid "" " declaraciones" msgstr "Se se marca, indicará que o importe a devolver compensarase en declaracións posteriores" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 msgid "State" @@ -391,3 +447,8 @@ msgstr "[70] A deducir" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" msgstr "[71] Result. liquidación" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/hr.po b/l10n_es_aeat_mod303/i18n/hr.po new file mode 100644 index 00000000000..0db4e3dfd1d --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/hr.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-29 09:33+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "Otkazan" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Poduzeće" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Kreirano" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Naziv " + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "Izvršeno" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Zadnje ažuriranje" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "Model" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Partner" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Status" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/nl.po b/l10n_es_aeat_mod303/i18n/nl.po new file mode 100644 index 00000000000..aea2938f16c --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/nl.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Relatie" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po index e3e1085a019..e7573cd93b2 100644 --- a/l10n_es_aeat_mod303/i18n/pl.po +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 10:32+0000\n" -"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-10-18 18:26+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Polish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pl/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "(IVA devengado - IVA deducible)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -47,6 +57,11 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -56,6 +71,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 msgid "Bank account" msgstr "" @@ -74,6 +90,11 @@ msgstr "" msgid "Company" msgstr "Firma" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,compensate:0 msgid "Compensate" @@ -97,12 +118,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Utworzone przez" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_date:0 msgid "Created on" -msgstr "" +msgstr "Utworzono" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,cuota_compensar:0 @@ -131,6 +152,11 @@ msgstr "" msgid "Devolución mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Wyświetlana nazwa " + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" @@ -169,7 +195,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 @@ -191,15 +217,20 @@ msgstr "" msgid "L.R. VAT number" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ostatnio modyfikowane przez" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ostatnia zmiana" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,representative_vat:0 @@ -216,6 +247,11 @@ msgid "" "esta casilla el 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,contact_name:0 msgid "Must have name and surname." @@ -266,6 +302,11 @@ msgstr "Przetworzony" msgid "Report identifier" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -279,13 +320,23 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -297,6 +348,11 @@ msgid "" " declaraciones" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 msgid "State" @@ -389,3 +445,8 @@ msgstr "" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index 817b4aa6c3c..7dd9b67d9a5 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 10:32+0000\n" -"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-25 14:58+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Portuguese (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pt/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "(IVA devengado - IVA deducible)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -47,6 +57,11 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -56,6 +71,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 msgid "Bank account" msgstr "" @@ -74,6 +90,11 @@ msgstr "" msgid "Company" msgstr "Empresa" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,compensate:0 msgid "Compensate" @@ -97,12 +118,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Criado por" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,create_date:0 msgid "Created on" -msgstr "" +msgstr "Criado em" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,cuota_compensar:0 @@ -131,6 +152,11 @@ msgstr "" msgid "Devolución mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Nome" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" @@ -169,7 +195,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 @@ -191,15 +217,20 @@ msgstr "" msgid "L.R. VAT number" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Modificado a última vez por" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Atualizado pela última vez por" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Atualizado pela última vez em" #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,representative_vat:0 @@ -216,6 +247,11 @@ msgid "" "esta casilla el 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "Modelo" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,contact_name:0 msgid "Must have name and surname." @@ -229,7 +265,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_partner_id:0 msgid "Partner" -msgstr "" +msgstr "Parceiro" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,period_type:0 @@ -266,6 +302,11 @@ msgstr "Processado" msgid "Report identifier" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -279,13 +320,23 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -297,6 +348,11 @@ msgid "" " declaraciones" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 msgid "State" @@ -389,3 +445,8 @@ msgstr "" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pt_BR.po b/l10n_es_aeat_mod303/i18n/pt_BR.po new file mode 100644 index 00000000000..049e8765e7f --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/pt_BR.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-25 14:55+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "Empresa" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Rascunho" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "Identificação" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "Modelo" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "Parceiro" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Estado" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/ru.po b/l10n_es_aeat_mod303/i18n/ru.po new file mode 100644 index 00000000000..6221ec87b53 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/ru.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-22 12:24+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "Модель" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index 597d4d783fb..c490631105d 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 10:32+0000\n" -"PO-Revision-Date: 2016-03-02 09:27+0000\n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-28 06:20+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/sl/)\n" "MIME-Version: 1.0\n" @@ -22,6 +22,16 @@ msgstr "" msgid "(IVA devengado - IVA deducible)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -47,6 +57,11 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,casilla_69:0 msgid "" @@ -56,6 +71,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 msgid "Bank account" msgstr "" @@ -74,6 +90,11 @@ msgstr "" msgid "Company" msgstr "Družba" +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,compensate:0 msgid "Compensate" @@ -131,6 +152,11 @@ msgstr "" msgid "Devolución mensual" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Prikazni naziv" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" @@ -191,6 +217,11 @@ msgstr "" msgid "L.R. VAT number" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,write_uid:0 msgid "Last Updated by" @@ -216,6 +247,11 @@ msgid "" "esta casilla el 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "Model" + #. module: l10n_es_aeat_mod303 #: help:l10n.es.aeat.mod303.report,contact_name:0 msgid "Must have name and surname." @@ -229,7 +265,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,company_partner_id:0 msgid "Partner" -msgstr "" +msgstr "Partner" #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,period_type:0 @@ -266,6 +302,11 @@ msgstr "Obdelano" msgid "Report identifier" msgstr "" +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" @@ -279,13 +320,23 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -297,6 +348,11 @@ msgid "" " declaraciones" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + #. module: l10n_es_aeat_mod303 #: field:l10n.es.aeat.mod303.report,state:0 msgid "State" @@ -389,3 +445,8 @@ msgstr "" #: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 msgid "[71] Result. liquidación" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sv.po b/l10n_es_aeat_mod303/i18n/sv.po new file mode 100644 index 00000000000..b805128f521 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/sv.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-10-18 18:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Skapad av" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Skapad den" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Visa namn" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/tr.po b/l10n_es_aeat_mod303/i18n/tr.po new file mode 100644 index 00000000000..f39cacd8698 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/tr.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-11-25 14:57+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Oluşturan" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "Taslak" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "Alan" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "Durum" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/vi.po b/l10n_es_aeat_mod303/i18n/vi.po new file mode 100644 index 00000000000..e8e6897f099 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/vi.po @@ -0,0 +1,452 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: l10n-spain (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-13 10:45+0000\n" +"PO-Revision-Date: 2016-10-18 18:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "(IVA devengado - IVA deducible)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A devolver" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "A ingresar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,move_id:0 +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,allow_posting:0 +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,calculation_date:0 +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,compensate:0 +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_uid:0 +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,create_date:0 +msgid "Created on" +msgstr "Được tạo vào" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,currency_id:0 +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,number:0 +msgid "Declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Devolución mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,display_name:0 +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,export_config:0 +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 +msgid "Fiscal year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,id:0 +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 +msgid "Inscrito en el Registro de Devolución Mensual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,journal_id:0 +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,__last_update:0 +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,write_date:0 +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,representative_vat:0 +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,model:0 +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,contact_name:0 +msgid "Must have name and surname." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,period_type:0 +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,periods:0 +msgid "Period(s)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,contact_phone:0 +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_number:0 +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,name:0 +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,result_type:0 +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,previous_result:0 +msgid "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,compensate:0 +msgid "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "Sin actividad/Resultado cero" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,state:0 +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,type:0 +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,support_type:0 +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: field:l10n.es.aeat.mod303.report,tax_lines:0 +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: help:l10n.es.aeat.mod303.report,counterpart_account:0 +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,company_vat:0 +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_devengado:0 +msgid "[27] IVA devengado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,total_deducir:0 +msgid "[45] IVA a deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_46:0 +msgid "[46] Resultado régimen general" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 +msgid "[65] % atribuible al Estado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 +msgid "[66] Atribuible a la Administración" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 +msgid "[67] Cuotas a compensar" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 +msgid "[68] Regularización anual" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_69:0 +msgid "[69] Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,previous_result:0 +msgid "[70] A deducir" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 +msgid "[71] Result. liquidación" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: field:l10n.es.aeat.mod303.report,casilla_77:0 +msgid "[77] Iva Diferido (Liquidado por aduana)" +msgstr "" From 26acbe4f8a2c07622bb44cc757821724fb4b041c Mon Sep 17 00:00:00 2001 From: Antonio Espinosa Date: Tue, 30 Aug 2016 13:22:55 +0200 Subject: [PATCH 031/147] [MIG] l10n_es_aeat/303: Rest of the migration --- l10n_es_aeat_mod303/README.rst | 37 +- l10n_es_aeat_mod303/__init__.py | 17 +- l10n_es_aeat_mod303/__openerp__.py | 5 +- .../data/aeat_export_mod303_data.xml | 5229 +++++++++-------- .../data/tax_code_map_mod303_data.xml | 915 ++- l10n_es_aeat_mod303/docs/DR303e15v34.xlsx | Bin 0 -> 252338 bytes l10n_es_aeat_mod303/i18n/bg.po | 452 -- l10n_es_aeat_mod303/i18n/ca.po | 368 +- l10n_es_aeat_mod303/i18n/cs.po | 452 -- l10n_es_aeat_mod303/i18n/es.po | 308 +- l10n_es_aeat_mod303/i18n/es_CO.po | 452 -- l10n_es_aeat_mod303/i18n/es_CR.po | 452 -- l10n_es_aeat_mod303/i18n/eu.po | 416 +- l10n_es_aeat_mod303/i18n/fr.po | 452 -- l10n_es_aeat_mod303/i18n/gl.po | 327 +- l10n_es_aeat_mod303/i18n/hr.po | 452 -- .../i18n/l10n_es_aeat_mod303.pot | 349 -- l10n_es_aeat_mod303/i18n/nl.po | 452 -- l10n_es_aeat_mod303/i18n/pl.po | 317 +- l10n_es_aeat_mod303/i18n/pt.po | 321 +- l10n_es_aeat_mod303/i18n/pt_BR.po | 452 -- l10n_es_aeat_mod303/i18n/ru.po | 452 -- l10n_es_aeat_mod303/i18n/sl.po | 323 +- l10n_es_aeat_mod303/i18n/sv.po | 452 -- l10n_es_aeat_mod303/i18n/tr.po | 452 -- l10n_es_aeat_mod303/i18n/vi.po | 452 -- l10n_es_aeat_mod303/models/__init__.py | 16 - l10n_es_aeat_mod303/models/mod303.py | 220 +- .../tests/test_l10n_es_aeat_mod303.py | 418 +- l10n_es_aeat_mod303/views/mod303_view.xml | 266 +- 30 files changed, 4939 insertions(+), 10337 deletions(-) create mode 100644 l10n_es_aeat_mod303/docs/DR303e15v34.xlsx delete mode 100644 l10n_es_aeat_mod303/i18n/bg.po delete mode 100644 l10n_es_aeat_mod303/i18n/cs.po delete mode 100644 l10n_es_aeat_mod303/i18n/es_CO.po delete mode 100644 l10n_es_aeat_mod303/i18n/es_CR.po delete mode 100644 l10n_es_aeat_mod303/i18n/fr.po delete mode 100644 l10n_es_aeat_mod303/i18n/hr.po delete mode 100644 l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot delete mode 100644 l10n_es_aeat_mod303/i18n/nl.po delete mode 100644 l10n_es_aeat_mod303/i18n/pt_BR.po delete mode 100644 l10n_es_aeat_mod303/i18n/ru.po delete mode 100644 l10n_es_aeat_mod303/i18n/sv.po delete mode 100644 l10n_es_aeat_mod303/i18n/tr.po delete mode 100644 l10n_es_aeat_mod303/i18n/vi.po diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index 5a3a5bab74a..bae61a7576d 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -1,5 +1,11 @@ -Presentación del Modelo AEAT 303 -================================ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=============== +AEAT Modelo 303 +=============== + Módulo para la presentación del modelo 303 (IVA - Autodeclaración) de la Agencia Española de Administración Tributaria. @@ -8,6 +14,26 @@ Diseño de registros BOE en Excel: http://goo.gl/z4grco Incluye la exportación al formato BOE para su uso telemático. +Uso +=== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/189/8.0 + +Gestión de errores +================== + +Los errores/fallos se gestionan en `las incidencias de GitHub `_. +En caso de problemas, compruebe por favor si su incidencia ha sido ya +reportada. Si fue el primero en descubrirla, ayúdenos a solucionarla indicando +una detallada descripción +`aquí `_. + Problemas conocidos / Hoja de ruta ================================== @@ -30,13 +56,14 @@ Contribuidores * Pedro M. Baeza * AvanzOSC (http://www.avanzosc.es) * Comunitea (http://www.comunitea.com) +* Antonio Espinosa Maintainer ---------- -.. image:: http://odoo-community.org/logo.png +.. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association - :target: http://odoo-community.org + :target: https://odoo-community.org This module is maintained by the OCA. @@ -44,4 +71,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit https://odoo-community.org. diff --git a/l10n_es_aeat_mod303/__init__.py b/l10n_es_aeat_mod303/__init__.py index 54793026abb..21ff7c22f3c 100644 --- a/l10n_es_aeat_mod303/__init__.py +++ b/l10n_es_aeat_mod303/__init__.py @@ -1,18 +1,3 @@ # -*- encoding: utf-8 -*- -############################################################################## -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## + from . import models diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index b875851e1ad..d3b377f859e 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -2,11 +2,12 @@ # © 2013 Alberto Martín Cortada (Guadaltech) # © 2014-2015 Pedro M. Baeza # © 2015 AvanzOSC - Ainara Galdona +# © 2016 Antonio Espinosa # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 { "name": "AEAT modelo 303", - "version": "8.0.1.6.0", + "version": "9.0.1.0.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," @@ -14,7 +15,7 @@ "Antiun Ingeniería S.L.," "Comunitea," "Odoo Community Association (OCA)", - 'website': "https://github.com/OCA/l10n-spain", + 'website': "https://odoo-community.org/", "license": "AGPL-3", "depends": [ "l10n_es", diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index 6cc863b7589..e78f89ca4e8 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -1,2610 +1,2619 @@ - - - - - - - Exportación modelo 303 2014 - Régimen general/simplificado - 303 - - - - 1 - - Constante: <T - <T - string - 2 - left - - - - 2 - - Modelo: 303 - 303 - string - 3 - left - - - - 3 - - Constante: 01 - 01 - string - 2 - left - - - - 4 - - Constante: > - > - string - 1 - left - - - - 5 - - Tipo de declaración - ${(object.result_type == 'D' and object.compensate and 'C') or object.result_type} - string - 1 - left - - - - 6 - - Identificación: NIF - ${object.company_vat} - string - 9 - left - - - - 7 - - Identificación: Apellidos o Razón social - ${object.company_id.name} - string - 30 - left - - - - 8 - - Identificación: Nombre - ${object.company_id.name} - string - 15 - left - - - - 9 - - Identificación: Inscrito en el Registro de devolución mensual (Art. 30 RIVA) - ${object.devolucion_mensual} - boolean - 1 - 1 - 2 - left - - - - 10 - - Identificación: Tributa exclusivamente en Régimen Simplificado (RS) - Forzado a no - 3 - string - 1 - left - - - - 11 - - Identificación: Autoliquidación conjunta - Forzado a no - 2 - string - 1 - left - - - - 12 - - Identificación: Declarado en concurso de acreedores en el presente período de liquidación - Forzado a no - 2 - string - 1 - left - - - - 13 - - Identificación: Fecha en que se dictó el auto de declaración de concurso - - string - 8 - left - - - - 14 - - Identificación: Auto de declaración de concurso dictado en el período - Forzado a blanco - - string - 1 - left - - - - 15 - - Identificación: Opción por el régimen especial de criterio de Caja - Forzado a no - 2 - string - 1 - left - - - - 16 - - Identificación: Destinatario de las operaciones a las que se aplique el régimen especial del criterio de Caja - Forzado a no - 2 - string - 1 - left - - - - 17 - - Identificación: Opción por la aplicación de la prorrata especial - Forzado a no - 2 - string - 1 - left - - - - 18 - - Identificación: Revocación de la opción por la aplicación de la prorrata especial - Forzado a no - 2 - string - 1 - left - - - - 19 - - Devengo: Ejercicio - ${object.fiscalyear_id.date_start[:4]} - string - 4 - left - - - - 20 - - Devengo: Periodo - ${object.period_type} - string - 2 - left - - - - 21 - - Liquidación: Regimen General - IVA Devengado 4% - Base imponible [01] - ${object.tax_lines.filtered(lambda r: r.field_number==1).amount} - float - - 17 - 2 - right - - - - 22 - - Liquidación: Regimen General - IVA Devengado 4% - Tipo % [02] - 4 - float - - 5 - 2 - right - - - - 23 - - Liquidación: Regimen General - IVA Devengado 4% - Cuota [03] - ${object.tax_lines.filtered(lambda r: r.field_number==3).amount} - float - - 17 - 2 - right - - - - 24 - - Liquidación: Regimen General - IVA Devengado 10% - Base imponible [04] - ${object.tax_lines.filtered(lambda r: r.field_number==4).amount} - float - - 17 - 2 - right - - - - 25 - - Liquidación: Regimen General - IVA Devengado 10% - Tipo % [05] - 10 - float - - 5 - 2 - right - - - - 26 - - Liquidación: Regimen General - IVA Devengado 10% - Cuota [06] - ${object.tax_lines.filtered(lambda r: r.field_number==6).amount} - float - - 17 - 2 - right - - - - 27 - - Liquidación: Regimen General - IVA Devengado 21% - Base imponible [07] - ${object.tax_lines.filtered(lambda r: r.field_number==7).amount} - float - - 17 - 2 - right - - - - 28 - - Liquidación: Regimen General - IVA Devengado 21% - Tipo % [08] - 21 - float - - 5 - 2 - right - - - - 29 - - Liquidación: Regimen General - IVA Devengado 21% - Cuota [09] - ${object.tax_lines.filtered(lambda r: r.field_number==9).amount} - float - - 17 - 2 - right - - - - 30 - - Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Base imponible [10] - ${object.tax_lines.filtered(lambda r: r.field_number==10).amount} - float - - 17 - 2 - right - - - - 31 - - Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Cuota [11] - ${object.tax_lines.filtered(lambda r: r.field_number==11).amount} - float - - 17 - 2 - right - - - - 32 - - Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Base imponible [12] - ${object.tax_lines.filtered(lambda r: r.field_number==12).amount} - float - - 17 - 2 - right - - - - 33 - - Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Cuota [13] - ${object.tax_lines.filtered(lambda r: r.field_number==13).amount} - float - - 17 - 2 - right - - - - 34 - - Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Base imponible [14] - ${object.tax_lines.filtered(lambda r: r.field_number==14).amount} - float - - 17 - 2 - right - - - - 35 - - Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Cuota [15] - ${object.tax_lines.filtered(lambda r: r.field_number==15).amount} - float - - 17 - 2 - right - - - - 36 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Base imponible [16] - ${object.tax_lines.filtered(lambda r: r.field_number==16).amount} - float - - 17 - 2 - right - - - - 37 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Tipo % [17] - 0.5 - float - - 5 - 2 - right - - - - 38 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Cuota [18] - ${object.tax_lines.filtered(lambda r: r.field_number==18).amount} - float - - 17 - 2 - right - - - - 39 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Base imponible [19] - ${object.tax_lines.filtered(lambda r: r.field_number==19).amount} - float - - 17 - 2 - right - - - - 40 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Tipo % [20] - 1.2 - float - - 5 - 2 - right - - - - 41 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Cuota [21] - ${object.tax_lines.filtered(lambda r: r.field_number==21).amount} - float - - 17 - 2 - right - - - - 42 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Base imponible [22] - ${object.tax_lines.filtered(lambda r: r.field_number==22).amount} - float - - 17 - 2 - right - - - - 43 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Tipo % [23] - 5.2 - float - - 5 - 2 - right - - - - 44 - - Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Cuota [24] - ${object.tax_lines.filtered(lambda r: r.field_number==24).amount} - float - - 17 - 2 - right - - - - 45 - - Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Base imponible [25] - ${object.tax_lines.filtered(lambda r: r.field_number==25).amount} - float - - 17 - 2 - right - - - - 46 - - Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Cuota [26] - ${object.tax_lines.filtered(lambda r: r.field_number==26).amount} - float - - 17 - 2 - right - - - - 47 - - Liquidación: Regimen General - IVA Devengado - Total cuota devengada [27] - ${object.total_devengado} - float - - 17 - 2 - right - - - - 48 - - Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Base [28] - ${object.tax_lines.filtered(lambda r: r.field_number==28).amount} - float - - 17 - 2 - right - - - - 49 - - Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Cuota [29] - ${object.tax_lines.filtered(lambda r: r.field_number==29).amount} - float - - 17 - 2 - right - - - - 50 - - Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Base [30] - ${object.tax_lines.filtered(lambda r: r.field_number==30).amount} - float - - 17 - 2 - right - - - - 51 - - Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Cuota [31] - ${object.tax_lines.filtered(lambda r: r.field_number==31).amount} - float - - 17 - 2 - right - - - - 52 - - Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Base [32] - ${object.tax_lines.filtered(lambda r: r.field_number==32).amount} - float - - 17 - 2 - right - - - - 53 - - Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Cuota [33] - ${object.tax_lines.filtered(lambda r: r.field_number==33).amount} - float - - 17 - 2 - right - - - - 54 - - Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Base [34] - ${object.tax_lines.filtered(lambda r: r.field_number==34).amount} - float - - 17 - 2 - right - - - - 55 - - Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Cuota [35] - ${object.tax_lines.filtered(lambda r: r.field_number==35).amount} - float - - 17 - 2 - right - - - - 56 - - Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Base [36] - ${object.tax_lines.filtered(lambda r: r.field_number==36).amount} - float - - 17 - 2 - right - - - - 57 - - Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota [37] - ${object.tax_lines.filtered(lambda r: r.field_number==37).amount} - float - - 17 - 2 - right - - - - 58 - - Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Base [38] - ${object.tax_lines.filtered(lambda r: r.field_number==38).amount} - float - - 17 - 2 - right - - - - 59 - - Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Cuota [39] - ${object.tax_lines.filtered(lambda r: r.field_number==39).amount} - float - - 17 - 2 - right - - - - 60 - - Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Base [40] - ${object.tax_lines.filtered(lambda r: r.field_number==40).amount} - float - - 17 - 2 - right - - - - 61 - - Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Cuota [41] - ${object.tax_lines.filtered(lambda r: r.field_number==41).amount} - float - - 17 - 2 - right - - - - 62 - - Liquidación: Regimen General - IVA Deducible - Compensaciones Régimen Especial A.G. y P. - Cuota [42] - ${object.tax_lines.filtered(lambda r: r.field_number==42).amount} - float - - 17 - 2 - right - - - - 63 - - Liquidación: Regimen General - IVA Deducible - Regularización inversiones - Cuota [43] - ${object.tax_lines.filtered(lambda r: r.field_number==43).amount} - float - - 17 - 2 - right - - - - 64 - - Liquidación: Regimen General - IVA Deducible - Regularización por aplicación del porcentaje definitivo de prorrata - Cuota [44] - 0 - float - - 17 - 2 - right - - - - 65 - - Liquidación: Regimen General - IVA Deducible - Total a deducir - Cuota [45] - ${object.total_deducir} - float - - 17 - 2 - right - - - - 66 - - Liquidación: Regimen General - IVA Deducible - Resultado régimen general - Cuota [46] - ${object.casilla_46} - float - - 17 - 2 - right - - - - 67 - - Reservado para la AEAT - - string - 582 - left - - - - 68 - - Reservado para la AEAT: Sello electrónico reservado para la AEAT - - string - 13 - left - - - - 69 - - Indicador de fin de registro: </T30301> - </T30301> - string - 9 - left - - - - - Exportación modelo 303 2014 - Régimen agrícola, ganadero y forestal (No implementado) - 303 - - - - 1 - - Constante: <T - <T - string - 2 - left - - - - 2 - - Modelo: 303 - 303 - string - 3 - left - - - - 3 - - Página: 02 - 02 - string - 2 - left - - - - 4 - - Constante: > - > - string - 1 - left - - - - 5 - - Indicador de página complementaria - ${object.type == 'C'} - boolean - 1 - C - - left - - - - 6 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Código - - integer - 2 - right - - - - 7 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Volumen de ingresos - - float - - 17 - 2 - right - - - - 8 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Indice de cuota - - float - - 6 - 5 - right - - - - 9 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Cuota devengada - - float - - 17 - 2 - right - - - - 10 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Porcentaje trimestral - - float - - 5 - 2 - right - - - - 11 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [A] - - float - - 17 - 2 - right - - - - 12 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota soportada - - float - - 17 - 2 - right - - - - 13 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota anual derivada del regimen simplificado [B] - - float - - 17 - 2 - right - - - - 14 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE - - string - 4 - left - - - - 15 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Nº Unidades - - float - - 10 - 2 - right - - - - 16 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Importe - - float - - 17 - 2 - right - - - - 17 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Nº Unidades - - float - - 10 - 2 - right - - - - 18 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Importe - - float - - 17 - 2 - right - - - - 19 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Nº Unidades - - float - - 10 - 2 - right - - - - 20 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Importe - - float - - 17 - 2 - right - - - - 21 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Nº Unidades - - float - - 10 - 2 - right - - - - 22 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Importe - - float - - 17 - 2 - right - - - - 23 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Nº Unidades - - float - - 10 - 2 - right - - - - 24 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Importe - - float - - 17 - 2 - right - - - - 25 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Nº Unidades - - float - - 10 - 2 - right - - - - 26 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Importe - - float - - 17 - 2 - right - - - - 27 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Nº Unidades - - float - - 10 - 2 - right - - - - 28 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Importe - - float - - 17 - 2 - right - - - - 29 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Cuota devengada operaciones corrientes [C] - - float - - 17 - 2 - right - - - - 30 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Reducciones [D] - - float - - 17 - 2 - right - - - - 31 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Indice corrector activ. de temporada [Z] - - float - - 3 - 2 - right - - - - 32 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] - - float - - 5 - 2 - right - - - - 33 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [F] - - float - - 17 - 2 - right - - - - 34 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Código - - integer - 2 - right - - - - 35 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Volumen de ingresos - - float - - 17 - 2 - right - - - - 36 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Indice de cuota - - float - - 6 - 5 - right - - - - 37 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Cuota devengada - - float - - 17 - 2 - right - - - - 38 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Porcentaje trimestral - - float - - 5 - 2 - right - - - - 39 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [A] - - float - - 17 - 2 - right - - - - 40 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota soportada - - float - - 17 - 2 - right - - - - 41 - - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota anual derivada del regimen simplificado [B] - - float - - 17 - 2 - right - - - - 42 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE - - string - 4 - left - - - - 43 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Nº Unidades - - float - - 10 - 2 - right - - - - 44 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Importe - - float - - 17 - 2 - right - - - - 45 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Nº Unidades - - float - - 10 - 2 - right - - - - 46 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Importe - - float - - 17 - 2 - right - - - - 47 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Nº Unidades - - float - - 10 - 2 - right - - - - 48 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Importe - - float - - 17 - 2 - right - - - - 49 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Nº Unidades - - float - - 10 - 2 - right - - - - 50 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Importe - - float - - 17 - 2 - right - - - - 51 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Nº Unidades - - float - - 10 - 2 - right - - - - 52 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Importe - - float - - 17 - 2 - right - - - - 53 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Nº Unidades - - float - - 10 - 2 - right - - - - 54 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Importe - - float - - 17 - 2 - right - - - - 55 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Nº Unidades - - float - - 10 - 2 - right - - - - 56 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Importe - - float - - 17 - 2 - right - - - - 57 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Cuota devengada operaciones corrientes [C] - - float - - 17 - 2 - right - - - - 58 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Reducciones [D] - - float - - 17 - 2 - right - - - - 59 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Indice corrector activ. de temporada [Z] - - float - - 3 - 2 - right - - - - 60 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] - - float - - 5 - 2 - right - - - - 61 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [F] - - float - - 17 - 2 - right - - - - 62 - - Liquidación - RS - (B) Actividades en RS - 1T/2T/3T - Suma de ingresos a cuenta del conjunto de actividades [47] - - float - - 17 - 2 - right - - - - 63 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuotas soportadas operaciones corrientes [G]) - - float - - 17 - 2 - right - - - - 64 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Índice corrector de actividades de temporada [H]) - - float - - 3 - 2 - right - - - - 65 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - RESULTADO [I]) - - float - - 17 - 2 - right - - - - 66 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Porcentaje cuota mínima [J]) - - float - - 5 - 2 - right - - - - 67 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Devolución cuotas soportadas otros países [K]) - - float - - 17 - 2 - right - - - - 68 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota mínima [L]) - - float - - 17 - 2 - right - - - - 69 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota anual derivada RS [M]) - - float - - 17 - 2 - right - - - - 70 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuotas soportadas operaciones corrientes [G]) - - float - - 17 - 2 - right - - - - 71 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Índice corrector de actividades de temporada [H]) - - float - - 3 - 2 - right - - - - 72 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - RESULTADO [I]) - - float - - 17 - 2 - right - - - - 73 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Porcentaje cuota mínima [J]) - - float - - 5 - 2 - right - - - - 74 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Devolución cuotas soportadas otros países [K]) - - float - - 17 - 2 - right - - - - 75 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota mínima [L]) - - float - - 17 - 2 - right - - - - 76 - - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota anual derivada RS [M]) - - float - - 17 - 2 - right - - - - 77 - - Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de cuotas derivadas RS del conjunto de actividades [48]) - - float - - 17 - 2 - right - - - - 78 - - Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de ingresos a cuenta realizados en el ejercicio [49]) - - float - - 17 - 2 - right - - - - 79 - - Liquidación - RS - (A + B) Actividades en RS - 4T - Resultado [50]) - - float - - 17 - 2 - right - - - - 80 - - Liquidación - RS - Cuotas devengadas - Adquisiciones intracomunitarias de bienes [51]) - - float - - 17 - 2 - right - - - - 81 - - Liquidación - RS - Cuotas devengadas - Entregas de activos fijos [52]) - - float - - 17 - 2 - right - - - - 82 - - Liquidación - RS - Cuotas devengadas - IVA devengado por inversión del sujeto pasivo [53]) - - float - - 17 - 2 - right - - - - 83 - - Liquidación - RS - Cuotas devengadas - Total cuota resultante [54]) - - float - - 17 - 2 - right - - - - 84 - - Liquidación - RS - IVA deducible - Adquisición o importación de activos fijos [55]) - - float - - 17 - 2 - right - - - - 85 - - Liquidación - RS - IVA deducible - Regularización bienes de inversión [56]) - - float - - 17 - 2 - right - - - - 86 - - Liquidación - RS - IVA deducible - Total IVA deducible [57]) - - float - - 17 - 2 - right - - - - 87 - - Liquidación - RS - Resultado RS [58]) - - float - - 17 - 2 - right - - - - 88 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) - - string - 1 - left - - - - 89 - - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) - - string - 1 - left - - - - 90 - - Reservado para la AEAT - - string - 590 - left - - - - 91 - - Indicador de fin de registro: </T30302> - </T30302> - string - 9 - left - - - - - - Exportación modelo 303 2014 - Información adicional + Resultado - 303 - - - - 1 - - Constante: <T - <T - string - 2 - left - - - - 2 - - Modelo: 303 - 303 - string - 3 - left - - - - 3 - - Página: 03 - 03 - string - 2 - left - - - - 4 - - Constante: > - > - string - 1 - left - - - - 5 - - Información adicional - Entregas intracomunitarias de bienes y servicios [59] - ${object.tax_lines.filtered(lambda r: r.field_number==59).amount} - float - - 17 - 2 - right - - - - 6 - - Información adicional - Exportaciones y operaciones asimiladas [60] - ${object.tax_lines.filtered(lambda r: r.field_number==60).amount} - float - - 17 - 2 - right - - - - 7 - - Información adicional - Operaciones no sujetas o con inversión del sujeto pasivo que originan el derecho a deducción [61] - ${object.tax_lines.filtered(lambda r: r.field_number==61).amount} - float - - 17 - 2 - right - - - - 8 - - Resultado - Suma de resultados [64] - Sólo coge el de RG - ${object.casilla_46} - float - - 17 - 2 - right - - - - 9 - - Resultado - % Atribuible a la Administración del Estado [65] - ${object.porcentaje_atribuible_estado} - float - - 5 - 2 - right - - - - 10 - - Resultado - Atribuible a la Administración del Estado [66] - ${object.atribuible_estado} - float - - 17 - 2 - right - - - - 11 - - Resultado - Cuotas a compensar de periodos anteriores [67] - ${object.cuota_compensar} - float - - 17 - 2 - right - - - - 12 - - Resultado - Exclusivamente para sujetos pasivos que tributan conjuntamente a la Administración del Estado y a las Diputaciones Forales Resultado de la regularización anual [68] - ${object.regularizacion_anual} - float - - 17 - 2 - right - - - - 13 - - Resultado - Resultado [69] - ${object.casilla_69} - float - - 17 - 2 - right - - - - 14 - - Resultado - A deducir [70] - ${object.previous_result} - float - - 17 - 2 - right - - - - 15 - - Resultado - Resultado de la liquidación [71] - ${object.resultado_liquidacion} - float - - 17 - 2 - right - - - - 16 - - Información adicional - Importes devengados en período de liquidación sgún art. 75 LIVA. - Base Imponible [62] - ${object.tax_lines.filtered(lambda r: r.field_number==62).amount} - float - - 17 - 2 - right - - - - 17 - - Información adicional - Importes devengados en período de liquiación sgún art. 75 LIVA. - Cuota [63] - ${object.tax_lines.filtered(lambda r: r.field_number==63).amount} - float - - 17 - 2 - right - - - - 18 - - Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Base Imponible [74] - ${object.tax_lines.filtered(lambda r: r.field_number==74).amount} - float - - 17 - 2 - right - - - - 19 - - Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Cuota [75] - ${object.tax_lines.filtered(lambda r: r.field_number==75).amount} - float - - 17 - 2 - right - - - - 20 - - Declaración complementaria - ${object.type == 'C'} - boolean - 1 - X - - left - - - - 21 - - Numero justificante declaración anterior - ${object.previous_number} - string - 13 - left - - - - 22 - - Declaración sin actividad - ${object.result_type == 'N'} - boolean - 1 - X - - left - - - - 23 - - Domiciliación/Devolución - IBAN - - string - 34 - left - - - - 24 - - Información adicional - B- Clave - Principal - - integer - 1 - right - - - - 25 - - Información adicional - C- Epígrafe IAE - Principal - - string - 4 - left - - - - 26 - - Información adicional - B- Clave - Otras 1ª - - integer - 1 - right - - - - 27 - - Información adicional - C- Epígrafe IAE - Otras 1ª - - string - 4 - left - - - - 28 - - Información adicional - B- Clave - Otras 2ª - - integer - 1 - right - - - - 29 - - Información adicional - C- Epígrafe IAE - Otras 2ª - - string - 4 - left - - - - 30 - - Información adicional - B- Clave - Otras 3ª - - integer - 1 - right - - - - 31 - - Información adicional - C- Epígrafe IAE - Otras 3ª - - string - 4 - left - - - - 32 - - Información adicional - B- Clave - Otras 4ª - - integer - 1 - right - - - - 33 - - Información adicional - C- Epígrafe IAE - Otras 4ª - - string - 4 - left - - - - 34 - - Información adicional - B- Clave - Otras 5ª - - integer - 1 - right - - - - 35 - - Información adicional - C- Epígrafe IAE - Otras 5ª - - string - 4 - left - - - - 36 - - Información adicional - D- Marque si ha efectuado operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas - - string - 1 - left - - - - 37 - - Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen general [80] - 0 - float - - 17 - 2 - right - - - - 38 - - Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial del criterio de caja conforme art.75 LIVA [81] - 0 - float - - 17 - 2 - right - - - - 39 - - Información adicional - Operaciones realizadas en el ejercicio - Exportaciones, entregas intracomunitarias y otras operaciones con derecho a deducción [82] - 0 - float - - 17 - 2 - right - - - - 40 - - Información adicional - Operaciones realizadas en el ejercicio - Operaciones exentas sin derecho a deducción [83] - 0 - float - - 17 - 2 - right - - - - 41 - - Información adicional - Operaciones realizadas en el ejercicio - Operaciones no sujetas por reglas de localización o con inversión del sujeto pasivo [84] - 0 - float - - 17 - 2 - right - - - - 42 - - Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes objeto de instalación o montaje en otros Estados miembros [85] - 0 - float - - 17 - 2 - right - - - - 43 - - Información adicional - Operaciones realizadas en el ejercicio - Operaciones de régimen simplificado [86] - 0 - float - - 17 - 2 - right - - - - 44 - - Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y de inversión y operaciones financieras no habituales [87] - 0 - - float - - 17 - 2 - right - - - - 45 - - Información adicional - Operaciones realizadas en el ejercicio - Total volumen de operaciones [88] - 0 - float - - 17 - 2 - right - - - - 46 - - Resultado - Regularización cuotas rt. 80 cinco. 5ª LIVA [76] - 0 - float - - 17 - 2 - right - - - - 47 - - Resultado - IVA a la importación liquidado por la Aduana pendiente de ingreso [77] - ${object.casilla_77} - 0 - float - - 17 - 2 - right - - - - 48 - - Reservado para la AEAT - - string - 573 - left - - - - 49 - - Indicador de fin de registro: </T30303> - </T30303> - string - 9 - left - - - - - - Exportación modelo 303 2014-actualidad - 2014-01-01 - 303 - - - - - 1 - - Constante: <T - <T - string - 2 - left - - - - 2 - - Modelo: 303 - 303 - string - 3 - left - - - - 3 - - Constante: 0 - 0 - string - 1 - left - - - - 4 - - Ejercicio devengo: AAAA - ${object.fiscalyear_id.date_start[:4]} - string - 4 - left - - - - 5 - - Periodo: PP - ${object.period_type} - string - 2 - left - - - - 6 - - Constante: 0000> - 0000> - string - 5 - left - - - - 7 - - Constante: <AUX> - <AUX> - string - 5 - left - - - - 8 - - Reservado para la Administración: Rellenar con blancos - - string - 70 - left - - - - 9 - - Versión del Programa: - 8.0 - string - 4 - left - - - - 10 - - Reservado para la Administración: Rellenar con blancos - - string - 4 - left - - - - 11 - - NIF Empresa Desarrollo - Odoo - string - 9 - left - - - - 12 - - Reservado para la Administración: Rellenar con blancos - - string - 213 - left - - - - 13 - - Constante: </AUX> - </AUX> - string - 6 - left - - - - 14 - - Régimen general/simplificado - True - - subconfig - - - - 15 - - Régimen agrícola, ganadero y forestal - False - - subconfig - - - - 16 - - Informacion adicional + resultado - - subconfig - - - - 17 - - Constante. </T3030+Ejercicio+periodo+0000> - </T3030${object.fiscalyear_id.date_start[:4]}${object.period_type}> - string - 18 - left - - - - 18 - - Fin de Registro. Constante CRLF( Hexadecimal 0D0A, Decimal 1310) - "\r\n".encode("ascii") - string - 2 - left - - - - + + + + + + + Mod.303 2014 - Régimen general + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Constante: 01 + 01 + string + 2 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Tipo de declaración + ${(object.result_type == 'D' and object.compensate and 'C') or object.result_type} + string + 1 + left + + + + 6 + + Identificación: NIF + ${object.company_vat} + string + 9 + left + + + + 7 + + Identificación: Apellidos o Razón social + ${object.company_id.name} + string + 30 + left + + + + 8 + + Identificación: Nombre + ${object.company_id.name} + string + 15 + left + + + + 9 + + Identificación: Inscrito en el Registro de devolución mensual (Art. 30 RIVA) + ${object.devolucion_mensual} + boolean + 1 + 1 + 2 + left + + + + 10 + + Identificación: Tributa exclusivamente en Régimen Simplificado (RS) - Forzado a no + 3 + string + 1 + left + + + + 11 + + Identificación: Autoliquidación conjunta - Forzado a no + 2 + string + 1 + left + + + + 12 + + Identificación: Declarado en concurso de acreedores en el presente período de liquidación - Forzado a no + 2 + string + 1 + left + + + + 13 + + Identificación: Fecha en que se dictó el auto de declaración de concurso - Forzado a blanco + + string + 8 + left + + + + 14 + + Identificación: Auto de declaración de concurso dictado en el período - Forzado a blanco + + string + 1 + left + + + + 15 + + Identificación: Opción por el régimen especial de criterio de Caja - Forzado a no + 2 + string + 1 + left + + + + 16 + + Identificación: Destinatario de las operaciones a las que se aplique el régimen especial del criterio de Caja - Forzado a no + 2 + string + 1 + left + + + + 17 + + Identificación: Opción por la aplicación de la prorrata especial - Forzado a no + 2 + string + 1 + left + + + + 18 + + Identificación: Revocación de la opción por la aplicación de la prorrata especial - Forzado a no + 2 + string + 1 + left + + + + 19 + + Devengo: Ejercicio + ${object.year} + string + 4 + left + + + + 20 + + Devengo: Periodo + ${object.period_type} + string + 2 + left + + + + 21 + + Liquidación: Regimen General - IVA Devengado 4% - Base imponible [01] + ${object.tax_line_ids.filtered(lambda r: r.field_number==1).amount} + float + + 17 + 2 + right + + + + 22 + + Liquidación: Regimen General - IVA Devengado 4% - Tipo % [02] + 4 + float + + 5 + 2 + right + + + + 23 + + Liquidación: Regimen General - IVA Devengado 4% - Cuota [03] + ${object.tax_line_ids.filtered(lambda r: r.field_number==3).amount} + float + + 17 + 2 + right + + + + 24 + + Liquidación: Regimen General - IVA Devengado 10% - Base imponible [04] + ${object.tax_line_ids.filtered(lambda r: r.field_number==4).amount} + float + + 17 + 2 + right + + + + 25 + + Liquidación: Regimen General - IVA Devengado 10% - Tipo % [05] + 10 + float + + 5 + 2 + right + + + + 26 + + Liquidación: Regimen General - IVA Devengado 10% - Cuota [06] + ${object.tax_line_ids.filtered(lambda r: r.field_number==6).amount} + float + + 17 + 2 + right + + + + 27 + + Liquidación: Regimen General - IVA Devengado 21% - Base imponible [07] + ${object.tax_line_ids.filtered(lambda r: r.field_number==7).amount} + float + + 17 + 2 + right + + + + 28 + + Liquidación: Regimen General - IVA Devengado 21% - Tipo % [08] + 21 + float + + 5 + 2 + right + + + + 29 + + Liquidación: Regimen General - IVA Devengado 21% - Cuota [09] + ${object.tax_line_ids.filtered(lambda r: r.field_number==9).amount} + float + + 17 + 2 + right + + + + 30 + + Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Base imponible [10] + ${object.tax_line_ids.filtered(lambda r: r.field_number==10).amount} + float + + 17 + 2 + right + + + + 31 + + Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Cuota [11] + ${object.tax_line_ids.filtered(lambda r: r.field_number==11).amount} + float + + 17 + 2 + right + + + + 32 + + Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Base imponible [12] + ${object.tax_line_ids.filtered(lambda r: r.field_number==12).amount} + float + + 17 + 2 + right + + + + 33 + + Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Cuota [13] + ${object.tax_line_ids.filtered(lambda r: r.field_number==13).amount} + float + + 17 + 2 + right + + + + 34 + + Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Base imponible [14] + ${sum(object.tax_line_ids.filtered(lambda r: r.field_number==14).mapped('amount'))} + float + + 17 + 2 + right + + + + 35 + + Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Cuota [15] + ${sum(object.tax_line_ids.filtered(lambda r: r.field_number==15).mapped('amount'))} + float + + 17 + 2 + right + + + + 36 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Base imponible [16] + ${object.tax_line_ids.filtered(lambda r: r.field_number==16).amount} + float + + 17 + 2 + right + + + + 37 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Tipo % [17] + 0.5 + float + + 5 + 2 + right + + + + 38 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Cuota [18] + ${object.tax_line_ids.filtered(lambda r: r.field_number==18).amount} + float + + 17 + 2 + right + + + + 39 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Base imponible [19] + ${object.tax_line_ids.filtered(lambda r: r.field_number==19).amount} + float + + 17 + 2 + right + + + + 40 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Tipo % [20] + 1.2 + float + + 5 + 2 + right + + + + 41 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.2% - Cuota [21] + ${object.tax_line_ids.filtered(lambda r: r.field_number==21).amount} + float + + 17 + 2 + right + + + + 42 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Base imponible [22] + ${object.tax_line_ids.filtered(lambda r: r.field_number==22).amount} + float + + 17 + 2 + right + + + + 43 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Tipo % [23] + 5.2 + float + + 5 + 2 + right + + + + 44 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Cuota [24] + ${object.tax_line_ids.filtered(lambda r: r.field_number==24).amount} + float + + 17 + 2 + right + + + + 45 + + Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Base imponible [25] + ${object.tax_line_ids.filtered(lambda r: r.field_number==25).amount} + float + + 17 + 2 + right + + + + 46 + + Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Cuota [26] + ${object.tax_line_ids.filtered(lambda r: r.field_number==26).amount} + float + + 17 + 2 + right + + + + 47 + + Liquidación: Regimen General - IVA Devengado - Total cuota devengada [27] + ${object.total_devengado} + float + + 17 + 2 + right + + + + 48 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Base [28] + ${object.tax_line_ids.filtered(lambda r: r.field_number==28).amount} + float + + 17 + 2 + right + + + + 49 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Cuota [29] + ${object.tax_line_ids.filtered(lambda r: r.field_number==29).amount} + float + + 17 + 2 + right + + + + 50 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Base [30] + ${object.tax_line_ids.filtered(lambda r: r.field_number==30).amount} + float + + 17 + 2 + right + + + + 51 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Cuota [31] + ${object.tax_line_ids.filtered(lambda r: r.field_number==31).amount} + float + + 17 + 2 + right + + + + 52 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Base [32] + ${object.tax_line_ids.filtered(lambda r: r.field_number==32).amount} + float + + 17 + 2 + right + + + + 53 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Cuota [33] + ${object.tax_line_ids.filtered(lambda r: r.field_number==33).amount} + float + + 17 + 2 + right + + + + 54 + + Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Base [34] + ${object.tax_line_ids.filtered(lambda r: r.field_number==34).amount} + float + + 17 + 2 + right + + + + 55 + + Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Cuota [35] + ${object.tax_line_ids.filtered(lambda r: r.field_number==35).amount} + float + + 17 + 2 + right + + + + 56 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Base [36] + ${object.tax_line_ids.filtered(lambda r: r.field_number==36).amount} + float + + 17 + 2 + right + + + + 57 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota [37] + ${object.tax_line_ids.filtered(lambda r: r.field_number==37).amount} + float + + 17 + 2 + right + + + + 58 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Base [38] + ${object.tax_line_ids.filtered(lambda r: r.field_number==38).amount} + float + + 17 + 2 + right + + + + 59 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Cuota [39] + ${object.tax_line_ids.filtered(lambda r: r.field_number==39).amount} + float + + 17 + 2 + right + + + + 60 + + Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Base [40] + ${object.tax_line_ids.filtered(lambda r: r.field_number==40).amount} + float + + 17 + 2 + right + + + + 61 + + Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Cuota [41] + ${object.tax_line_ids.filtered(lambda r: r.field_number==41).amount} + float + + 17 + 2 + right + + + + 62 + + Liquidación: Regimen General - IVA Deducible - Compensaciones Régimen Especial A.G. y P. - Cuota [42] + ${object.tax_line_ids.filtered(lambda r: r.field_number==42).amount} + float + + 17 + 2 + right + + + + 63 + + Liquidación: Regimen General - IVA Deducible - Regularización inversiones - Cuota [43] + ${object.tax_line_ids.filtered(lambda r: r.field_number==43).amount} + float + + 17 + 2 + right + + + + 64 + + Liquidación: Regimen General - IVA Deducible - Regularización por aplicación del porcentaje definitivo de prorrata - Cuota [44] + 0 + float + + 17 + 2 + right + + + + 65 + + Liquidación: Regimen General - IVA Deducible - Total a deducir - Cuota [45] + ${object.total_deducir} + float + + 17 + 2 + right + + + + 66 + + Liquidación: Regimen General - IVA Deducible - Resultado régimen general - Cuota [46] + ${object.casilla_46} + float + + 17 + 2 + right + + + + 67 + + Reservado para la AEAT + + string + 582 + left + + + + 68 + + Reservado para la AEAT: Sello electrónico reservado para la AEAT + + string + 13 + left + + + + 69 + + Indicador de fin de registro: </T30301> + </T30301> + string + 9 + left + + + + + Mod.303 2014 - Régimen agrícola, ganadero y forestal (No implementado) + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Página: 02 + 02 + string + 2 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Indicador de página complementaria + ${object.type == 'C'} + boolean + 1 + C + + left + + + + 6 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Código + + integer + 2 + right + + + + 7 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Volumen de ingresos + + float + + 17 + 2 + right + + + + 8 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Indice de cuota + + float + + 6 + 5 + right + + + + 9 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Cuota devengada + + float + + 17 + 2 + right + + + + 10 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Porcentaje trimestral + + float + + 5 + 2 + right + + + + 11 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [A] + + float + + 17 + 2 + right + + + + 12 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota soportada + + float + + 17 + 2 + right + + + + 13 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota anual derivada del regimen simplificado [B] + + float + + 17 + 2 + right + + + + 14 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE + + string + 4 + left + + + + 15 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Nº Unidades + + float + + 10 + 2 + right + + + + 16 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Importe + + float + + 17 + 2 + right + + + + 17 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Nº Unidades + + float + + 10 + 2 + right + + + + 18 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Importe + + float + + 17 + 2 + right + + + + 19 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Nº Unidades + + float + + 10 + 2 + right + + + + 20 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Importe + + float + + 17 + 2 + right + + + + 21 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Nº Unidades + + float + + 10 + 2 + right + + + + 22 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Importe + + float + + 17 + 2 + right + + + + 23 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Nº Unidades + + float + + 10 + 2 + right + + + + 24 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Importe + + float + + 17 + 2 + right + + + + 25 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Nº Unidades + + float + + 10 + 2 + right + + + + 26 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Importe + + float + + 17 + 2 + right + + + + 27 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Nº Unidades + + float + + 10 + 2 + right + + + + 28 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Importe + + float + + 17 + 2 + right + + + + 29 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Cuota devengada operaciones corrientes [C] + + float + + 17 + 2 + right + + + + 30 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Reducciones [D] + + float + + 17 + 2 + right + + + + 31 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + + float + + 3 + 2 + right + + + + 32 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + + float + + 5 + 2 + right + + + + 33 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [F] + + float + + 17 + 2 + right + + + + 34 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Código + + integer + 2 + right + + + + 35 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Volumen de ingresos + + float + + 17 + 2 + right + + + + 36 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Indice de cuota + + float + + 6 + 5 + right + + + + 37 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Cuota devengada + + float + + 17 + 2 + right + + + + 38 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Porcentaje trimestral + + float + + 5 + 2 + right + + + + 39 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [A] + + float + + 17 + 2 + right + + + + 40 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota soportada + + float + + 17 + 2 + right + + + + 41 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota anual derivada del regimen simplificado [B] + + float + + 17 + 2 + right + + + + 42 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE + + string + 4 + left + + + + 43 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Nº Unidades + + float + + 10 + 2 + right + + + + 44 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Importe + + float + + 17 + 2 + right + + + + 45 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Nº Unidades + + float + + 10 + 2 + right + + + + 46 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Importe + + float + + 17 + 2 + right + + + + 47 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Nº Unidades + + float + + 10 + 2 + right + + + + 48 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Importe + + float + + 17 + 2 + right + + + + 49 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Nº Unidades + + float + + 10 + 2 + right + + + + 50 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Importe + + float + + 17 + 2 + right + + + + 51 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Nº Unidades + + float + + 10 + 2 + right + + + + 52 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Importe + + float + + 17 + 2 + right + + + + 53 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Nº Unidades + + float + + 10 + 2 + right + + + + 54 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Importe + + float + + 17 + 2 + right + + + + 55 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Nº Unidades + + float + + 10 + 2 + right + + + + 56 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Importe + + float + + 17 + 2 + right + + + + 57 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Cuota devengada operaciones corrientes [C] + + float + + 17 + 2 + right + + + + 58 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Reducciones [D] + + float + + 17 + 2 + right + + + + 59 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + + float + + 3 + 2 + right + + + + 60 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + + float + + 5 + 2 + right + + + + 61 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [F] + + float + + 17 + 2 + right + + + + 62 + + Liquidación - RS - (B) Actividades en RS - 1T/2T/3T - Suma de ingresos a cuenta del conjunto de actividades [47] + + float + + 17 + 2 + right + + + + 63 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuotas soportadas operaciones corrientes [G]) + + float + + 17 + 2 + right + + + + 64 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Índice corrector de actividades de temporada [H]) + + float + + 3 + 2 + right + + + + 65 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - RESULTADO [I]) + + float + + 17 + 2 + right + + + + 66 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Porcentaje cuota mínima [J]) + + float + + 5 + 2 + right + + + + 67 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Devolución cuotas soportadas otros países [K]) + + float + + 17 + 2 + right + + + + 68 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota mínima [L]) + + float + + 17 + 2 + right + + + + 69 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota anual derivada RS [M]) + + float + + 17 + 2 + right + + + + 70 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuotas soportadas operaciones corrientes [G]) + + float + + 17 + 2 + right + + + + 71 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Índice corrector de actividades de temporada [H]) + + float + + 3 + 2 + right + + + + 72 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - RESULTADO [I]) + + float + + 17 + 2 + right + + + + 73 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Porcentaje cuota mínima [J]) + + float + + 5 + 2 + right + + + + 74 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Devolución cuotas soportadas otros países [K]) + + float + + 17 + 2 + right + + + + 75 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota mínima [L]) + + float + + 17 + 2 + right + + + + 76 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota anual derivada RS [M]) + + float + + 17 + 2 + right + + + + 77 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de cuotas derivadas RS del conjunto de actividades [48]) + + float + + 17 + 2 + right + + + + 78 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de ingresos a cuenta realizados en el ejercicio [49]) + + float + + 17 + 2 + right + + + + 79 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Resultado [50]) + + float + + 17 + 2 + right + + + + 80 + + Liquidación - RS - Cuotas devengadas - Adquisiciones intracomunitarias de bienes [51]) + + float + + 17 + 2 + right + + + + 81 + + Liquidación - RS - Cuotas devengadas - Entregas de activos fijos [52]) + + float + + 17 + 2 + right + + + + 82 + + Liquidación - RS - Cuotas devengadas - IVA devengado por inversión del sujeto pasivo [53]) + + float + + 17 + 2 + right + + + + 83 + + Liquidación - RS - Cuotas devengadas - Total cuota resultante [54]) + + float + + 17 + 2 + right + + + + 84 + + Liquidación - RS - IVA deducible - Adquisición o importación de activos fijos [55]) + + float + + 17 + 2 + right + + + + 85 + + Liquidación - RS - IVA deducible - Regularización bienes de inversión [56]) + + float + + 17 + 2 + right + + + + 86 + + Liquidación - RS - IVA deducible - Total IVA deducible [57]) + + float + + 17 + 2 + right + + + + 87 + + Liquidación - RS - Resultado RS [58]) + + float + + 17 + 2 + right + + + + 88 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) + + string + 1 + left + + + + 89 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) + + string + 1 + left + + + + 90 + + Reservado para la AEAT + + string + 590 + left + + + + 91 + + Indicador de fin de registro: </T30302> + </T30302> + string + 9 + left + + + + + + Mod.303 2014 - Información adicional + Resultado + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Página: 03 + 03 + string + 2 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Información adicional - Entregas intracomunitarias de bienes y servicios [59] + ${object.tax_line_ids.filtered(lambda r: r.field_number==59).amount} + float + + 17 + 2 + right + + + + 6 + + Información adicional - Exportaciones y operaciones asimiladas [60] + ${object.tax_line_ids.filtered(lambda r: r.field_number==60).amount} + float + + 17 + 2 + right + + + + 7 + + Información adicional - Operaciones no sujetas o con inversión del sujeto pasivo que originan el derecho a deducción [61] + ${object.tax_line_ids.filtered(lambda r: r.field_number==61).amount} + float + + 17 + 2 + right + + + + 8 + + Resultado - Suma de resultados [64] - Sólo coge el de RG + ${object.casilla_46} + float + + 17 + 2 + right + + + + 9 + + Resultado - % Atribuible a la Administración del Estado [65] + ${object.porcentaje_atribuible_estado} + float + + 5 + 2 + right + + + + 10 + + Resultado - Atribuible a la Administración del Estado [66] + ${object.atribuible_estado} + float + + 17 + 2 + right + + + + 11 + + Resultado - Cuotas a compensar de periodos anteriores [67] + ${object.cuota_compensar} + float + + 17 + 2 + right + + + + 12 + + Resultado - Exclusivamente para sujetos pasivos que tributan conjuntamente a la Administración del Estado y a las Diputaciones Forales Resultado de la regularización anual [68] + ${object.regularizacion_anual} + float + + 17 + 2 + right + + + + 13 + + Resultado - Resultado [69] + ${object.casilla_69} + float + + 17 + 2 + right + + + + 14 + + Resultado - A deducir [70] + ${object.previous_result} + float + + 17 + 2 + right + + + + 15 + + Resultado - Resultado de la liquidación [71] + ${object.resultado_liquidacion} + float + + 17 + 2 + right + + + + 16 + + Información adicional - Importes devengados en período de liquidación sgún art. 75 LIVA. - Base Imponible [62] + ${object.tax_line_ids.filtered(lambda r: r.field_number==62).amount} + float + + 17 + 2 + right + + + + 17 + + Información adicional - Importes devengados en período de liquiación según art. 75 LIVA. - Cuota [63] + ${object.tax_line_ids.filtered(lambda r: r.field_number==63).amount} + float + + 17 + 2 + right + + + + 18 + + Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Base Imponible [74] + ${object.tax_line_ids.filtered(lambda r: r.field_number==74).amount} + float + + 17 + 2 + right + + + + 19 + + Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Cuota [75] + ${object.tax_line_ids.filtered(lambda r: r.field_number==75).amount} + float + + 17 + 2 + right + + + + 20 + + Complementaria - Declaración complementaria + ${object.type == 'C'} + boolean + 1 + X + + left + + + + 21 + + Complementaria - Número justificante declaración anterior + ${object.previous_number if object.type == 'C' else ''} + string + 13 + left + + + + 22 + + Declaración sin actividad + ${object.result_type == 'N'} + boolean + 1 + X + + left + + + + 23 + + Domiciliación - IBAN + ${object.partner_bank_id and object.partner_bank_id.acc_number and object.partner_bank_id.acc_number.replace(" ", "") or ""} + string + 34 + left + + + + 24 + + Información adicional - B- Clave - Principal + + integer + 1 + right + + + + 25 + + Información adicional - C- Epígrafe IAE - Principal + + string + 4 + left + + + + 26 + + Información adicional - B- Clave - Otras 1ª + + integer + 1 + right + + + + 27 + + Información adicional - C- Epígrafe IAE - Otras 1ª + + string + 4 + left + + + + 28 + + Información adicional - B- Clave - Otras 2ª + + integer + 1 + right + + + + 29 + + Información adicional - C- Epígrafe IAE - Otras 2ª + + string + 4 + left + + + + 30 + + Información adicional - B- Clave - Otras 3ª + + integer + 1 + right + + + + 31 + + Información adicional - C- Epígrafe IAE - Otras 3ª + + string + 4 + left + + + + 32 + + Información adicional - B- Clave - Otras 4ª + + integer + 1 + right + + + + 33 + + Información adicional - C- Epígrafe IAE - Otras 4ª + + string + 4 + left + + + + 34 + + Información adicional - B- Clave - Otras 5ª + + integer + 1 + right + + + + 35 + + Información adicional - C- Epígrafe IAE - Otras 5ª + + string + 4 + left + + + + 36 + + Información adicional - D- Marque si ha efectuado operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas + + string + 1 + left + + + + 37 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen general [80] + 0 + float + + 17 + 2 + right + + + + 38 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial del criterio de caja conforme art.75 LIVA [81] + 0 + float + + 17 + 2 + right + + + + 39 + + Información adicional - Operaciones realizadas en el ejercicio - Exportaciones, entregas intracomunitarias y otras operaciones con derecho a deducción [82] + 0 + float + + 17 + 2 + right + + + + 40 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones exentas sin derecho a deducción [83] + 0 + float + + 17 + 2 + right + + + + 41 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones no sujetas por reglas de localización o con inversión del sujeto pasivo [84] + 0 + float + + 17 + 2 + right + + + + 42 + + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes objeto de instalación o montaje en otros Estados miembros [85] + 0 + float + + 17 + 2 + right + + + + 43 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones de régimen simplificado [86] + 0 + float + + 17 + 2 + right + + + + 44 + + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y de inversión y operaciones financieras no habituales [87] + 0 + + float + + 17 + 2 + right + + + + 45 + + Información adicional - Operaciones realizadas en el ejercicio - Total volumen de operaciones [88] + 0 + float + + 17 + 2 + right + + + + 46 + + Resultado - Regularización cuotas rt. 80 cinco. 5ª LIVA [76] + 0 + float + + 17 + 2 + right + + + + 47 + + Resultado - IVA a la importación liquidado por la Aduana pendiente de ingreso [77] + ${object.casilla_77} + float + + 17 + 2 + right + + + + 48 + + Devolución. SWIFT-BIC + ${object.partner_bank_id and object.partner_bank_id.bank_bic or ""} + string + 11 + left + + + + 49 + + Reservado para la AEAT + + string + 562 + left + + + + 50 + + Indicador de fin de registro: </T30303> + </T30303> + string + 9 + left + + + + + + Mod.303 2014-actualidad + 2014-01-01 + 303 + + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Constante: 0 + 0 + string + 1 + left + + + + 4 + + Ejercicio devengo: AAAA + ${object.year} + string + 4 + left + + + + 5 + + Periodo: PP + ${object.period_type} + string + 2 + left + + + + 6 + + Constante: 0000> + 0000> + string + 5 + left + + + + 7 + + Constante: <AUX> + <AUX> + string + 5 + left + + + + 8 + + Reservado para la Administración: Rellenar con blancos + + string + 70 + left + + + + 9 + + Versión del Programa: + 9.0 + string + 4 + left + + + + 10 + + Reservado para la Administración: Rellenar con blancos + + string + 4 + left + + + + 11 + + NIF Empresa Desarrollo + Odoo + string + 9 + left + + + + 12 + + Reservado para la Administración: Rellenar con blancos + + string + 213 + left + + + + 13 + + Constante: </AUX> + </AUX> + string + 6 + left + + + + 14 + + Régimen general + True + + subconfig + + + + 15 + + Régimen agrícola, ganadero y forestal + False + + subconfig + + + + 16 + + Informacion adicional + resultado + + subconfig + + + + 17 + + Constante. </T3030+Ejercicio+periodo+0000> + </T3030${object.year}${object.period_type}0000> + string + 18 + left + + + + 18 + + Fin de Registro. Constante CRLF( Hexadecimal 0D0A, Decimal 1310) + "\r\n".encode("ascii") + string + 2 + left + + + diff --git a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml index 3d503ca3d03..3d6db3bb941 100644 --- a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml @@ -1,292 +1,623 @@ - - - - - 303 - - - 01 - - - Régimen General - Base imponible 4% - - - 03 - - - - Régimen General - Cuota 4% - - - 04 - - - Régimen General - Base imponible 10% - - - 06 - - - - Régimen General - Cuota 10% - - - 07 - - - Régimen General - Base imponible 21% - - - 09 - - - - Régimen General - Cuota 21% - - - 10 - - - Adquisiciones intracomunitarias de bienes y servicios - Base imponible - - - 11 - - - - Adquisiciones intracomunitarias de bienes y servicios - Cuota - - - 12 - - - Otras operac. con inversión del suj. pasivo (excepto adq. intracom.) - Base imponible - - - 13 - - - - Otras operac. con inversión del suj. pasivo (excepto adq. intracom.) - Cuota - - - 14 - - - Modificación bases y cuotas - Base imponible - - - 15 - - - - Modificación bases y cuotas - Cuota - - - 16 - - - Recargo equivalencia - Base imponible 0.5% - - - 18 - - - - Recargo equivalencia - Cuota 0.5% - - - 19 - - - Recargo equivalencia - Base imponible 1.2% - - - 21 - - - - Recargo equivalencia - Cuota 1.2% - - - 22 - - - Recargo equivalencia - Base imponible 5.2% - - - 24 - - - - Recargo equivalencia - Cuota 5.2% - - - 25 - - - Modificación bases y cuotas del recargo de equivalencia - Base imponible - - - 26 - - - - Modificación bases y cuotas del recargo de equivalencia - Cuota - - - 28 - - - Por cuotas soportadas en operaciones interiores corrientes - Base - - - 29 - - - - Por cuotas soportadas en operaciones interiores corrientes - Cuota - - - 30 - - - Por cuotas soportadas en operaciones interiores con bienes de inversión - Base - - - 31 - - - - Por cuotas soportadas en operaciones interiores con bienes de inversión - Cuota - - - 32 - - - Por cuotas soportadas en las importaciones de bienes corrientes - Base - - - 33 - - - - Por cuotas soportadas en las importaciones de bienes corrientes - Cuota - - - 34 - - - Por cuotas soportadas en las importaciones de bienes de inversión - Base - - - 35 - - - - Por cuotas soportadas en las importaciones de bienes de inversión - Cuota - - - 36 - - - En adquisiciones intracomunitarias de bienes y servicios corrientes - Base - - - 37 - - - - En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota - - - 38 - - - En adquisiciones intracomunitarias de bienes de inversión - Base - - - 39 - - - - En adquisiciones intracomunitarias de bienes de inversión - Cuota - - - 40 - - - Rectificación de deducciones - Base - - - 41 - - - - Rectificación de deducciones - Cuota - - - 42 - - - - Compensaciones Régimen especial A. G. y P. - - - 43 - - - - Regularización bienes de inversión - - - 44 - - - - Regularización por aplicación del porcentaje definitivo de prorrata - - - 59 - - - Entregas intracomunitarias de bienes y servicios - - - 60 - - - Exportaciones y operaciones asimiladas - - - 61 - - - Operaciones no sujetas o con inversión del sujeto pasivo que originan derecho a dedución - - - 62 - - - Importes de las entregas de bienes y prestaciones de servicios a las que habiéndoles sido aplicado el régimen especial del criterio de caja hubieran resultado devengadas conforme a la regla general de devengo contenida en el art. 75 LIVA - Base imponible - - - 63 - - - Importes de las entregas de bienes y prestaciones de servicios a las que habiéndoles sido aplicado el régimen especial del criterio de caja hubieran resultado devengadas conforme a la regla general de devengo contenida en el art. 75 LIVA - Cuota - - - 74 - - - Importe de las adquisiciones de bienes y servicios a las que sea de aplicación o afecte el régimen especial del criterio de caja conforme a la ley general de devengo contenida en el artículo 75 de LIVA - Base imponible - - - 75 - - - Importe de las adquisiciones de bienes y servicios a las que sea de aplicación o afecte el régimen especial del criterio de caja conforme a la ley general de devengo contenida en el artículo 75 de LIVA - Cuota - - - + + + + + + 303 + + + + 01 + Régimen General - Base imponible 4% + + regular + base + both + + + + + + + 03 + Régimen General - Cuota 4% + + regular + amount + credit + + + + + + + 04 + Régimen General - Base imponible 10% + + regular + base + both + + + + + + + 06 + Régimen General - Cuota 10% + + regular + amount + credit + + + + + + + 07 + Régimen General - Base imponible 21% + + regular + base + both + + + + + + + 09 + Régimen General - Cuota 21% + + regular + amount + credit + + + + + + + 10 + Adquisiciones intracomunitarias de bienes y servicios - Base imponible + + regular + base + both + + + + + + + 11 + Adquisiciones intracomunitarias de bienes y servicios - Cuota + + regular + amount + credit + + + + + + + 12 + Otras operac. con inversión del suj. pasivo (excepto adq. intracom.) - Base imponible + + regular + base + both + + + + + + + 13 + Otras operac. con inversión del suj. pasivo (excepto adq. intracom.) - Cuota + + regular + amount + credit + + + + + + + 14 + Modificación bases y cuotas - Base imponible (Ventas) + + refund + base + both + + + + + + + 14 + Modificación bases y cuotas - Base imponible (Compras) + + refund + base + both + + + + + + + 15 + Modificación bases y cuotas - Cuota (Ventas) + + refund + amount + debit + + + + + + + 15 + Modificación bases y cuotas - Cuota (Compras) + + refund + amount + debit + + + + + + + 16 + Recargo equivalencia - Base imponible 0.5% + + regular + base + both + + + + + + + 18 + Recargo equivalencia - Cuota 0.5% + + regular + amount + credit + + + + + + + 19 + Recargo equivalencia - Base imponible 1.4% + + regular + base + both + + + + + + + 21 + Recargo equivalencia - Cuota 1.4% + + regular + amount + credit + + + + + + + 22 + Recargo equivalencia - Base imponible 5.2% + + regular + base + both + + + + + + + 24 + Recargo equivalencia - Cuota 5.2% + + regular + amount + credit + + + + + + + 25 + Modificación bases y cuotas del recargo de equivalencia - Base imponible + + refund + base + both + + + + + + + 26 + Modificación bases y cuotas del recargo de equivalencia - Cuota + + refund + amount + debit + + + + + + + 28 + Por cuotas soportadas en operaciones interiores corrientes - Base + + regular + base + both + + + + + + + 29 + Por cuotas soportadas en operaciones interiores corrientes - Cuota + + regular + amount + debit + + + + + + + 30 + Por cuotas soportadas en operaciones interiores con bienes de inversión - Base + + regular + base + both + + + + + + + 31 + Por cuotas soportadas en operaciones interiores con bienes de inversión - Cuota + + regular + amount + debit + + + + + + + 32 + Por cuotas soportadas en las importaciones de bienes corrientes - Base + + regular + base + both + + + + + + + 33 + Por cuotas soportadas en las importaciones de bienes corrientes - Cuota + + regular + amount + debit + + + + + + + 34 + Por cuotas soportadas en las importaciones de bienes de inversión - Base + + regular + base + both + + + + + + + 35 + Por cuotas soportadas en las importaciones de bienes de inversión - Cuota + + regular + amount + debit + + + + + + + 36 + En adquisiciones intracomunitarias de bienes y servicios corrientes - Base + + regular + base + both + + + + + + + 37 + En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota + + regular + amount + debit + + + + + + + 38 + En adquisiciones intracomunitarias de bienes de inversión - Base + + regular + base + both + + + + + + + 39 + En adquisiciones intracomunitarias de bienes de inversión - Cuota + + regular + amount + debit + + + + + + + 40 + Rectificación de deducciones - Base + + refund + base + both + + + + + + + 41 + Rectificación de deducciones - Cuota + + refund + amount + credit + + + + + + + 42 + Compensaciones Régimen especial A. G. y P. - Cuota compras + + all + amount + both + + + + + + + 43 + Regularización bienes de inversión + + + + + + + 44 + Regularización por aplicación del porcentaje definitivo de prorrata + + + + + + + 59 + Entregas intracomunitarias de bienes y servicios - Base ventas + + all + base + both + + + + + + + 60 + Exportaciones y operaciones asimiladas - Base ventas + + all + base + both + + + + + + + 61 + Operaciones no sujetas o con inversión del sujeto pasivo que originan derecho a dedución - Base ventas + + all + base + both + + + + + + + 62 + Importes de las entregas de bienes y prestaciones de servicios a las que habiéndoles sido aplicado el régimen especial del criterio de caja hubieran resultado devengadas conforme a la regla general de devengo contenida en el art. 75 LIVA - Base imponible + + + + + + + 63 + Importes de las entregas de bienes y prestaciones de servicios a las que habiéndoles sido aplicado el régimen especial del criterio de caja hubieran resultado devengadas conforme a la regla general de devengo contenida en el art. 75 LIVA - Cuota + + + + + + + 74 + Importe de las adquisiciones de bienes y servicios a las que sea de aplicación o afecte el régimen especial del criterio de caja conforme a la ley general de devengo contenida en el artículo 75 de LIVA - Base imponible + + + + + + + 75 + Importe de las adquisiciones de bienes y servicios a las que sea de aplicación o afecte el régimen especial del criterio de caja conforme a la ley general de devengo contenida en el artículo 75 de LIVA - Cuota + + + + + diff --git a/l10n_es_aeat_mod303/docs/DR303e15v34.xlsx b/l10n_es_aeat_mod303/docs/DR303e15v34.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..9c9427d7f85656d8aee7ef50f0becfe621affe53 GIT binary patch literal 252338 zcmeFZc|6qZ{y*M*S9hVkq)nx?QD_xHbd!>_C@qGhEZNF3ma&{f?vkZNS}duMiczx7 zn3*V4vSeqBNocZ+NtnS{e%JMW&x{f7(^)>B$M^C5ea|1~JUZ`YuIv4JJ-63u&V3H( zPMkDv!XFc+PM9!3YQo|Zn-Z&kn=nC6WWt2G6KZ}txy#

*}b}R9*!$MK+=M0Q8(#}U2^O!iP>H}$%V(2 z!ZyE|p6_j=y6qHWUR*DRZ5w@po*XxTN*`mt^_F_=^!XF?$z%-G)Qr$oTGd2dfavk| zYCyhkLO4#Kjg9vj3r@X10=29vNtFvJ#CZ1;9NH-*VF53=mv`Nn&d&013*O`I&4d=DWGQiklJO3}SS(guN$t%ndG#BU`5AM_G$eAhZ?CJTr9GRt zaN|v6260j@%{wh5(YR=9@~pWP=Wo)OO02WSM#^kOS&POt)ogKWxSH9M>1ttgq5W4N zzO=vxIgjFwQ6|So94=$7b~Vp)>n7&icz3U2dPZc8H$`XmA?l7~UgGGOucomO6H zIW?47RoitQ(}_DSuWay;wXa4esPmuQF=7=Y8Pn=Sj;v*p zVX17Ii6Al~YaoD4sI>L9VoIa_tmRZYpG*Yq(oj_C`FWu-35tbemNK!*1>us$4K&e8 zPVKpuvhX^a!+`GzAy-2S)cmeL7liLVpQ4)tCc)aqT>Nm1f2Sxu3IpYxgL5#X4V^1< zvVJqo5mh#-EtQP;1d@G1e(hVm?}OY(Jhy=1wWHT&n&FquB_dyfP2e~kbcPH*;h!7W zB~+)4X86)lZZTTWmgD^xuggA!(ZQkcssP$ zcrf)oD0fCwe`g%XBV zmX-GAJwEc+Ic|H+xf_t)wFAnuEz6EIx%+N!BHqvu9;-}`0M3SAL&BweX8HRuU1)P79Kn)T~QBvx9Wy+Q8+ zLAS{QvZ?+4hbyER0UBX50l7W@#ogv;Z4@u-iJp$P9VHd>ePH|GmQ+v^TnmziGO6*Z zZ&!FM%P@NH{dt#TPhm{02gi&~ooJeE#=Knh==5@{oemf*l{#l&sp}r$W1=J~>aUmaU-eh)?;FGQy0I))q$QyIAB(Aji@w3U|HYh#( zKj6CNDnQ4%SfCozSrms+tZNjf1*C1?fmDZ{FDt5q+v|jP<$S>oT|z2D>S8Pe_vyS2 zPdHC?<$?RS+(h?yw59g;G%gA1U9;=tw&7!?vuJ%u`t-#*duP9;i8Cr1zRUE$QdXTm zdYc?1PaqY!|B!HI^7J!|P6?q2?kMKB9J|sCf zOdolmS}%f(=>*|#^kAW;?uRyDz4%mjgz)mP;X^yQK1^YXEHdeVEaknOg{^ChtGb%{ zwsL0gxc_!9d?k?=r>DcF=|egN6aJT5nOR1(5XtyMU*K%;pXZ4(eXh9w%RG_wH}k~( zM7F=p6aUVA;MGrGm4BQkE@%8TPrO+8={{g>c|-Bz`f|NH7U(`O19TsV1-cKo%|5u5 zC?AKe{B$3H<4J5m$fB(t3B&xueIP5#%J@(B0V^mzp!TqQx@x{7J^O&xNvDZydeIAyOLxQEB{ zk|kBmAAs%y$|tf=2}*B-`KKWsgcV1h<=)j~-g>;!orol`v$WftyUbemciA||#g-U# zpzZw{0sARZyWd1M?epr=7Tg%T#UhI?3{;R!pJs&KgjK?_wjlItUN=N81>~C?jCMZO zn>L7={@POoZ~#Tit8EE2yd;8YaF!O1b0q40_pG-CCbz^GWniJ$QGIt*X$$!=08TZ0 zwp1qf(JX&KhTF2E*XHGdts<#Q-er;n#BormElyLpBw1&2kD1I8w7s2%$Zz5Crr36B z)C1W%G@Y(uPxl<$o;bD9nDG56HiaCl@D~tarv~IG&ZGMMD? zC?-d}alxO)(+ir5YecGGwq%y>20w_JBOjlOU_&gZf~LQ{QNg{l5tMrm+~@yib;E!o zO)0?vZuor!0YU%E5^rJXXlkPD?D&U&)E}z01vJRxaaXr-uDKC|rw6{SGJX0sNUk+d zojys}&p}7k%q7gQSQa@gRH8k-%#yBi40ptPw1jVf7#${b0=a8-MY$_ErcT~07DNB0 z&d25yk+OQ(D6ZG2N~82%!|VHQnqPl;29qP$57lxN>Ye1xZ$hir6?)q%dicjjyBg@) zKC2giRgZ*+Bhf|y;Hp|rTyf;AoTzokJA89JYoeEkUL$WegGQgoh0cK}{q0Y4G~65)%b(xKNxv?N|FnzCNLGK&V%t(9 zJlAxUp49BHxy`_bHm>bQ#M|}_Nn`bV9t!I?NXV~hXFTUz9h2MLYoBSZzBLAq1-&W( zE7@GkhUHVms8M-jL6^Q4Lz^5)!7dJ+o+dhp_a;u-95ixQn{GTx6}EVUW< zJ*y7+K85912yo*dT)nXaglj2G5XQ;027gRM(EKnVD(8N@g&X_ImPoV-+oFUhpeN6- z@PlOno7@+ug<6*2A&lJR+Ig`(y-1b^-#ziMJ5F31%pvAU8oOMwT;G_7IIJJ@UJvyG zy1fEBSB&ExyAx<6{K)lYzH9ev2mZ?t(0;qzZ5Xj@)zaf#J>geYh>>YjWz*%)$(*gc zCC8Dci{;52tnNenRMn+X3Y#)AxSQVxiP{fU(jj83@gSnW^cmgP5hDg21`6h)$N5{m z`U06$(l)?^zMsYYHS|EFXHg>9=mE~Ovlwx+K}w;DftmVP2_wv2qwyPmo)z9`=~q< z$#V4rho8YMtG&I_dbrzDd1Srf4BAukwS_R4$JNmXcKg=x4Z{?|ql=_X@wn}@6{thU zN9&`-PE4?%J1}21>>s#OId8?uV*7*KJ4l&G94j6LY2E}TKcKOEkoCi7%!`2F^~!b) zMEBbZMR)s>QyRQoq*&Qe5KoUXzhzft@i+>X3?cg=FU|uoUiQoA(auj(7DQ8YwULs1%xAVTz+({5V`zrqXm z4QUuP^kd<56?W}Xlk{0Nad<2Kt_`eqPwztzc7t{Hc+k12pCBp>Hggu7WrzIK%F+$V zL#X`Q4}4U@j`IbIz3nrKz#el}(pHTL?{i%C$At%4Ytr?(%k3`{N5-ge zeSPA5{(U*#qD&p-si)Qh)W%8k%Nxz(CaJp0gV2{6#x#csp-9rvThf-2L!0q7_>dLg z$0b~L7W=N=C)b%7e3mB`SA!vzw3vp5CLX(et{<6QSJi&(3J*z7g;CZg=DtsqHtXu9 z*k>qZ_FAR?8Y5lk5lfneZW7-cN3mb^EwxvJJVPf@%E^YdrOPwQBj6b379Km}Fd;E- zg+)u`Gis}{R-)CgEv4ad^%red+C`K7gv8u~v6?h#cXhp3K-y&Zmad27y`?xU&nfVk ztgNZh9`)oA%sD9mZqn+=I#u$tl;!gxuV^%$W<1_nUFdm8TA5^jIgwND`b4phee#H5 zg*$?r-`sn#ly5qImh=4Shx?eXL1$jO6vlZDrO(kN5wh!jxekWF!D;Ut7U^da#kXYdqBt)H8_ z^Q}<;>)e=XL}u@euE^6%&{xOnpS&y_Dcoq0dmwJ&Us0LE67&XIz`-%c?`-tgk43i( z30rwEJDP>>2{*Yghvs9)htCVs4jEnT;Y&$qNz4|I*Lp7!Eg4U<_fob^+|s}mJyOKQ zS6XtzKFirmy^(P==f3wQkwVSKK4^6ynuUIl;F3W@qQ$fb&sO0MaV=*s8O&EYZ|yUg zD~8kjVrdPniS#j&h~l2r1-&kZNvJ;sy8ec_G_Fm$qi^l?wEBQ zkv#$;BqbpAHIv=Hcy@)CK%-TV%Cro9a;FXzgf4{c`|tyqqNMU+;2{Qj$nlCwc#RC{ zt6qoja*_=Bhf)G$0O@SLEMLm;&dD8W#=89k4q-RA zQT<72?TsSZA>F}R6|_H9bdrVkC?<3)C^UdE$GAU6WUF9$l5*vMh)jqJ&w5>>3D}kd za!Pd5zoX#IQD^XnKkG`cT>ADoeS%Vd`?z<^Ohrw|cr}X1RC^EhhBD|(YK-YM?}v40 zuFoJ3iNnZvGEtxmU<4ERKg_N{Wu_#aeQ0}Q5qT`wYNc?!3d%{{uK+Y7Yo$59Y4l-K zogjS46*f-6!Hk|z1vI?%Z4-0{khycUbLP%&p)Fl8gs-f(q`1Ex+tlcA_shxE^5Ah- zS~M$AuRWl`g5NpB825GAFpnKCVh8HP#t^<%HuH`o{jD-GDwZDznaplkmC- zKTxRGDk5gdD2T3Nub=)Vb^92F-XPAKGfcT*2JyZBgffVcvj+bYK{5nDSA)r+97X-; zG&^|a3f*{#&b6NxaOB+Yfx0#um=(XHau4y(+RfCKyE~>-TMyqR?s#@gLIGN5!7Z8Yp^8D&!D7$CBRpZM`0#uCUp_n z;nJcwN^gKO!Ikn6vkm|T z9W}NtnxxbenvK4GK{^lXZ}Me-z#gv}S(}~dlf}d+P66rJn#*0){z}#Dhz^K!vDc;x zJAy}iYe=KD!tre>Q?>e=9};`$^zL*Qw)u&CGgH}x?Ak6W0fJwBxq+@QA2RvT&;>J$ z#E}5n8jc!br|p^2J%Dz-;_IFEYU>n2hHBkitOY9#5&9}N`0b3-ejodK9Nv;5+4GSd!20(6Vks+o1(51 za-nK!E8tlH3>JuGlTnj?3z7r!e%qb8O~`Nmq4OzVT<T+ktTacsGj%KG`N$#PTgvaaue z#6|0@sqAOBYXwuXQ{0EAl(kJ?ZPf^K(`F8|nl-(nZIw!_kIjySnk380Ytycw_J7`R z!Y9F5G+XPee3Xs)5U4XpW56S(bFFoGdU{e@nL%rKwz3|IH(Ym&W`1F!{7sLD;G^MZ za}Op0BM{q;kBx?{99gH4Y7$Bwx{2`gm522vS8D3~?K6=3x7Qjhp1=q0+|%LIrdd~+ z%s|eW5AKzfyRZR|h08i&6geCX{Lz zlH3mTsN)nt!JFYURH$2MkEl>N305hbJ)Y5Zx9;f+-aTf)0bcvzB&Fk6_FMEqjF1Gv#*9ANqIf-Pn%j5(K%R#%Gvk}HfD^SJoL|h~8d}az0 z5+$z*mSYx$i-tBWBq!LXA(%2Id@Wwny+z{lq)iT<>jXv0xR#E+j0W(~6dcfNR(lPg z>67S=MKF{Gh*{Vn+DFLkmny)T=V1z}MtK6tM3|X6Za6rb7-YKNs`a%G^}>Y)t3oUh z8L9y8$aV&OL3ZW+>JHvLOR1ult=khPq$sKss6$ZHl*59|N{<~ZJo$@;9@8Sj4s~^^ zM*zx*hWyXTgN`g(tcp*gm0EiWu%=|&g+Ib^ zBwI%0AI9A8hPlC<+|hNRe_wE)>0y+)bqL`qj>94Z^@H$^6Ydqp;MlrHGq#%JE}Uby zA)om%1E56W3yccQw&BJux;Tm>gTq$QfDA^JBSv7H4i%(-izu<&TDYPzLd1v!4!bfW zma>P*hV-j|i3Jmd!>M-0eKMP6dhW7#+a)C$^_iHeh0U*Q$}p&jgbJPz5=i*okm3Bz zUFa*?OyXV_2`kq+C_hYv-kajm=Dap6mDLdth|EgL_%cK}aAdy!J;of`qJfL|l8!{k zS08kq^L%wdQ%S+xo~#UQN{kqjJallH7LtpLJHh{Sd@S6~TzaiWrnVdFotAVn+0hv4 zes-YX5f_+JCop9a z64gExYVS-@*cB;@xIHUW-BDQnJ+FRNS5c&>y>%2mQKaCt?^Pt7PcVq#xB`Lbex(^6f&YoP)msj^-ywebRgkcI5K2V|Z2?jY)n<```#@Trhm!u_E!6;Zjd2FRVO2ElWbY5y(HM)NDLIcWX~gUu-D1lclvn`DQ~W*mlJ2R>ZsSG*%+z%Dt);PYhC{1?{bOA&I z1gZVzgkYUe#Fg8cb7RV+DqB@O3~Nz8COI{t{0cOM&juvbdWlJDAFmo7BqYZ+Y`6Cv z++i3U|Gan%yf{m~I;=6j#MM*$&<8uX5uqa<;>1sk$w!Ly-U=lSC7o;8 zu-@np>nzN?#}(}>%<*$2ZO;mUD{RYTTw0RSrD$2yw?SyNwP41KwvVG|on>e^awjQc z-7<6QWxI(Jije@O?vpgUz4r$~J)foUd*NF?D`b{tGd?PZz>k@bf(@DZb(wb4r+Ux( znw{rqVcbSz*q@^3#2=la$&>WS-J;83_0(HRy*I&|`NpY>_XGAxS&2|4D8s^Bf|tLM zS>-iKX}z!S_=wK8V2mgi?dv#Os>rO;kw<7Sh!n|#nv9f(+uQ!vkZpx=y^SQJ&>dLq z1vJA>&Az@w!^VfD8}s>MV79_qoEASqOBK;|k)`|aJ?3ddhU6E(EwKe3F>+RsFdHQP84S>pJ(;Lm+E*(7?va)Q@Ak!BcG(1YQ( zm}L{sk{4kGvonb6E*v$2&&dLw(Uc zCmMOn=P=)9dysf}rO=9*QyK<)BU&uilQ~b+PSW9jFNnH9mr9b1KrVQUv)?pP%Wwft zdYBAV!wdcuJn2Em(kyXy(NYG@3&IlAh*GhV!;l4;kIdM(U88ax6drayz@C#*L=-v$ zuvp{$9C@~IjOIFTOTamvws9fy^;!C%MU0cA+ObNdwaoP5o1;Ewr4^}()OQ>cuF&eZ z^D?lLryf4z28j{SJ&a)zB+x-}w z5A%BQO97tzlKHUUNWC@l)Z+a7u+dc9bCoVxo&Fb}z}t*E80`=7pC#29^q)KWa8(3x z75nQ4%qYmxpsgM7jbn+`R6_^Z`J4<6>)s2I+Ct&uL+A~J-S5%V<6Y2;fKteSQbO@{ zJ=tLxPrGCy-7}y%PfsmWWljQbsJ=|Bd?u`mK$hdHPN56k13L7LiIB=k3WPMfHjWq? zH)61gIHAumpk(iE3RG*JJc|^%nmfGYn+EBwrbIyIK13Tvm&YigqCwypfw{2hDr;;XTtuY9tsFOl3&@>tF==t)x)FCGJX5cibRl@dD4RV; z7r=T|MNH+^tXU1=x)|n{xlw~bX_#tt$~Q6zE%3i*lJZA(@SjlN#iUbdQh;q`#S!ZT z1m5X}PX=EF(8qC->65J5ZWeZQ+{0r-w;#x?K}t4mz*70-#8EuG68bnp7osGD2|{{y z-r#IOBBTXP5OowGvc!szOBR4vxR%QshiI|ci-Ow)2QCW=-H*e~umU#VG7(-cSrSB-08ZIAH~J&nkT7W_7w!q=>wnY{)*<(d?-dT0e;QK+t?-?L78N`)~+WN+mNVwU+>h504)aST?G}3P#g;EWbD_dYL2Ab&6EHLeFtfM^V z!3aw`$FN-RW}C0iZkH@gqLAQ+-BXOv+lVuYB*Biid~DQ;ljHxAq$l`jQB)?ti17(- z(jE2cB*9czGhwk|a*RzIuoV$RBL+Aj$Npr3LOH|4kcV&v!^&fH9rBjrcv>|!Zj1$a zEi-2@RP%=Hi=wM+eXS7U-4Fg0G>A9U5 zhILs7x62p(mgrc)YP1|)Dy%EPR5@ZLBq)G)xyX-`rcDYO)iuZ#NxO4NH z&7GSxTJ1{Uwhs+3DjxaI%^hPy8)Fd*LrdE~Hg=9uzS%AcqKmE4UK2&H;%zkR28x=K zUBfLR3HBgJ7?298KHL&a+n;NC2QRARAw=PvRgRBbEWD%Sbkk1?>r66hO{rK^MAz4S z^C3T@{ABmIoBIChyt|nO*QPG+#;01Nc9i=5t4((Ew|YC<{J37{*J&f)gp#wC!?PD$ zAMSj(mSoIF9jhC)_&DC)ZCzTmrrUIXJ`7slaafi);jGDDV8H6$x^Kc}=mwuW9(ArH z6dRhhU_v6j;K3#At3G=$JYq6h*M5+vzx^C}xp8M1y&{{WLlk5spp6fEGEUTwEy;u$ z-&D|o8s_9x&>^uejt=>V>db531h^1`1{Ug@zkY(n;`@8Ax<=qwq5oFijU7ZDJ{hS& zjT(C2o(&BDC^;;i@6N)u?}^5Lpis|TUXOLpOn4s%PDgG)axO^gw*#JvW+9i!9k_#@ zs%#;b^|wl^8LzOB-ct&*?fV{(5KvSwa!3jIXl!C;L8E_p;f7Vhr(rmRy;Vzt;ce|O zqq}jRsn3_Ru~{8_kI415c;=(~t_`*~kK+3CvkrjgJl1r|8FX*r>qPUE`q#rP+nPJ{ z<1BU_i5|l>Bif%#S1#y2Y@1G`3ppWo z2FeD?jjQHCQd3GK`RA9B}y{Oce zhf-A#T{#I9GpiUE_9;YU;fk<-w1S_-E@oCklT%_?NRZIZb2FrksguergS9LXUM!BT zqsc8BDxfdPZ1mrOO{KLc&usj-gPUqy(YSfP24%4J7=nq7{J)m@<;(BRe(%Br+@=fc z$K4H(+i91`bgIS1dG%fD1Ubt-S6d{FJs_&*V9j|g-WmmdN3=15G=!Y>`MAu-vBKbd z>eM{wGx$*a%)chLrr%J(Lt^TF$9Q}Edyi85CudwRpbxZok$ z?EEvi#fx(`1|v(`BQ z7exc?+&b)|J(15rN@pms=v@(H%HZph3|6ez4IGgfll`Ue`EVJI+t2;zQwkIyf&&P>b}1sXVYica+D)6{F8 z9!xPX`lX2+*oVns=37;V{x(TG(|B<<=5J7pq%+z+v}&!lXL>iA$Fk`Mai_fr@5hdM z_%ENez~q+3$(4#fxuJd)T6+CuMk8mbSoJ`*Mx{hFF{zN_`b*Vo0a`!qZndb3^Yk+F zw+vz&I}fcvpl@Vn;-J04I_AtxldF8c7kd6k$Qc?kS5bDfZkKVX;3Al(^0^CXx4W_a zvH!7pYFj0VY34?V*l>RVsgwyytg1g<-{6^Z5I{HP7>kka@WqgLbfop2g;Bel zO1_!LqGt=Qj@?-pzF&+L>EZfu;5%%Id%`iP89~vz6QiYb+OgS)Z+Apq`1N)i=jNz> z?YMrw*CYCJ&LO~mrAI6;^~km(c?b)rN0WsxA$jyeC1TWCs6Noh#^}s1^vFmIneM$wN8=w4B0K zXy|Eqf{~A`JCLww2O_b$!$OZL3ua$&jt1@S!bc%G6X6yQ)0OonObTc^=-P zD1Y&a?{;DJRiM@4!Xl$GpM-1w(Xfwu-zw)r?GI-WkA2u;X>6+pVzTx9UZjBJ4=VUf zyPuhV;EfznHnu2Zpi9#44RCSm&%kJwr%E`fibUQN=!|lIHIIyl;5%}3N$VDc<#_8> z)eVo|2bo8A8!RO}gJ^gk>?FD;5+qz)U46H|kRLQq!4K8DAJ`V5@5dfjNPpr!hq!^L{g(p+bgrl)@-YcFV6Lu=Q zBg(CPxII&Br&rrz?2={&`nP{I0V6tadZChRufEL zqU;KewaPW@DZGYA+|jSZhHZ`Q$0yu1uG!r(J3|K{R|=ULXCqoXri+TS|7$Fw$Y>#O zSYMv6T(5S&TZpRXbSNJ8U@QlBZZtj|d9aS)IwwvV8jzZl zOF7StVKOaKw45!z&Q~l~y;V;v;)pM8t44N)hijrB!i<9ehA8SRu4-W45Q_g)B5c96 z!Z=f|z6Bn-KgOcDqiG+nJ^{7|muF{VkA0ZpH`vw>)WER__)24e zDw;PQ6EJ<|OkR+6geail+O!dR^L6lhw%mZjtmwxQ+>0*)>sBjO{4O>&M+Rvniil{I z^Iw+xFj?)v591w|$Y@{`c}4fgI#F_v2w=?<5_&Vu(+G`L@9{B!?=(aov9B`Obq$-k z+PU?GRZ0zOI{D(A2oKk9j)|>;ArGQ)d{Zz2E14X`-d0e`wwP>e8#PFQt3pk)GXgG; z;A1W+T+eBEW$kr~lHA@deJ{x;MV^@)@W} zC?L?FCU(XOj&}A=jK+43rhhDbh_k^#sWU-#0={+0kx!PJ7; z782hb{yy3=Wbf*&jWG1L@I~-UeK6s?$$#}Sku~nb<+4HPVe1f9j z2wwT4haNLSpEC29eo*5|{FL+dZH%CKQRIBmX~OQ~K~s}h$Qvh_apqkNW6}cus-8n# z-8|<*5F5nx9~9Lv`S_QTz4@fx=8wViU_%U7<5a3XKvnx^_e&de7|S8xU(kV3VaR{4 zr-t_S|EH$Ex@NlaaO5--`ZC!$QeT>;Yz9A@aKh%K1?&MpRE)PqjBq!foy*mvS#fyv zjQ$aulQ|<_qzGA4ch$)Y`02KDOCUkG%gh+vw~tl?s5J_IbCDxbJFQq%Le2gX$TlV{ zcZvDt?zknyRO@7iB`GZdLV*0X@Vz@_W}1&+MmxHEHIH_9jl;)r2evyM z3LAG&X)|A_JEPURqqY)qo+i(lv&B9}H^ME7jXS%ZI6*zpGof#G>sfk@DdG0Xh0~P! zwz)xoptJWxcwUj+Te7r{?VSYy8y(-#EOvh|KW!Ot;hNmJ82j!yxISj|{$Zl}Q~yB$ z^gvhRzvX7c(_$%K0QLX|m_Gy6etqYE)U-wHfD2k%XMGh9ds8RfKe~j1^gjaBsxpyX z18M%@_&DHF{O>;8K$(E4P5vI?B@@`#8f#?vz?YN__|Mdozo?mk z!u&<-WMOLR?8Nx<@H0{6OB6=B%Yil^DLIf0vR@FuT4>czl>bS0`KL^Oo&F31{H;vf z%(XG!faDYZ1Q=5NlC3`>e=_&40hzAw%80W;K(-ZM%9&U567VO~&tTY>a!Q8iz!w>U zf_!IyebHJEs-VAXt)HP1FH!iN6*hk_++sc81018{hyNN-%J?J1 zQU?e~7#YM1U7>Az$>A^MeW@!iQ^)@5TztM@f9T5pe6@d7e%n7^<^=tPQtbCzl%E~x zPhS3YlE+^tL;*ihUZ#9}Da^~XOTPfd!hZt%O2YJ#^kw+^FVfDW-%9Y?{`)d2`4Q9uHG0HF5co`k_3t&I%w`}}&0C*Yn@(V>H_s@2C83OZ?kC!_uzYy5lej@zCKFdq$ zmzLXK)M#BlsbAP_8DE_LwBx=6eQAIB1*+ZipMd@}>iy@S*?s>B=uZ>ROVG|2OZ;D) z?hpJYpg$M\n" -"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/bg/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: bg\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "Фирма" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Създадено от" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Създадено на" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Име за Показване" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Готово" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Последно обновено на" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Последно обновено от" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Последно обновено на" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "Партньор" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index 04094b11434..389a704cf86 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -1,14 +1,14 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# # Translators: msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-27 18:55+0000\n" -"PO-Revision-Date: 2016-09-09 12:25+0000\n" +"POT-Creation-Date: 2016-03-05 10:32+0000\n" +"PO-Revision-Date: 2016-03-02 09:27+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Catalan (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ca/)\n" "MIME-Version: 1.0\n" @@ -18,64 +18,47 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "(IVA devengado - IVA deducible)" #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" -msgstr "" +msgstr "Declaración AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" -msgstr "" +msgstr "Modelo 303" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" -msgstr "" +msgstr "Declaraciones AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "AEAT model 303" -msgstr "" +msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id msgid "Account entry" -msgstr "" +msgstr "Entrada cuenta" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id msgid "Bank account" -msgstr "" +msgstr "Cuenta bancaria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date msgid "Calculation date" msgstr "Data de càlcul" @@ -85,14 +68,14 @@ msgid "Cancelled" msgstr "Cancel·lada" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id msgid "Company" msgstr "Companyia" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" -msgstr "" +msgstr "Compensar" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 @@ -100,34 +83,32 @@ msgid "Complementary" msgstr "Complementària" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "Counterpart account" -msgstr "" +msgstr "Cuenta contrapartida" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" -msgstr "" +msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" msgstr "Creat per" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" msgstr "Creat el" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id msgid "Currency" msgstr "Moneda" @@ -137,19 +118,14 @@ msgid "DVD" msgstr "DVD" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number msgid "Declaration number" -msgstr "" +msgstr "Nº declaración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "" +msgstr "Display Name" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 @@ -162,129 +138,124 @@ msgid "Draft" msgstr "Esborrany" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end +msgid "Ending date" +msgstr "Fecha final" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id +msgid "Export configuration" +msgstr "Configuración de exportación" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Full Name" msgstr "Cognoms i nom" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal" msgstr "Diari" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal in which post the move." -msgstr "" +msgstr "Diario en el que publicar el movimiento." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "L.R. VAT number" msgstr "NIF R.L." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "" +msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "Darrera Actualització per" +msgstr "Última actualización por" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Darrera Actualització el" +msgstr "Última actualización en" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "Legal Representative VAT number." msgstr "NIF del representant legal." #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id +msgid "Model" +msgstr "Modelo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "Devolución mensual" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Must have name and surname." msgstr "Ha de contenir nom i cognoms" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "Sin actividad/Resultado cero" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "Normal" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "Empresa" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type msgid "Period type" -msgstr "" +msgstr "Tipo de periodo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone msgid "Phone" msgstr "Telèfon" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Posted" -msgstr "" +msgstr "Contabilizado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number msgid "Previous declaration number" -msgstr "" +msgstr "Nº previo declaración" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 @@ -292,68 +263,54 @@ msgid "Processed" msgstr "Processat" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name +msgid "Report identifier" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 #, python-format msgid "Select an account for making the charge" -msgstr "" +msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 #, python-format msgid "Select an account for receiving the money" -msgstr "" +msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start +msgid "Starting date" +msgstr "Fecha inicial" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state msgid "State" msgstr "Estat" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type msgid "Statement Type" msgstr "Tipus declaració" @@ -363,15 +320,20 @@ msgid "Substitutive" msgstr "Substitutiva" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type msgid "Support Type" msgstr "Tipus de suport" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" -msgstr "" +msgstr "Líneas de impuestos" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 @@ -379,68 +341,86 @@ msgid "Telematics" msgstr "Telemàtica" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "A ingresar" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "A devolver" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat msgid "VAT number" msgstr "NIF / CIF" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year +msgid "Year" +msgstr "Año" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "[27] IVA devengado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "[45] IVA a deducir" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "[46] Resultado régimen general" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "[65] % atribuible al Estado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "[67] Cuotas a compensar" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "[70] A deducir" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "[71] Result. liquidación" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "[77] Iva Diferido (Liquidado por aduana)" diff --git a/l10n_es_aeat_mod303/i18n/cs.po b/l10n_es_aeat_mod303/i18n/cs.po deleted file mode 100644 index 0a56a9709fc..00000000000 --- a/l10n_es_aeat_mod303/i18n/cs.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-10-18 18:26+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Czech (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/cs/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: cs\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Vytvořil(a)" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Vytvořeno" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Zobrazovaný název" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Naposled upraveno" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Naposled upraveno" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Naposled upraveno" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 3ab4d2aaa2f..57677c88d2e 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,15 +1,15 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# # Translators: # Alejandro Santana , 2015 msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-25 14:56+0000\n" +"POT-Creation-Date: 2016-06-08 00:56+0000\n" +"PO-Revision-Date: 2016-06-07 18:16+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" "MIME-Version: 1.0\n" @@ -19,20 +19,10 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" msgstr "(IVA devengado - IVA deducible)" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "A ingresar" - #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -44,7 +34,7 @@ msgid "AEAT 303 model" msgstr "Modelo 303" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "Declaraciones AEAT 303" @@ -54,30 +44,22 @@ msgid "AEAT model 303" msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id msgid "Account entry" msgstr "Entrada cuenta" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id msgid "Bank account" msgstr "Cuenta bancaria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date msgid "Calculation date" msgstr "Fecha de cálculo" @@ -87,17 +69,12 @@ msgid "Cancelled" msgstr "Cancelada" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id msgid "Company" msgstr "Compañía" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "Compensar" @@ -107,7 +84,12 @@ msgid "Complementary" msgstr "Complementaria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "Counterpart account" msgstr "Cuenta contrapartida" @@ -117,24 +99,17 @@ msgid "Create and query AEAT Model 303 reports" msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" msgstr "Creado en" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id msgid "Currency" msgstr "Moneda" @@ -144,17 +119,12 @@ msgid "DVD" msgstr "DVD" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number msgid "Declaration number" msgstr "Nº declaración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "Devolución mensual" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" msgstr "Display Name" @@ -169,117 +139,112 @@ msgid "Draft" msgstr "Borrador" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end +msgid "Ending date" +msgstr "Fecha final" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id +msgid "Export configuration" msgstr "Configuración de exportación" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "Ejercicio fiscal" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Full Name" msgstr "Nombre completo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "Inscrito en el Registro de Devolución Mensual" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal" msgstr "Diario" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal in which post the move." msgstr "Diario en el que publicar el movimiento." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "L.R. VAT number" msgstr "Nombre del representante legal" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "Legal Representative VAT number." -msgstr "Nombre del representante legal." - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgstr "NIF del representant legal." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id msgid "Model" msgstr "Modelo" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "Devolución mensual" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Must have name and surname." msgstr "Debe tener nombre y apellidos." +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "Sin actividad/Resultado cero" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "Normal" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "Empresa" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type msgid "Period type" msgstr "Tipo de periodo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "Periodo(s)" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone msgid "Phone" msgstr "Teléfono" @@ -289,7 +254,7 @@ msgid "Posted" msgstr "Contabilizado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number msgid "Previous declaration number" msgstr "Nº previo declaración" @@ -299,68 +264,54 @@ msgid "Processed" msgstr "Procesada" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name +msgid "Report identifier" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "Resultado" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start +msgid "Starting date" +msgstr "Fecha inicial" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state msgid "State" msgstr "Estado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type msgid "Statement Type" msgstr "Tipo de declaración" @@ -370,84 +321,107 @@ msgid "Substitutive" msgstr "Sustitutiva" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type msgid "Support Type" msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Líneas de impuestos" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "Telematics" msgstr "Telemática" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "A ingresar" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "A devolver" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat msgid "VAT number" msgstr "NIF" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year +msgid "Year" +msgstr "Año" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" msgstr "[27] IVA devengado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" msgstr "[45] IVA a deducir" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" msgstr "[46] Resultado régimen general" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" msgstr "[65] % atribuible al Estado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" msgstr "[67] Cuotas a compensar" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" msgstr "[71] Result. liquidación" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "[77] Iva Diferido (Liquidado por aduana)" diff --git a/l10n_es_aeat_mod303/i18n/es_CO.po b/l10n_es_aeat_mod303/i18n/es_CO.po deleted file mode 100644 index a14b2db4b1e..00000000000 --- a/l10n_es_aeat_mod303/i18n/es_CO.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-10-18 18:26+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es_CO/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_CO\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Creado por" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Creado" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Nombre Público" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Última Modificación el" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Actualizado por" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Actualizado" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_CR.po b/l10n_es_aeat_mod303/i18n/es_CR.po deleted file mode 100644 index d385d35c9dc..00000000000 --- a/l10n_es_aeat_mod303/i18n/es_CR.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-10-18 18:26+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es_CR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es_CR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Creado en" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index cc1c3f3e37c..a4908e72c04 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -1,15 +1,15 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-10-18 18:26+0000\n" -"Last-Translator: OCA Transbot \n" +"POT-Creation-Date: 2015-08-14 00:52+0000\n" +"PO-Revision-Date: 2015-07-10 10:58+0000\n" +"Last-Translator: <>\n" "Language-Team: Basque (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,87 +18,64 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "(IVA devengado - IVA deducible)" #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" -msgstr "" +msgstr "Declaración AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" -msgstr "" +msgstr "Modelo 303" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" -msgstr "" +msgstr "Declaraciones AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "AEAT model 303" -msgstr "" +msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id msgid "Account entry" -msgstr "" +msgstr "Entrada cuenta" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id msgid "Bank account" -msgstr "" +msgstr "Cuenta bancaria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date msgid "Calculation date" -msgstr "" +msgstr "Fecha de cálculo" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Cancelled" -msgstr "" +msgstr "Cancelada" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id msgid "Company" msgstr "Enpresa" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" -msgstr "" +msgstr "Compensar" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 @@ -106,156 +83,149 @@ msgid "Complementary" msgstr "Osagarria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "Counterpart account" -msgstr "" +msgstr "Cuenta contrapartida" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" -msgstr "" +msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" -msgstr "Nork sortua" +msgstr "Creado por" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "Created on" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" +msgstr "Creado en" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id msgid "Currency" -msgstr "" +msgstr "Moneda" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" -msgstr "" +msgstr "DVD" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" +msgstr "Nº declaración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Izena erakutsi" +msgstr "Display Name" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" -msgstr "" +msgstr "Realizado" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Draft" -msgstr "" +msgstr "Borrador" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end +msgid "Ending date" +msgstr "Fecha final" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id +msgid "Export configuration" +msgstr "Configuración de exportación" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Full Name" -msgstr "" +msgstr "Nombre completo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal" -msgstr "" +msgstr "Diario" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal in which post the move." -msgstr "" +msgstr "Diario en el que publicar el movimiento." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "L.R. VAT number" -msgstr "" +msgstr "Nombre del representante legal" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "" +msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "Last Updated by" +msgstr "Última actualización por" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Last Updated on" +msgstr "Última actualización en" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "Legal Representative VAT number." -msgstr "" +msgstr "NIF del representant legal." #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id +msgid "Model" +msgstr "Modelo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "Devolución mensual" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Must have name and surname." -msgstr "" +msgstr "Debe tener nombre y apellidos." + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "Sin actividad/Resultado cero" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 @@ -263,190 +233,194 @@ msgid "Normal" msgstr "Arrunta" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" -msgstr "" +msgstr "Empresa" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" +msgstr "Tipo de periodo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone msgid "Phone" msgstr "Telefonoa" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Posted" -msgstr "" +msgstr "Contabilizado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number msgid "Previous declaration number" -msgstr "" +msgstr "Nº previo declaración" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Processed" -msgstr "" +msgstr "Procesada" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name +msgid "Report identifier" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 #, python-format msgid "Select an account for making the charge" -msgstr "" +msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 #, python-format msgid "Select an account for receiving the money" -msgstr "" +msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start +msgid "Starting date" +msgstr "Fecha inicial" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state msgid "State" -msgstr "" +msgstr "Estado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type msgid "Statement Type" -msgstr "" +msgstr "Tipo de declaración" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Substitutive" -msgstr "" +msgstr "Sustitutiva" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type msgid "Support Type" -msgstr "" +msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" -msgstr "" +msgstr "Líneas de impuestos" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "Telematics" -msgstr "" +msgstr "Telemática" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "A ingresar" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "A devolver" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat msgid "VAT number" -msgstr "" +msgstr "NIF" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year +msgid "Year" +msgstr "Año" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "[27] IVA devengado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "[45] IVA a deducir" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "[46] Resultado régimen general" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "[65] % atribuible al Estado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "[67] Cuotas a compensar" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "[70] A deducir" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "[71] Result. liquidación" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "[77] Iva Diferido (Liquidado por aduana)" diff --git a/l10n_es_aeat_mod303/i18n/fr.po b/l10n_es_aeat_mod303/i18n/fr.po deleted file mode 100644 index 221af9b8fc0..00000000000 --- a/l10n_es_aeat_mod303/i18n/fr.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-25 14:55+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "Annulé" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "Société" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Créé par" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Date" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "Devise" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Nom à afficher" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Terminé" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Brouillon" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "Journal" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Dernière modification le" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Dernière mise à jour par" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Dernière mise à jour le" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "Modèle" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "Partenaire" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "État" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 4c008a50cbb..46db7353bec 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -1,16 +1,15 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# # Translators: # Alejandro Santana , 2015 -# FIRST AUTHOR , 2014 msgid "" msgstr "" "Project-Id-Version: l10n-spain (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-25 14:58+0000\n" +"POT-Creation-Date: 2016-04-30 22:58+0000\n" +"PO-Revision-Date: 2016-04-30 23:00+0000\n" "Last-Translator: OCA Transbot \n" "Language-Team: Galician (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/gl/)\n" "MIME-Version: 1.0\n" @@ -20,20 +19,10 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" msgstr "(IVE devindicado - IVE deducible)" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "A ingresar" - #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" @@ -42,10 +31,10 @@ msgstr "Declaración AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" -msgstr "Declaración AEAT 303" +msgstr "Modelo 303" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "Declaracións AEAT 303" @@ -55,30 +44,22 @@ msgid "AEAT model 303" msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id msgid "Account entry" -msgstr "" +msgstr "Entrada cuenta" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "Atribuible á Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id msgid "Bank account" msgstr "Conta bancaria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date msgid "Calculation date" msgstr "Data de cálculo" @@ -88,17 +69,12 @@ msgid "Cancelled" msgstr "Cancelada" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id msgid "Company" msgstr "Compañía" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "Compensar" @@ -108,7 +84,12 @@ msgid "Complementary" msgstr "Complementaria" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "Counterpart account" msgstr "" @@ -118,24 +99,17 @@ msgid "Create and query AEAT Model 303 reports" msgstr "Crea e consulta as declaracións do modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" msgstr "Creado o" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "Cota a compensar de períodos anteriores, nos que a súa declaración foi a devolver e escolleuse a opción de compensación posterior" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id msgid "Currency" msgstr "Moeda" @@ -145,19 +119,14 @@ msgid "DVD" msgstr "DVD" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number msgid "Declaration number" msgstr "Nº declaración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "Devolución mensual" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "" +msgstr "Display Name" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 @@ -170,127 +139,122 @@ msgid "Draft" msgstr "Borrador" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "Na última autoliquidación do ano (a do período 4T ou mes 12) farase constar, co signo que corresponda, o resultado da regularización anual conforme dispoñen as Leis polas que se aproban o Concerto Económico entre o Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o Estado e a Comunidade Foral de Navarra." +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end +msgid "Ending date" +msgstr "Fecha final" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id +msgid "Export configuration" msgstr "Padrón de exportación" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "Exercicio fiscal" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgstr "Cota a compensar de períodos anteriores, nos que a súa declaración foi a devolver e escolleuse a opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Full Name" msgstr "Nome completo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "Inscrito no Rexistro de Devolución Mensual" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "Se se marca, indicará que o importe a devolver compensarase en declaracións posteriores" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgstr "Na última autoliquidación do ano (a do período 4T ou mes 12) farase constar, co signo que corresponda, o resultado da regularización anual conforme dispoñen as Leis polas que se aproban o Concerto Económico entre o Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o Estado e a Comunidade Foral de Navarra." + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal" msgstr "Diario" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal in which post the move." -msgstr "" +msgstr "Diario en el que publicar el movimiento." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "L.R. VAT number" -msgstr "NIF repr. legal" +msgstr "Nombre del representante legal" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Modificado por última vez o" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" msgstr "Derradeira actualización feita por" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" msgstr "Actualizado por derradeira vez o" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "Legal Representative VAT number." msgstr "NIF do representante legal." #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, consignarán nesta casa a porcentaxe do volumen de operacións no territorio común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id +msgid "Model" +msgstr "Modelo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "Devolución mensual" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Must have name and surname." msgstr "Debe conter nome e apelidos" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "Sin actividad/Resultado cero" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "Normal" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "Empresa" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type msgid "Period type" -msgstr "Tipo de período" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "Período(s)" +msgstr "Tipo de periodo" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone msgid "Phone" msgstr "Teléfono" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Posted" -msgstr "" +msgstr "Contabilizado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number msgid "Previous declaration number" msgstr "Nº da declaración anterior" @@ -300,68 +264,54 @@ msgid "Processed" msgstr "Procesada" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "Inscrito no Rexistro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name +msgid "Report identifier" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "Resultado" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgstr "Resultado da anterior ou anteriores declaracións do mesmo concepto, exercicio e período" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "Resultado da anterior ou anteriores declaracións do mesmo concepto, exercicio e período" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione unha conta bancaria para realiza-lo cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "Se se marca, indicará que o importe a devolver compensarase en declaracións posteriores" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start +msgid "Starting date" +msgstr "Fecha inicial" #. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state msgid "State" -msgstr "Provincia" +msgstr "Estado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type msgid "Statement Type" msgstr "Tipo de declaración" @@ -371,84 +321,107 @@ msgid "Substitutive" msgstr "Substitutiva" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type msgid "Support Type" msgstr "Tipo de soporte" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Liñas de impostos" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, consignarán nesta casa a porcentaxe do volumen de operacións no territorio común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "Telematics" msgstr "Telemática" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "A ingresar" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "A devolver" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat msgid "VAT number" msgstr "NIF" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year +msgid "Year" +msgstr "Año" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" msgstr "[27] IVE devindicado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" msgstr "[45] IVE a deducir" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" msgstr "[46] Resultado réxime xeral" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" msgstr "[65] % atribuible ó Estado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" msgstr "[66] Atribuible á Administración" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" msgstr "[67] Cotas a compensar" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" msgstr "[71] Result. liquidación" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "[77] Iva Diferido (Liquidado por aduana)" diff --git a/l10n_es_aeat_mod303/i18n/hr.po b/l10n_es_aeat_mod303/i18n/hr.po deleted file mode 100644 index 0db4e3dfd1d..00000000000 --- a/l10n_es_aeat_mod303/i18n/hr.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-29 09:33+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Croatian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/hr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "Otkazan" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "Poduzeće" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Kreirao" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Kreirano" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Naziv " - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Izvršeno" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Zadnje modificirano" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Zadnji ažurirao" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Zadnje ažuriranje" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "Model" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "Partner" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "Status" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot deleted file mode 100644 index 3f2ca97099f..00000000000 --- a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot +++ /dev/null @@ -1,349 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-07-10 08:09+0000\n" -"PO-Revision-Date: 2015-07-10 08:09+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_line -msgid "AEAT 303 Report Line" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_export_to_boe -msgid "Export Report to BOE Format" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:159 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:161 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,sequence:0 -msgid "Sequence" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Resultado de la liquidación" -msgstr "" - diff --git a/l10n_es_aeat_mod303/i18n/nl.po b/l10n_es_aeat_mod303/i18n/nl.po deleted file mode 100644 index aea2938f16c..00000000000 --- a/l10n_es_aeat_mod303/i18n/nl.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-25 14:57+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Dutch (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/nl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Aangemaakt door" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Aangemaakt op" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Te tonen naam" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Laatst bijgewerkt op" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Laatst bijgewerkt door" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Laatst bijgewerkt op" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "Relatie" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po index e7573cd93b2..3be4d4e1efc 100644 --- a/l10n_es_aeat_mod303/i18n/pl.po +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -1,35 +1,23 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: +# * l10n_es_aeat_mod303 +# msgid "" msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-10-18 18:26+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Polish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pl/)\n" +"POT-Creation-Date: 2016-09-06 17:03+0000\n" +"PO-Revision-Date: 2016-09-06 17:03+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" msgstr "" #. module: l10n_es_aeat_mod303 @@ -43,7 +31,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -53,32 +41,24 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id msgid "Account entry" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id msgid "Bank account" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date msgid "Calculation date" -msgstr "Data obliczeń" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 @@ -86,17 +66,12 @@ msgid "Cancelled" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id msgid "Company" -msgstr "Firma" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "" @@ -106,7 +81,12 @@ msgid "Complementary" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "Counterpart account" msgstr "" @@ -116,24 +96,17 @@ msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" -msgstr "Utworzone przez" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "Utworzono" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id msgid "Currency" msgstr "" @@ -143,142 +116,132 @@ msgid "DVD" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number msgid "Declaration number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Wyświetlana nazwa " +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" -msgstr "Wykonano" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Draft" -msgstr "Projekt" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end +msgid "Ending date" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id +msgid "Export configuration" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Full Name" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "ID" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal in which post the move." msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "L.R. VAT number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Ostatnio modyfikowano" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "Ostatnio modyfikowane przez" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Ostatnia zmiana" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "Legal Representative VAT number." msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id +msgid "Model" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Must have name and surname." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type msgid "Period type" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone msgid "Phone" msgstr "" @@ -288,78 +251,64 @@ msgid "Posted" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number msgid "Previous declaration number" msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Processed" -msgstr "Przetworzony" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name +msgid "Report identifier" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "Result of the previous or prior statements of the same concept, exercise and period" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 #, python-format msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start +msgid "Starting date" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state msgid "State" -msgstr "Stan" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type msgid "Statement Type" msgstr "" @@ -369,84 +318,108 @@ msgid "Substitutive" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type msgid "Support Type" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat msgid "VAT number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" + diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index 7dd9b67d9a5..3be4d4e1efc 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -1,35 +1,23 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: +# * l10n_es_aeat_mod303 +# msgid "" msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-25 14:58+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pt/)\n" +"POT-Creation-Date: 2016-09-06 17:03+0000\n" +"PO-Revision-Date: 2016-09-06 17:03+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" msgstr "" #. module: l10n_es_aeat_mod303 @@ -43,7 +31,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -53,32 +41,24 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id msgid "Account entry" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id msgid "Bank account" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date msgid "Calculation date" -msgstr "Data processada" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 @@ -86,17 +66,12 @@ msgid "Cancelled" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id msgid "Company" -msgstr "Empresa" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "" @@ -106,7 +81,12 @@ msgid "Complementary" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "Counterpart account" msgstr "" @@ -116,24 +96,17 @@ msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" -msgstr "Criado por" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "Criado em" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id msgid "Currency" msgstr "" @@ -143,142 +116,132 @@ msgid "DVD" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number msgid "Declaration number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Nome" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" -msgstr "Concluído" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Draft" -msgstr "Rascunho" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end +msgid "Ending date" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id +msgid "Export configuration" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Full Name" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "ID" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal in which post the move." msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "L.R. VAT number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Modificado a última vez por" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "Atualizado pela última vez por" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Atualizado pela última vez em" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "Legal Representative VAT number." msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id +msgid "Model" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "Modelo" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Must have name and surname." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" -msgstr "Parceiro" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type +msgid "Period type" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone msgid "Phone" msgstr "" @@ -288,78 +251,64 @@ msgid "Posted" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number msgid "Previous declaration number" msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Processed" -msgstr "Processado" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name +msgid "Report identifier" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "Result of the previous or prior statements of the same concept, exercise and period" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 #, python-format msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start +msgid "Starting date" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state msgid "State" -msgstr "Estado" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type msgid "Statement Type" msgstr "" @@ -369,84 +318,108 @@ msgid "Substitutive" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type msgid "Support Type" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat msgid "VAT number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" + diff --git a/l10n_es_aeat_mod303/i18n/pt_BR.po b/l10n_es_aeat_mod303/i18n/pt_BR.po deleted file mode 100644 index 049e8765e7f..00000000000 --- a/l10n_es_aeat_mod303/i18n/pt_BR.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-25 14:55+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "Empresa" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Criado por" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Criado em" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Nome para Mostrar" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Rascunho" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "Identificação" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Última atualização em" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Última atualização por" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Última atualização em" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "Modelo" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "Parceiro" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "Estado" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/ru.po b/l10n_es_aeat_mod303/i18n/ru.po deleted file mode 100644 index 6221ec87b53..00000000000 --- a/l10n_es_aeat_mod303/i18n/ru.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-22 12:24+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Russian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "Модель" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index c490631105d..3be4d4e1efc 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -1,35 +1,23 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: +# * l10n_es_aeat_mod303 +# msgid "" msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-28 06:20+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/sl/)\n" +"POT-Creation-Date: 2016-09-06 17:03+0000\n" +"PO-Revision-Date: 2016-09-06 17:03+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" msgstr "" #. module: l10n_es_aeat_mod303 @@ -43,7 +31,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -53,32 +41,24 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id msgid "Account entry" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id msgid "Bank account" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date msgid "Calculation date" -msgstr "Datum izračuna" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 @@ -86,17 +66,12 @@ msgid "Cancelled" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id msgid "Company" -msgstr "Družba" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "" @@ -106,7 +81,12 @@ msgid "Complementary" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "Counterpart account" msgstr "" @@ -116,24 +96,17 @@ msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" -msgstr "Ustvaril" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "Ustvarjeno" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id msgid "Currency" msgstr "" @@ -143,142 +116,132 @@ msgid "DVD" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number msgid "Declaration number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Prikazni naziv" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Done" -msgstr "Opravljeno" +msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Draft" -msgstr "Osnutek" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end +msgid "Ending date" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id +msgid "Export configuration" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Full Name" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "ID" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal" -msgstr "Dnevnik" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id msgid "Journal in which post the move." msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "L.R. VAT number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Zadnjič spremenjeno" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "Zadnji posodobil" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Zadnjič posodobljeno" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat msgid "Legal Representative VAT number." msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id +msgid "Model" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "Model" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name msgid "Must have name and surname." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" -msgstr "Partner" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type +msgid "Period type" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone msgid "Phone" msgstr "" @@ -288,78 +251,64 @@ msgid "Posted" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number msgid "Previous declaration number" msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,state:0 msgid "Processed" -msgstr "Obdelano" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name +msgid "Report identifier" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "Result of the previous or prior statements of the same concept, exercise and period" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 #, python-format msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start +msgid "Starting date" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state msgid "State" -msgstr "Stanje" +msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type msgid "Statement Type" msgstr "" @@ -369,84 +318,108 @@ msgid "Substitutive" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type msgid "Support Type" msgstr "" #. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat msgid "VAT number" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" + diff --git a/l10n_es_aeat_mod303/i18n/sv.po b/l10n_es_aeat_mod303/i18n/sv.po deleted file mode 100644 index b805128f521..00000000000 --- a/l10n_es_aeat_mod303/i18n/sv.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-10-18 18:26+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Swedish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/sv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: sv\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Skapad av" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Skapad den" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Visa namn" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Senast redigerad" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Senast uppdaterad av" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Senast uppdaterad" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/tr.po b/l10n_es_aeat_mod303/i18n/tr.po deleted file mode 100644 index f39cacd8698..00000000000 --- a/l10n_es_aeat_mod303/i18n/tr.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-11-25 14:57+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Turkish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/tr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: tr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Oluşturan" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Oluşturuldu" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Taslak" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Son güncelleyen" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Son güncelleme" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "Alan" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "Durum" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/vi.po b/l10n_es_aeat_mod303/i18n/vi.po deleted file mode 100644 index e8e6897f099..00000000000 --- a/l10n_es_aeat_mod303/i18n/vi.po +++ /dev/null @@ -1,452 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-13 10:45+0000\n" -"PO-Revision-Date: 2016-10-18 18:26+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: vi\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "(IVA devengado - IVA deducible)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A devolver" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "A ingresar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report -msgid "AEAT 303 Report" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report -msgid "AEAT 303 model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree -msgid "AEAT 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "AEAT model 303" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,move_id:0 -msgid "Account entry" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,allow_posting:0 -msgid "Allow posting" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,bank_account:0 -#: field:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,calculation_date:0 -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_id:0 -msgid "Company" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,partner_bank_id:0 -msgid "Company bank account used for the presentation" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,compensate:0 -msgid "Compensate" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "Counterpart account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report -msgid "Create and query AEAT Model 303 reports" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_uid:0 -msgid "Created by" -msgstr "Được tạo bởi" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,create_date:0 -msgid "Created on" -msgstr "Được tạo vào" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,currency_id:0 -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,number:0 -msgid "Declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Devolución mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,display_name:0 -msgid "Display Name" -msgstr "Tên hiển thị" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,export_config:0 -msgid "Export config" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,fiscalyear_id:0 -msgid "Fiscal year" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Full Name" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,id:0 -msgid "ID" -msgstr "ID" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,devolucion_mensual:0 -msgid "Inscrito en el Registro de Devolución Mensual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,journal_id:0 -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "L.R. VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,__last_update:0 -msgid "Last Modified on" -msgstr "Sửa lần cuối vào" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_uid:0 -msgid "Last Updated by" -msgstr "Last Updated by" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,write_date:0 -msgid "Last Updated on" -msgstr "Cập nhật lần cuối vào" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,representative_vat:0 -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,model:0 -msgid "Model" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,contact_name:0 -msgid "Must have name and surname." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_partner_id:0 -msgid "Partner" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,period_type:0 -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,periods:0 -msgid "Period(s)" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,contact_phone:0 -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_number:0 -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,name:0 -msgid "Report identifier" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,result_type:0 -msgid "Result type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -msgid "Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,previous_result:0 -msgid "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido. " -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:196 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:198 -#, python-format -msgid "Select an account for receiving the money" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,compensate:0 -msgid "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,result_type:0 -msgid "Sin actividad/Resultado cero" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,state:0 -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,type:0 -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,support_type:0 -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: view:l10n.es.aeat.mod303.report:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form -#: field:l10n.es.aeat.mod303.report,tax_lines:0 -msgid "Tax lines" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: help:l10n.es.aeat.mod303.report,counterpart_account:0 -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,company_vat:0 -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_devengado:0 -msgid "[27] IVA devengado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,total_deducir:0 -msgid "[45] IVA a deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_46:0 -msgid "[46] Resultado régimen general" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,porcentaje_atribuible_estado:0 -msgid "[65] % atribuible al Estado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,atribuible_estado:0 -msgid "[66] Atribuible a la Administración" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,cuota_compensar:0 -msgid "[67] Cuotas a compensar" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,regularizacion_anual:0 -msgid "[68] Regularización anual" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_69:0 -msgid "[69] Resultado" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,previous_result:0 -msgid "[70] A deducir" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,resultado_liquidacion:0 -msgid "[71] Result. liquidación" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: field:l10n.es.aeat.mod303.report,casilla_77:0 -msgid "[77] Iva Diferido (Liquidado por aduana)" -msgstr "" diff --git a/l10n_es_aeat_mod303/models/__init__.py b/l10n_es_aeat_mod303/models/__init__.py index 1a80d2402ea..6a4a4cc3929 100644 --- a/l10n_es_aeat_mod303/models/__init__.py +++ b/l10n_es_aeat_mod303/models/__init__.py @@ -1,19 +1,3 @@ # -*- encoding: utf-8 -*- -############################################################################## -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -############################################################################## from . import mod303 diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index a515cf17255..f6e035581f6 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -2,6 +2,8 @@ # © 2013 - Guadaltech - Alberto Martín Cortada # © 2015 - AvanzOSC - Ainara Galdona # © 2014-2016 - Serv. Tecnol. Avanzados - Pedro M. Baeza +# © 2014-2016 - Antonio Espinosa +# Copyright 2016 Antonio Espinosa # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp import models, fields, api, _ @@ -11,33 +13,106 @@ class L10nEsAeatMod303Report(models.Model): _inherit = "l10n.es.aeat.report.tax.mapping" _name = "l10n.es.aeat.mod303.report" _description = "AEAT 303 Report" - - def _get_export_conf(self): - try: - return self.env.ref( - 'l10n_es_aeat_mod303.aeat_mod303_main_export_config').id - except ValueError: - return self.env['aeat.model.export.config'] + _aeat_number = '303' def _default_counterpart_303(self): - return self.env['account.account'].search( - [('code', 'like', '4750%'), ('type', '!=', 'view')])[:1] + return self.env['account.account'].search([ + ('code', 'like', '4750%'), + ])[:1] + + company_partner_id = fields.Many2one( + comodel_name='res.partner', string="Partner", + relation='company_id.partner_id', store=True) + devolucion_mensual = fields.Boolean( + string="Montly Return", states={'done': [('readonly', True)]}, + help="Registered in the Register of Monthly Return") + total_devengado = fields.Float( + string="[27] VAT payable", readonly=True, + compute='_compute_total_devengado', store=True) + total_deducir = fields.Float( + string="[45] VAT receivable", readonly=True, + compute='_compute_total_deducir', store=True) + casilla_46 = fields.Float( + string="[46] General scheme result", readonly=True, store=True, + help="(VAT payable - VAT receivable)", compute='_compute_casilla_46') + porcentaje_atribuible_estado = fields.Float( + string="[65] % attributable to State", default=100, + states={'done': [('readonly', True)]}, + help="Taxpayers who pay jointly to the Central Government and " + "the Provincial Councils of the Basque Country or the " + "Autonomous Community of Navarra, will enter in this box the " + "percentage of volume operations in the common territory. " + "Other taxpayers will enter in this box 100%") + atribuible_estado = fields.Float( + string="[66] Attributable to the Administration", readonly=True, + compute='_compute_atribuible_estado', store=True) + cuota_compensar = fields.Float( + string="[67] Fees to compensate", default=0, + states={'done': [('readonly', True)]}, + help="Fee to compensate for prior periods, in which his statement " + "was to return and compensation back option was chosen") + regularizacion_anual = fields.Float( + string="[68] Annual regularization", + states={'done': [('readonly', True)]}, + help="In the last auto settlement of the year, shall be recorded " + "(the fourth period or 12th month), with the appropriate sign, " + "the result of the annual adjustment as have the laws by the " + "Economic Agreement approved between the State and the " + "Autonomous Community the Basque Country and the " + "Economic Agreement between the State and Navarre.") + casilla_69 = fields.Float( + string="[69] Result", readonly=True, compute='_compute_casilla_69', + help="[66] Attributable to the Administration - " + "[67] Fees to compensate + " + "[68] Annual regularization", store=True) + casilla_77 = fields.Float( + string="[77] VAT deferred (Settle by customs)", + help="Contributions of import tax included in the documents " + "evidencing the payment made by the Administration and received " + "in the settlement period. You can only complete this box " + "when the requirements of Article 74.1 of the Tax Regulations " + "Value Added are met.") + previous_result = fields.Float( + string="[70] To be deducted", + help="Result of the previous or prior statements of the same concept, " + "exercise and period", + states={'done': [('readonly', True)]}) + resultado_liquidacion = fields.Float( + string="[71] Settlement result", readonly=True, + compute='_compute_resultado_liquidacion', store=True) + result_type = fields.Selection( + selection=[ + ('I', 'To enter'), + ('D', 'To return'), + ('N', 'No activity/Zero result') + ], string="Result type", compute='_compute_result_type') + compensate = fields.Boolean( + string="Compensate", states={'done': [('readonly', True)]}, + help="If checked, the return amount will be compensate in " + "future statements") + bank_account_id = fields.Many2one( + comodel_name="res.partner.bank", string="Bank account", + states={'done': [('readonly', True)]}, oldname='bank_account') + counterpart_account_id = fields.Many2one( + comodel_name='account.account', string="Counterpart account", + default=_default_counterpart_303, oldname='counterpart_account') + allow_posting = fields.Boolean(string="Allow posting", default=True) @api.multi - @api.depends('tax_lines', 'tax_lines.amount') + @api.depends('tax_line_ids', 'tax_line_ids.amount') def _compute_total_devengado(self): casillas_devengado = (3, 6, 9, 11, 13, 15, 18, 21, 24, 26) for report in self: - tax_lines = report.tax_lines.filtered( + tax_lines = report.tax_line_ids.filtered( lambda x: x.field_number in casillas_devengado) report.total_devengado = sum(tax_lines.mapped('amount')) @api.multi - @api.depends('tax_lines', 'tax_lines.amount') + @api.depends('tax_line_ids', 'tax_line_ids.amount') def _compute_total_deducir(self): casillas_deducir = (29, 31, 33, 35, 37, 39, 41, 42, 43, 44) for report in self: - tax_lines = report.tax_lines.filtered( + tax_lines = report.tax_line_ids.filtered( lambda x: x.field_number in casillas_deducir) report.total_deducir = sum(tax_lines.mapped('amount')) @@ -52,7 +127,7 @@ def _compute_casilla_46(self): def _compute_atribuible_estado(self): for report in self: report.atribuible_estado = ( - report.casilla_46 * report.porcentaje_atribuible_estado / 100) + report.casilla_46 * report.porcentaje_atribuible_estado / 100.) @api.multi @api.depends('atribuible_estado', 'cuota_compensar', @@ -70,108 +145,23 @@ def _compute_resultado_liquidacion(self): report.resultado_liquidacion = ( report.casilla_69 - report.previous_result) - currency_id = fields.Many2one( - comodel_name='res.currency', string='Currency', - related='company_id.currency_id', store=True, readonly=True) - number = fields.Char(default='303') - export_config = fields.Many2one(default=_get_export_conf) - company_partner_id = fields.Many2one('res.partner', string='Partner', - relation='company_id.partner_id', - store=True) - devolucion_mensual = fields.Boolean( - string="Devolución mensual", states={'done': [('readonly', True)]}, - help="Inscrito en el Registro de Devolución Mensual") - total_devengado = fields.Float( - string="[27] IVA devengado", readonly=True, - compute="_compute_total_devengado", store=True) - total_deducir = fields.Float( - string="[45] IVA a deducir", readonly=True, - compute="_compute_total_deducir", store=True) - casilla_46 = fields.Float( - string="[46] Resultado régimen general", readonly=True, store=True, - help="(IVA devengado - IVA deducible)", compute="_compute_casilla_46") - porcentaje_atribuible_estado = fields.Float( - string="[65] % atribuible al Estado", - states={'done': [('readonly', True)]}, - help="Los sujetos pasivos que tributen conjuntamente a la " - "Administración del Estado y a las Diputaciones Forales del País " - "Vasco o a la Comunidad Foral de Navarra, consignarán en esta " - "casilla el porcentaje del volumen de operaciones en territorio " - "común. Los demás sujetos pasivos consignarán en esta casilla el " - "100%", default=100) - atribuible_estado = fields.Float( - string="[66] Atribuible a la Administración", readonly=True, - compute="_compute_atribuible_estado", store=True) - cuota_compensar = fields.Float( - string="[67] Cuotas a compensar", default=0, - states={'done': [('readonly', True)]}, - help="Cuota a compensar de periodos anteriores, en los que su " - "declaración fue a devolver y se escogió la opción de " - "compensación posterior") - regularizacion_anual = fields.Float( - string="[68] Regularización anual", - states={'done': [('readonly', True)]}, - help="En la última autoliquidación del año (la del período 4T o mes " - "12) se hará constar, con el signo que corresponda, el resultado " - "de la regularización anual conforme disponen las Leyes por las " - "que se aprueban el Concierto Económico entre el Estado y la " - "Comunidad Autónoma del País Vasco y el Convenio Económico entre " - "el Estado y la Comunidad Foral de Navarra.""") - casilla_69 = fields.Float( - string="[69] Resultado", readonly=True, compute="_compute_casilla_69", - help="Atribuible a la Administración [66] - Cuotas a compensar [67] + " - "Regularización anual [68]""", store=True) - casilla_77 = fields.Float( - string="[77] Iva Diferido (Liquidado por aduana)", - help="Se hará constar el importe de las cuotas del Impuesto a la " - "importación incluidas en los documentos en los que conste la " - "liquidación practicada por la Administración recibidos en el " - "periodo de liquidación. Solamente podrá cumplimentarse esta " - "casilla cuando se cumplan los requisitos establecidos en el " - "artículo 74.1 del Reglamento del Impuesto sobre el Valor " - "Añadido. ") - previous_result = fields.Float( - string="[70] A deducir", - help="Resultado de la anterior o anteriores declaraciones del mismo " - "concepto, ejercicio y periodo", - states={'done': [('readonly', True)]}) - resultado_liquidacion = fields.Float( - string="[71] Result. liquidación", readonly=True, - compute="_compute_resultado_liquidacion", store=True) - result_type = fields.Selection( - selection=[('I', 'A ingresar'), - ('D', 'A devolver'), - ('N', 'Sin actividad/Resultado cero')], - compute="_compute_result_type") - compensate = fields.Boolean( - string="Compensate", states={'done': [('readonly', True)]}, - help="Si se marca, indicará que el importe a devolver se compensará " - "en posteriores declaraciones") - bank_account = fields.Many2one( - comodel_name="res.partner.bank", string="Bank account", - states={'done': [('readonly', True)]}) - counterpart_account = fields.Many2one(default=_default_counterpart_303) - allow_posting = fields.Boolean(default=True) - - def __init__(self, pool, cr): - self._aeat_number = '303' - super(L10nEsAeatMod303Report, self).__init__(pool, cr) - - @api.one + @api.multi def _compute_allow_posting(self): - self.allow_posting = True + for report in self: + report.allow_posting = True - @api.one + @api.multi @api.depends('resultado_liquidacion') def _compute_result_type(self): - if self.resultado_liquidacion == 0: - self.result_type = 'N' - elif self.resultado_liquidacion > 0: - self.result_type = 'I' - else: - self.result_type = 'D' - - @api.onchange('period_type', 'fiscalyear_id') + for report in self: + if report.resultado_liquidacion == 0: + report.result_type = 'N' + elif report.resultado_liquidacion > 0: + report.result_type = 'I' + else: + report.result_type = 'D' + + @api.onchange('year', 'period_type') def onchange_period_type(self): super(L10nEsAeatMod303Report, self).onchange_period_type() if self.period_type not in ('4T', '12'): @@ -184,7 +174,7 @@ def onchange_type(self): @api.onchange('result_type') def onchange_result_type(self): - if self.result_type != 'B': + if self.result_type != 'D': self.compensate = False @api.multi @@ -192,9 +182,9 @@ def button_confirm(self): """Check records""" msg = "" for mod303 in self: - if mod303.result_type == 'I' and not mod303.bank_account: + if mod303.result_type == 'I' and not mod303.bank_account_id: msg = _('Select an account for making the charge') - if mod303.result_type == 'B' and not not mod303.bank_account: + if mod303.result_type == 'D' and not mod303.bank_account_id: msg = _('Select an account for receiving the money') if msg: # Don't raise error, because data is not used diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index a31affecdfb..7b2e41a155d 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -2,106 +2,332 @@ # © 2016 Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 -from openerp.tests import common +import logging +from openerp.addons.l10n_es_aeat.tests.test_l10n_es_aeat_mod_base import \ + TestL10nEsAeatModBase +_logger = logging.getLogger('aeat.303') -class TestL10nEsAeatMod303Base(object): - def setUp(self): - super(TestL10nEsAeatMod303Base, self).setUp() - self.partner = self.env['res.partner'].create({'name': 'Test partner'}) - self.product = self.env['product.product'].create({ - 'name': 'Test product', - }) - self.account_type = self.env['account.account.type'].create({ - 'name': 'Test account type', - 'code': 'TEST', - }) - self.account_expense = self.env['account.account'].create({ - 'name': 'Test expense account', - 'code': 'EXP', - 'type': 'other', - 'user_type': self.account_type.id, - }) - self.analytic_account_1 = self.env['account.analytic.account'].create({ - 'name': 'Test analytic account 1', - 'type': 'normal', - }) - self.analytic_account_2 = self.env['account.analytic.account'].create({ - 'name': 'Test analytic account 2', - 'type': 'normal', - }) - self.account_tax = self.env['account.account'].create({ - 'name': 'Test tax account', - 'code': 'TAX', - 'type': 'other', - 'user_type': self.account_type.id, - }) - self.base_code = self.env['account.tax.code'].create({ - 'name': '[28] Test base code', - 'code': 'OICBI', - }) - self.tax_code = self.env['account.tax.code'].create({ - 'name': '[29] Test tax code', - 'code': 'SOICC', - }) - self.tax = self.env['account.tax'].create({ - 'name': 'Test tax 10%', - 'type_tax_use': 'purchase', - 'type': 'percent', - 'amount': '0.10', - 'account_collected_id': self.account_tax.id, - 'base_code_id': self.base_code.id, - 'base_sign': 1, - 'tax_code_id': self.tax_code.id, - 'tax_sign': 1, - }) - self.period = self.env['account.period'].find() - self.invoice = self.env['account.invoice'].create({ - 'partner_id': self.partner.id, - 'type': 'in_invoice', - 'period_id': self.period.id, - 'account_id': self.partner.property_account_payable.id, - 'invoice_line': [ - (0, 0, { - 'product_id': self.product.id, - 'account_id': self.account_expense.id, - 'account_analytic_id': self.analytic_account_1.id, - 'name': 'Test line', - 'price_unit': 100, - 'quantity': 1, - 'invoice_line_tax_id': [(6, 0, self.tax.ids)], - }), - (0, 0, { - 'product_id': self.product.id, - 'account_id': self.account_expense.id, - 'account_analytic_id': self.analytic_account_2.id, - 'name': 'Test line', - 'price_unit': 100, - 'quantity': 2, - 'invoice_line_tax_id': [(6, 0, self.tax.ids)], - }), - (0, 0, { - 'product_id': self.product.id, - 'account_id': self.account_expense.id, - 'name': 'Test line', - 'price_unit': 100, - 'quantity': 1, - 'invoice_line_tax_id': [(6, 0, self.tax.ids)], - }), - ], - }) - self.invoice.signal_workflow('invoice_open') + +class TestL10nEsAeatMod303Base(TestL10nEsAeatModBase): + # Set 'debug' attribute to True to easy debug this test + # Do not forget to include '--log-handler aeat:DEBUG' in Odoo command line + debug = False + taxes_sale = { + # tax code: (base, tax_amount) + 'S_IVA4B': (1000, 40), + 'S_IVA4S': (1100, 44), + 'S_IVA10B': (1200, 120), + 'S_IVA10S': (1300, 130), + 'S_IVA21B': (1400, 294), + 'S_IVA21S': (1500, 315), + 'S_IVA21ISP': (1600, 336), + 'S_REQ05': (1700, 8.5), + 'S_REQ014': (1800, 25.2), + 'S_REQ52': (1900, 98.8), + 'S_IVA0_E': (2000, 0), + 'S_IVA_SP_E': (2100, 0), + 'S_IVA_NS': (2200, 0), + 'S_IVA0_ISP': (2300, 0), + 'S_IVA0_IC': (2400, 0), + 'S_IVA0_SP_I': (2500, 0), + } + taxes_purchase = { + # tax code: (base, tax_amount) + 'P_IVA4_IC_BC': (100, 0), + 'P_IVA10_IC_BC': (200, 0), + 'P_IVA21_IC_BC': (300, 0), + 'P_IVA4_SP_IN': (400, 0), + 'P_IVA10_SP_IN': (500, 0), + 'P_IVA21_SP_IN': (600, 0), + 'P_IVA4_IC_BI': (700, 0), + 'P_IVA10_IC_BI': (800, 0), + 'P_IVA21_IC_BI': (900, 0), + 'P_IVA4_SP_EX': (110, 0), + 'P_IVA10_SP_EX': (120, 0), + 'P_IVA21_SP_EX': (130, 0), + 'P_IVA4_ISP': (140, 0), + 'P_IVA10_ISP': (150, 0), + 'P_IVA21_ISP': (160, 0), + 'P_IVA4_SC': (210, 8.4), + 'P_IVA10_SC': (220, 22), + 'P_IVA21_SC': (230, 48.3), + 'P_IVA4_BC': (240, 9.6), + 'P_IVA10_BC': (250, 25), + 'P_IVA21_BC': (260, 54.6), + 'P_REQ05': (270, 1.35), + 'P_REQ014': (280, 3.92), + 'P_REQ5.2': (290, 15.08), + 'P_IVA4_BI': (310, 12.4), + 'P_IVA10_BI': (320, 32), + 'P_IVA21_BI': (330, 69.3), + 'P_IVA4_IBC': (340, 13.6), + 'P_IVA10_IBC': (350, 35), + 'P_IVA21_IBC': (360, 75.6), + 'P_IVA4_IBI': (370, 14.8), + 'P_IVA10_IBI': (380, 38), + 'P_IVA21_IBI': (390, 81.9), + # 'P_IVA12_AGR': (410, 49.2), + } + taxes_result = { + # Régimen General - Base imponible 4% + '1': (3 * 1000) + (3 * 1100), # S_IVA4B, S_IVA4S + # Régimen General - Cuota 4% + '3': (3 * 40) + (3 * 44), # S_IVA4B, S_IVA4S + # Régimen General - Base imponible 10% + '4': (3 * 1200) + (3 * 1300), # S_IVA10B, S_IVA10S + # Régimen General - Cuota 10% + '6': (3 * 120) + (3 * 130), # S_IVA10B, S_IVA10S + # Régimen General - Base imponible 21% + '7': (3 * 1400) + (3 * 1500) + (3 * 1600), # S_IVA21B, S_IVA21S, + # S_IVA21ISP + # Régimen General - Cuota 21% + '9': (3 * 294) + (3 * 315) + (3 * 336), # S_IVA21B, S_IVA21S, + # S_IVA21ISP + # Adq. intracomunitarias de bienes y servicios - Base + '10': ( + (3 * 100) + (3 * 200) + (3 * 300) + # P_IVAx_IC_BC_2 + (3 * 400) + (3 * 500) + (3 * 600) + # P_IVAx_SP_IN_1 + (3 * 700) + (3 * 800) + (3 * 900) # P_IVAx_IC_BI_2 + ), + # Adq. intracomunitarias de bienes y servicios - Cuota + '11': ( + (3 * 4) + (3 * 20) + (3 * 63) + # P_IVAx_IC_BC_2 + (3 * 16) + (3 * 50) + (3 * 126) + # P_IVAx_SP_IN_1 + (3 * 28) + (3 * 80) + (3 * 189) # P_IVAx_IC_BI_2 + ), + # Op. inv. del suj. pasivo (excepto adq. intracom.) - Base + '12': ( + (3 * 110) + (3 * 120) + (3 * 130) + # P_IVAx_SP_EX_1 + (3 * 140) + (3 * 150) + (3 * 160) # P_IVAx_ISP_2 + ), + # Op. inv. del suj. pasivo (excepto adq. intracom.) - Cuota + '13': ( + (3 * 4.4) + (3 * 12) + (3 * 27.3) + # P_IVAx_SP_EX_1 + (3 * 5.6) + (3 * 15) + (3 * 33.6) # P_IVAx_ISP_2 + ), + # Modificación bases y cuotas - Base (Compras y ventas) + '14': ( + (-1) * (1000 + 1100 + # S_IVA4B, S_IVA4S + 1200 + 1300 + # S_IVA10B, S_IVA10S + 1400 + 1500 + 1600 + # S_IVA21B, S_IVA21S, S_IVA21ISP + 100 + 200 + 300 + # P_IVAx_IC_BC_2 + 400 + 500 + 600 + # P_IVAx_SP_IN_1 + 700 + 800 + 900 + # P_IVAx_IC_BI_2 + 110 + 120 + 130 + # P_IVAx_SP_EX_1 + 140 + 150 + 160) # P_IVAx_ISP_2 + ), + # Modificación bases y cuotas - Cuota (Compras y ventas) + '15': ( + (-1) * (40 + 44 + # S_IVA4B, S_IVA4S + 120 + 130 + # S_IVA10B, S_IVA10S + 294 + 315 + 336 + # S_IVA21B, S_IVA21S, S_IVA21ISP + 4 + 20 + 63 + # P_IVAx_IC_BC_2 + 16 + 50 + 126 + # P_IVAx_SP_IN_1 + 28 + 80 + 189 + # P_IVAx_IC_BI_2 + 4.4 + 12 + 27.3 + # P_IVAx_SP_EX_1 + 5.6 + 15 + 33.6) # P_IVAx_ISP_2 + ), + # Recargo equivalencia - Base imponible 0.5% + '16': (3 * 1700), # S_REQ05 + # Recargo equivalencia - Cuota 0.5% + '18': (3 * 8.5), # S_REQ05 + # Recargo equivalencia - Base imponible 1.4% + '19': (3 * 1800), # S_REQ014 + # Recargo equivalencia - Cuota 1.4% + '21': (3 * 25.2), # S_REQ014 + # Recargo equivalencia - Base imponible 5.2% + '22': (3 * 1900), # S_REQ52 + # Recargo equivalencia - Cuota 5.2% + '24': (3 * 98.8), # S_REQ52 + # Mod. bases y cuotas del recargo de equivalencia - Base + '25': (-1) * (1700 + 1800 + 1900), # S_REQ05, S_REQ014, S_REQ52 + # Mod. bases y cuotas del recargo de equivalencia - Cuota + '26': (-1) * (8.5 + 25.2 + 98.8), # S_REQ05, S_REQ014, S_REQ52 + # Cuotas soportadas en op. int. corrientes - Base + '28': ( + (3 * 110) + (3 * 120) + (3 * 130) + # P_IVAx_SP_EX_2 + (3 * 140) + (3 * 150) + (3 * 160) + # P_IVAx_ISP_1 + (3 * 210) + (3 * 220) + (3 * 230) + # P_IVAx_SC + (3 * 240) + (3 * 250) + (3 * 260) + # P_IVAx_BC + (3 * 270) + (3 * 280) + (3 * 290) # P_REQ05, P_REQ014, P_REQ5.2 + ), + # Cuotas soportadas en op. int. corrientes - Cuota + '29': ( + (3 * 4.4) + (3 * 12) + (3 * 27.3) + # P_IVAx_SP_EX_2 + (3 * 5.6) + (3 * 15) + (3 * 33.6) + # P_IVAx_ISP_1 + (3 * 8.4) + (3 * 22) + (3 * 48.3) + # P_IVAx_SC + (3 * 9.6) + (3 * 25) + (3 * 54.6) + # P_IVAx_BC + (3 * 1.35) + (3 * 3.92) + # P_REQ05, P_REQ014 + (3 * 15.08) # P_REQ5.2 + ), + # Cuotas soportadas en op. int. bienes de inversión - Base + '30': (3 * 310) + (3 * 320) + (3 * 330), # P_IVAx_BI + # Cuotas soportadas en op. int. bienes de inversión - Cuota + '31': (3 * 12.4) + (3 * 32) + (3 * 69.3), # P_IVAx_BI + # Cuotas soportadas en las imp. bienes corrientes - Base + '32': (3 * 340) + (3 * 350) + (3 * 360), # P_IVAx_IBC + # Cuotas soportadas en las imp. bienes corrientes - Cuota + '33': (3 * 13.6) + (3 * 35) + (3 * 75.6), # P_IVAx_IBC + # Cuotas soportadas en las imp. bienes de inversión - Base + '34': (3 * 370) + (3 * 380) + (3 * 390), # P_IVAx_IBI + # Cuotas soportadas en las imp. bienes de inversión - Cuota + '35': (3 * 14.8) + (3 * 38) + (3 * 81.9), # P_IVAx_IBI + # En adq. intra. de bienes y servicios corrientes - Base + '36': ( + (3 * 100) + (3 * 200) + (3 * 300) + # P_IVAx_IC_BC_1 + (3 * 400) + (3 * 500) + (3 * 600) # P_IVAx_SP_IN_2 + ), + # En adq. intra. de bienes y servicios corrientes - Cuota + '37': ( + (3 * 4) + (3 * 20) + (3 * 63) + # P_IVAx_IC_BC_1 + (3 * 16) + (3 * 50) + (3 * 126) # P_IVAx_SP_IN_2 + ), + # En adq. intra. de bienes de inversión - Base + '38': (3 * 700) + (3 * 800) + (3 * 900), # P_IVAx_IC_BI_1 + # En adq. intra. de bienes de inversión - Cuota + '39': (3 * 28) + (3 * 80) + (3 * 189), # P_IVAx_IC_BI_1 + # Rectificación de deducciones - Base + '40': ((-1) * ( + 270 + 280 + 290 + # P_REQ05, P_REQ014, P_REQ5.2 + 240 + 250 + 260 + # P_IVAx_BC + 210 + 220 + 230 + # P_IVAx_SC + 310 + 320 + 330 + # P_IVAx_BI + 340 + 350 + 360 + # P_IVAx_IBC + 370 + 380 + 390 + # P_IVAx_IBI + 100 + 200 + 300 + # P_IVAx_IC_BC_1 + 700 + 800 + 900 + # P_IVAx_IC_BI_1 + 400 + 500 + 600 + # P_IVAx_SP_IN_2 + 110 + 120 + 130 + # P_IVAx_SP_EX_2 + 140 + 150 + 160 # P_IVAx_ISP_1 + )), + # Rectificación de deducciones - Cuota + '41': ((-1) * ( + 1.35 + 3.92 + 15.08 + # P_REQ05, P_REQ014, P_REQ5.2 + 9.6 + 25 + 54.6 + # P_IVAx_BC + 8.4 + 22 + 48.3 + # P_IVAx_SC + 12.4 + 32 + 69.3 + # P_IVAx_BI + 13.6 + 35 + 75.6 + # P_IVAx_IBC + 14.8 + 38 + 81.9 + # P_IVAx_IBI + 4 + 20 + 63 + # P_IVAx_IC_BC_1 + 28 + 80 + 189 + # P_IVAx_IC_BI_1 + 16 + 50 + 126 + # P_IVAx_SP_IN_2 + 4.4 + 12 + 27.3 + # P_IVAx_SP_EX_2 + 5.6 + 15 + 33.6 # P_IVAx_ISP_1 + )), + # Compensaciones Rég. especial A. G. y P. - Cuota compras + '42': 0, + # Regularización bienes de inversión + '43': 0, + # Regularización por aplicación del porcentaje definitivo de prorrata + '44': 0, + # Entregas intra. de bienes y servicios - Base ventas + '59': (2 * 2400) + (2 * 2500), # S_IVA0_IC, S_IVA0_SP_I + # Exportaciones y operaciones asimiladas - Base ventas + '60': (2 * 2000), # S_IVA0_E + # Op. no sujetas o con inv. del sujeto pasivo - Base ventas + '61': ((2 * 2100) + (2 * 2200) + # S_IVA_SP_E, S_IVA_NS + (2 * 2300)), # S_IVA0_ISP + # Importes de las entregas de bienes y prestaciones de servicios + # a las que habiéndoles sido aplicado el régimen especial del + # criterio de caja hubieran resultado devengadas conforme a la regla + # general de devengo contenida en el art. 75 LIVA - Base imponible + '62': 0, + # Importes de las entregas de bienes y prestaciones de servicios + # a las que habiéndoles sido aplicado el régimen especial del + # criterio de caja hubieran resultado devengadas conforme a la regla + # general de devengo contenida en el art. 75 LIVA - Cuota + '63': 0, + # Importe de las adquisiciones de bienes y servicios a las que sea + # de aplicación o afecte el régimen especial del criterio de caja + # conforme a la ley general de devengo contenida en el artículo + # 75 de LIVA - Base imponible + '74': 0, + # Importe de las adquisiciones de bienes y servicios a las que sea + # de aplicación o afecte el régimen especial del criterio de caja + # conforme a la ley general de devengo contenida en el artículo + # 75 de LIVA - Cuota + '75': 0, + } + + def test_model_303(self): + # Purchase invoices + self._invoice_purchase_create('2015-01-01') + self._invoice_purchase_create('2015-01-02') + purchase = self._invoice_purchase_create('2015-01-03') + self._invoice_refund(purchase, '2015-01-18') + + # Sale invoices + self._invoice_sale_create('2015-01-11') + self._invoice_sale_create('2015-01-12') + sale = self._invoice_sale_create('2015-01-13') + self._invoice_refund(sale, '2015-01-14') + + # Create model + export_config = self.env.ref( + 'l10n_es_aeat_mod303.aeat_mod303_main_export_config') self.model303 = self.env['l10n.es.aeat.mod303.report'].create({ + 'name': '9990000000303', + 'company_id': self.company.id, 'company_vat': '1234567890', - 'contact_phone': 'X', - 'fiscalyear_id': self.period.fiscalyear_id.id, - 'periods': [(6, 0, self.period.ids)], + 'contact_name': 'Test owner', + 'type': 'N', + 'support_type': 'T', + 'contact_phone': '911234455', + 'year': 2015, + 'period_type': '1T', + 'date_start': '2015-01-01', + 'date_end': '2015-03-31', + 'export_config_id': export_config.id, + 'journal_id': self.journal_misc.id, + 'counterpart_account_id': self.accounts['475000'].id }) - -class TestL10nEsAeatMod303(TestL10nEsAeatMod303Base, common.TransactionCase): - def test_model_303(self): + # Calculate + _logger.debug('Calculate AEAT 303 1T 2015') self.model303.button_calculate() - self.assertEqual(self.model303.total_deducir, 40) - self.assertEqual(self.model303.casilla_46, -40) - self.assertEqual(self.model303.casilla_69, -40) + + # Fill manual fields + self.model303.write({ + # % atribuible al Estado + 'porcentaje_atribuible_estado': 95, + # Cuotas a compensar + 'cuota_compensar': 250, + # Iva Diferido (Liquidado por aduana) + 'casilla_77': 455, + }) + + if self.debug: + self._print_tax_lines(self.model303.tax_line_ids) + + # Check tax lines + for box, result in self.taxes_result.iteritems(): + _logger.debug('Checking tax line: %s' % box) + lines = self.model303.tax_line_ids.filtered( + lambda x: x.field_number == int(box)) + self.assertEqual( + round(sum(lines.mapped('amount')), 2), + round(result, 2)) + + # Check result + _logger.debug('Checking results') + devengado = sum([self.taxes_result.get(b, 0.) for b in ( + '3', '6', '9', '11', '13', '15', '18', '21', '24', '26')]) + deducir = sum([self.taxes_result.get(b, 0.) for b in ( + '29', '31', '33', '35', '37', '39', '41', '42', '43', '44')]) + subtotal = round(devengado - deducir, 3) + estado = round(subtotal * 0.95, 3) + result = round(estado + 455 + 250, 3) + self.assertEqual( + round(self.model303.total_devengado, 2), round(devengado, 2)) + self.assertEqual( + round(self.model303.total_deducir, 2), round(deducir, 2)) + self.assertEqual( + round(self.model303.casilla_46, 2), round(subtotal, 2)) + self.assertEqual( + round(self.model303.atribuible_estado, 2), round(estado, 2)) + self.assertEqual( + round(self.model303.casilla_69, 2), round(result, 2)) + self.assertEqual( + round(self.model303.resultado_liquidacion, 2), round(result, 2)) + self.assertEqual(self.model303.result_type, 'I') diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index bfce012a017..22bffdeacf0 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -1,138 +1,140 @@ - - + + - - l10n_es.aeat.mod303.report.tree - l10n.es.aeat.mod303.report - - - - AEAT 303 reports= - - - - - - - - - + + l10n_es.aeat.mod303.report.tree + l10n.es.aeat.mod303.report + + + + AEAT 303 reports= + + + + + + + + + - - l10n_es.aeat.mod303.report.form - l10n.es.aeat.mod303.report - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + l10n_es.aeat.mod303.report.form + l10n.es.aeat.mod303.report + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + AEAT model 303 + l10n.es.aeat.mod303.report + form + tree,form + Create and query AEAT Model 303 reports + + + + + tree + + + + + + + form + + + - - AEAT model 303 - l10n.es.aeat.mod303.report - form - tree,form - Create and query AEAT Model 303 reports - - - - tree - - - - - - form - - - + - - - + From 83f0d4c645ec067e68b3734d43c975563ec5e8a2 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sun, 22 Jan 2017 14:17:49 +0100 Subject: [PATCH 032/147] [IMP] l10n_es_aeat: Several warnings and imps --- l10n_es_aeat_mod303/README.rst | 8 ++------ l10n_es_aeat_mod303/__openerp__.py | 4 +--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index bae61a7576d..ed39c7f23f0 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -19,7 +19,7 @@ Uso .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/189/8.0 + :target: https://runbot.odoo-community.org/runbot/189/9.0 Gestión de errores ================== @@ -28,11 +28,7 @@ Los errores/fallos se gestionan en `las incidencias de GitHub `_. En caso de problemas, compruebe por favor si su incidencia ha sido ya reportada. Si fue el primero en descubrirla, ayúdenos a solucionarla indicando -una detallada descripción -`aquí `_. +una detallada descripción `aquí `_. Problemas conocidos / Hoja de ruta ================================== diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index d3b377f859e..641cd56a90a 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -11,9 +11,7 @@ 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," - "Serv. Tecnol. Avanzados - Pedro M. Baeza," - "Antiun Ingeniería S.L.," - "Comunitea," + "Tecnativa," "Odoo Community Association (OCA)", 'website': "https://odoo-community.org/", "license": "AGPL-3", From a20f3144f7c173c7777585fbe6822df827fdfe70 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 15 Feb 2017 17:31:51 +0100 Subject: [PATCH 033/147] [FIX] l10n_es_aeat_mod303: Multi-company security rule --- l10n_es_aeat_mod303/__openerp__.py | 1 + .../security/l10n_es_aeat_mod303_security.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 l10n_es_aeat_mod303/security/l10n_es_aeat_mod303_security.xml diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__openerp__.py index 641cd56a90a..d984329ca1b 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__openerp__.py @@ -23,6 +23,7 @@ "data/tax_code_map_mod303_data.xml", "data/aeat_export_mod303_data.xml", "views/mod303_view.xml", + "security/l10n_es_aeat_mod303_security.xml", "security/ir.model.access.csv", ], "installable": True, diff --git a/l10n_es_aeat_mod303/security/l10n_es_aeat_mod303_security.xml b/l10n_es_aeat_mod303/security/l10n_es_aeat_mod303_security.xml new file mode 100644 index 00000000000..13b680bde63 --- /dev/null +++ b/l10n_es_aeat_mod303/security/l10n_es_aeat_mod303_security.xml @@ -0,0 +1,13 @@ + + + + + + AEAT 303 multi-company + + + [('company_id', 'child_of', [user.company_id.id])] + + + From 45d96eeeb9c6df53668ecd37b3c9e5d26cdee99a Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 23 Jan 2017 02:03:35 +0100 Subject: [PATCH 034/147] [MIG] l10n_es_aeat/mod303: Migration to 10.0 --- l10n_es_aeat_mod303/README.rst | 7 +- .../{__openerp__.py => __manifest__.py} | 10 +- l10n_es_aeat_mod303/i18n/es.po | 201 ++---------------- l10n_es_aeat_mod303/models/mod303.py | 2 +- .../tests/test_l10n_es_aeat_mod303.py | 56 ++--- 5 files changed, 44 insertions(+), 232 deletions(-) rename l10n_es_aeat_mod303/{__openerp__.py => __manifest__.py} (72%) diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index ed39c7f23f0..3f395ecab65 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -12,14 +12,15 @@ Agencia Española de Administración Tributaria. Instrucciones del modelo: http://goo.gl/pgVbXH Diseño de registros BOE en Excel: http://goo.gl/z4grco -Incluye la exportación al formato BOE para su uso telemático. +Incluye la exportación al formato BOE para su uso telemático y la creación +del asiento de regularización de las cuentas de impuestos. Uso === .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/189/9.0 + :target: https://runbot.odoo-community.org/runbot/189/10.0 Gestión de errores ================== @@ -49,7 +50,7 @@ Contribuidores -------------- * GuadalTech (http://www.guadaltech.es) -* Pedro M. Baeza +* Pedro M. Baeza * AvanzOSC (http://www.avanzosc.es) * Comunitea (http://www.comunitea.com) * Antonio Espinosa diff --git a/l10n_es_aeat_mod303/__openerp__.py b/l10n_es_aeat_mod303/__manifest__.py similarity index 72% rename from l10n_es_aeat_mod303/__openerp__.py rename to l10n_es_aeat_mod303/__manifest__.py index d984329ca1b..7fca6bc1e15 100644 --- a/l10n_es_aeat_mod303/__openerp__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- -# © 2013 Alberto Martín Cortada (Guadaltech) -# © 2014-2015 Pedro M. Baeza -# © 2015 AvanzOSC - Ainara Galdona -# © 2016 Antonio Espinosa +# Copyright 2013 Alberto Martín Cortada (Guadaltech) +# Copyright 2015 AvanzOSC - Ainara Galdona +# Copyright 2016 Antonio Espinosa +# Copyright 2014-2017 Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 { "name": "AEAT modelo 303", - "version": "9.0.1.0.0", + "version": "10.0.1.0.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 57677c88d2e..ca06f5e8e5f 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -2,21 +2,18 @@ # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 # -# Translators: -# Alejandro Santana , 2015 msgid "" msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-08 00:56+0000\n" -"PO-Revision-Date: 2016-06-07 18:16+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/es/)\n" +"POT-Creation-Date: 2017-01-23 00:51+0000\n" +"PO-Revision-Date: 2017-01-23 00:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -43,46 +40,21 @@ msgstr "Declaraciones AEAT 303" msgid "AEAT model 303" msgstr "Modelo AEAT 303" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id -msgid "Account entry" -msgstr "Entrada cuenta" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" -msgstr "" +msgstr "Permitir generar asiento" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id msgid "Bank account" msgstr "Cuenta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date -msgid "Calculation date" -msgstr "Fecha de cálculo" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "Cancelada" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id -msgid "Company" -msgstr "Compañía" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "Compensar" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "Complementaria" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." @@ -106,58 +78,18 @@ msgstr "Creado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "Creado en" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id -msgid "Currency" -msgstr "Moneda" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "DVD" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number -msgid "Declaration number" -msgstr "Nº declaración" +msgstr "Creado el" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Display Name" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Realizado" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Borrador" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end -msgid "Ending date" -msgstr "Fecha final" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id -msgid "Export configuration" -msgstr "Configuración de exportación" +msgstr "Nombre a mostrar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Full Name" -msgstr "Nombre completo" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" @@ -173,25 +105,10 @@ msgstr "Si se marca, indicará que el importe a devolver se compensará en poste msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal" -msgstr "Diario" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal in which post the move." -msgstr "Diario en el que publicar el movimiento." - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "L.R. VAT number" -msgstr "Nombre del representante legal" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Last Modified on" +msgstr "Última modificación en" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -201,78 +118,28 @@ msgstr "Última actualización por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Última actualización en" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "Legal Representative VAT number." -msgstr "NIF del representant legal." - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id -msgid "Model" -msgstr "Modelo" +msgstr "Última actualización el" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Montly Return" msgstr "Devolución mensual" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Must have name and surname." -msgstr "Debe tener nombre y apellidos." - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "Normal" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "Empresa" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type -msgid "Period type" -msgstr "Tipo de periodo" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone -msgid "Phone" -msgstr "Teléfono" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "Contabilizado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number -msgid "Previous declaration number" -msgstr "Nº previo declaración" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "Procesada" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "Inscrito en el Registro de Devolución Mensual" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name -msgid "Report identifier" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "Result of the previous or prior statements of the same concept, exercise and period" @@ -289,44 +156,18 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:186 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:188 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start -msgid "Starting date" -msgstr "Fecha inicial" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state -msgid "State" -msgstr "Estado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type -msgid "Statement Type" -msgstr "Tipo de declaración" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "Sustitutiva" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type -msgid "Support Type" -msgstr "Tipo de soporte" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Líneas de impuestos" @@ -336,11 +177,6 @@ msgstr "Líneas de impuestos" msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "Telemática" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." @@ -356,16 +192,6 @@ msgstr "A ingresar" msgid "To return" msgstr "A devolver" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat -msgid "VAT number" -msgstr "NIF" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year -msgid "Year" -msgstr "Año" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado msgid "[27] VAT payable" @@ -425,3 +251,4 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index f6e035581f6..cc3675b3528 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -6,7 +6,7 @@ # Copyright 2016 Antonio Espinosa # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from openerp import models, fields, api, _ +from odoo import models, fields, api, _ class L10nEsAeatMod303Report(models.Model): diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index 7b2e41a155d..c10680e9f02 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -3,7 +3,7 @@ # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 import logging -from openerp.addons.l10n_es_aeat.tests.test_l10n_es_aeat_mod_base import \ +from odoo.addons.l10n_es_aeat.tests.test_l10n_es_aeat_mod_base import \ TestL10nEsAeatModBase _logger = logging.getLogger('aeat.303') @@ -252,17 +252,15 @@ class TestL10nEsAeatMod303Base(TestL10nEsAeatModBase): def test_model_303(self): # Purchase invoices - self._invoice_purchase_create('2015-01-01') - self._invoice_purchase_create('2015-01-02') - purchase = self._invoice_purchase_create('2015-01-03') - self._invoice_refund(purchase, '2015-01-18') - + self._invoice_purchase_create('2017-01-01') + self._invoice_purchase_create('2017-01-02') + purchase = self._invoice_purchase_create('2017-01-03') + self._invoice_refund(purchase, '2017-01-18') # Sale invoices - self._invoice_sale_create('2015-01-11') - self._invoice_sale_create('2015-01-12') - sale = self._invoice_sale_create('2015-01-13') - self._invoice_refund(sale, '2015-01-14') - + self._invoice_sale_create('2017-01-11') + self._invoice_sale_create('2017-01-12') + sale = self._invoice_sale_create('2017-01-13') + self._invoice_refund(sale, '2017-01-14') # Create model export_config = self.env.ref( 'l10n_es_aeat_mod303.aeat_mod303_main_export_config') @@ -274,19 +272,16 @@ def test_model_303(self): 'type': 'N', 'support_type': 'T', 'contact_phone': '911234455', - 'year': 2015, + 'year': 2017, 'period_type': '1T', - 'date_start': '2015-01-01', - 'date_end': '2015-03-31', + 'date_start': '2017-01-01', + 'date_end': '2017-03-31', 'export_config_id': export_config.id, 'journal_id': self.journal_misc.id, 'counterpart_account_id': self.accounts['475000'].id }) - - # Calculate - _logger.debug('Calculate AEAT 303 1T 2015') + _logger.debug('Calculate AEAT 303 1T 2017') self.model303.button_calculate() - # Fill manual fields self.model303.write({ # % atribuible al Estado @@ -296,19 +291,14 @@ def test_model_303(self): # Iva Diferido (Liquidado por aduana) 'casilla_77': 455, }) - if self.debug: self._print_tax_lines(self.model303.tax_line_ids) - # Check tax lines for box, result in self.taxes_result.iteritems(): _logger.debug('Checking tax line: %s' % box) lines = self.model303.tax_line_ids.filtered( lambda x: x.field_number == int(box)) - self.assertEqual( - round(sum(lines.mapped('amount')), 2), - round(result, 2)) - + self.assertAlmostEqual(sum(lines.mapped('amount')), result, 2) # Check result _logger.debug('Checking results') devengado = sum([self.taxes_result.get(b, 0.) for b in ( @@ -318,16 +308,10 @@ def test_model_303(self): subtotal = round(devengado - deducir, 3) estado = round(subtotal * 0.95, 3) result = round(estado + 455 + 250, 3) - self.assertEqual( - round(self.model303.total_devengado, 2), round(devengado, 2)) - self.assertEqual( - round(self.model303.total_deducir, 2), round(deducir, 2)) - self.assertEqual( - round(self.model303.casilla_46, 2), round(subtotal, 2)) - self.assertEqual( - round(self.model303.atribuible_estado, 2), round(estado, 2)) - self.assertEqual( - round(self.model303.casilla_69, 2), round(result, 2)) - self.assertEqual( - round(self.model303.resultado_liquidacion, 2), round(result, 2)) + self.assertAlmostEqual(self.model303.total_devengado, devengado, 2) + self.assertAlmostEqual(self.model303.total_deducir, deducir, 2) + self.assertAlmostEqual(self.model303.casilla_46, subtotal, 2) + self.assertAlmostEqual(self.model303.atribuible_estado, estado, 2) + self.assertAlmostEqual(self.model303.casilla_69, result, 2) + self.assertAlmostEqual(self.model303.resultado_liquidacion, result, 2) self.assertEqual(self.model303.result_type, 'I') From e6c497034cf781b25c084bbd27af48fade7deb4d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 16 Feb 2017 22:19:55 +0100 Subject: [PATCH 035/147] [FIX] l10n_es_aeat_mod303: Adapt new BOE 2017 format --- l10n_es_aeat_mod303/__manifest__.py | 4 +- .../data/aeat_export_mod303_2017_data.xml | 2626 +++++++++++++++++ 2 files changed, 2628 insertions(+), 2 deletions(-) create mode 100644 l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 7fca6bc1e15..a5fa2315a63 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # Copyright 2013 Alberto Martín Cortada (Guadaltech) # Copyright 2015 AvanzOSC - Ainara Galdona -# Copyright 2016 Antonio Espinosa -# Copyright 2014-2017 Pedro M. Baeza +# Copyright 2016 Tecnativa - Antonio Espinosa +# Copyright 2014-2017 Tecnativa - Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 { diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml new file mode 100644 index 00000000000..7bbb09ca982 --- /dev/null +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml @@ -0,0 +1,2626 @@ + + + + + + Exportación modelo 303 2017 - Régimen general/simplificado + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Constante: 01000 + 01000 + string + 5 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Indicador de página complementaria + + string + 1 + left + + + + 6 + + Tipo de declaración + ${(object.result_type == 'D' and object.compensate and 'C') or object.result_type} + string + 1 + left + + + + 7 + + Identificación: NIF + ${object.company_vat} + string + 9 + left + + + + 8 + + Identificación: Apellidos o Razón social + ${object.company_id.name} + string + 60 + left + + + + 9 + + Identificación: Nombre + ${object.company_id.name} + string + 20 + left + + + + 10 + + Devengo: Ejercicio + ${object.year} + string + 4 + left + + + + 11 + + Devengo: Periodo + ${object.period_type} + string + 2 + left + + + + 12 + + Identificación: Inscrito en el Registro de devolución mensual (Art. 30 RIVA) + ${object.devolucion_mensual} + boolean + 1 + 1 + 2 + left + + + + 13 + + Identificación: Tributa exclusivamente en Régimen Simplificado (RS) - Forzado a no + 3 + string + 1 + left + + + + 14 + + Identificación: Autoliquidación conjunta - Forzado a no + 2 + string + 1 + left + + + + 15 + + Identificación: Declarado en concurso de acreedores en el presente período de liquidación - Forzado a no + 2 + string + 1 + left + + + + 16 + + Identificación: Fecha en que se dictó el auto de declaración de concurso + + string + 8 + left + + + + 17 + + Identificación: Auto de declaración de concurso dictado en el período - Forzado a blanco + + string + 1 + left + + + + 18 + + Identificación: Opción por el régimen especial de criterio de Caja - Forzado a no + 2 + string + 1 + left + + + + 19 + + Identificación: Destinatario de las operaciones a las que se aplique el régimen especial del criterio de Caja - Forzado a no + 2 + string + 1 + left + + + + 20 + + Identificación: Opción por la aplicación de la prorrata especial - Forzado a no + 2 + string + 1 + left + + + + 21 + + Identificación: Revocación de la opción por la aplicación de la prorrata especial - Forzado a no + 2 + string + 1 + left + + + + 22 + + Liquidación: Regimen General - IVA Devengado 4% - Base imponible [01] + ${object.tax_line_ids.filtered(lambda r: r.field_number==1).amount} + float + + 17 + 2 + right + + + + 23 + + Liquidación: Regimen General - IVA Devengado 4% - Tipo % [02] + 4 + float + + 5 + 2 + right + + + + 24 + + Liquidación: Regimen General - IVA Devengado 4% - Cuota [03] + ${object.tax_line_ids.filtered(lambda r: r.field_number==3).amount} + float + + 17 + 2 + right + + + + 25 + + Liquidación: Regimen General - IVA Devengado 10% - Base imponible [04] + ${object.tax_line_ids.filtered(lambda r: r.field_number==4).amount} + float + + 17 + 2 + right + + + + 26 + + Liquidación: Regimen General - IVA Devengado 10% - Tipo % [05] + 10 + float + + 5 + 2 + right + + + + 27 + + Liquidación: Regimen General - IVA Devengado 10% - Cuota [06] + ${object.tax_line_ids.filtered(lambda r: r.field_number==6).amount} + float + + 17 + 2 + right + + + + 28 + + Liquidación: Regimen General - IVA Devengado 21% - Base imponible [07] + ${object.tax_line_ids.filtered(lambda r: r.field_number==7).amount} + float + + 17 + 2 + right + + + + 29 + + Liquidación: Regimen General - IVA Devengado 21% - Tipo % [08] + 21 + float + + 5 + 2 + right + + + + 30 + + Liquidación: Regimen General - IVA Devengado 21% - Cuota [09] + ${object.tax_line_ids.filtered(lambda r: r.field_number==9).amount} + float + + 17 + 2 + right + + + + 31 + + Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Base imponible [10] + ${object.tax_line_ids.filtered(lambda r: r.field_number==10).amount} + float + + 17 + 2 + right + + + + 32 + + Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Cuota [11] + ${object.tax_line_ids.filtered(lambda r: r.field_number==11).amount} + float + + 17 + 2 + right + + + + 33 + + Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Base imponible [12] + ${object.tax_line_ids.filtered(lambda r: r.field_number==12).amount} + float + + 17 + 2 + right + + + + 34 + + Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Cuota [13] + ${object.tax_line_ids.filtered(lambda r: r.field_number==13).amount} + float + + 17 + 2 + right + + + + 35 + + Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Base imponible [14] + ${sum(object.tax_line_ids.filtered(lambda r: r.field_number==14).mapped('amount'))} + float + + 17 + 2 + right + + + + 36 + + Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Cuota [15] + ${sum(object.tax_line_ids.filtered(lambda r: r.field_number==15).mapped('amount'))} + float + + 17 + 2 + right + + + + 37 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Base imponible [16] + ${object.tax_line_ids.filtered(lambda r: r.field_number==16).amount} + float + + 17 + 2 + right + + + + 38 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Tipo % [17] + 0.5 + float + + 5 + 2 + right + + + + 39 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Cuota [18] + ${object.tax_line_ids.filtered(lambda r: r.field_number==18).amount} + float + + 17 + 2 + right + + + + 40 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.4% - Base imponible [19] + ${object.tax_line_ids.filtered(lambda r: r.field_number==19).amount} + float + + 17 + 2 + right + + + + 41 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.4% - Tipo % [20] + 1.4 + float + + 5 + 2 + right + + + + 42 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.4% - Cuota [21] + ${object.tax_line_ids.filtered(lambda r: r.field_number==21).amount} + float + + 17 + 2 + right + + + + 43 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Base imponible [22] + ${object.tax_line_ids.filtered(lambda r: r.field_number==22).amount} + float + + 17 + 2 + right + + + + 44 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Tipo % [23] + 5.2 + float + + 5 + 2 + right + + + + 45 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Cuota [24] + ${object.tax_line_ids.filtered(lambda r: r.field_number==24).amount} + float + + 17 + 2 + right + + + + 46 + + Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Base imponible [25] + ${object.tax_line_ids.filtered(lambda r: r.field_number==25).amount} + float + + 17 + 2 + right + + + + 47 + + Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Cuota [26] + ${object.tax_line_ids.filtered(lambda r: r.field_number==26).amount} + float + + 17 + 2 + right + + + + 48 + + Liquidación: Regimen General - IVA Devengado - Total cuota devengada [27] + ${object.total_devengado} + float + + 17 + 2 + right + + + + 49 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Base [28] + ${object.tax_line_ids.filtered(lambda r: r.field_number==28).amount} + float + + 17 + 2 + right + + + + 50 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Cuota [29] + ${object.tax_line_ids.filtered(lambda r: r.field_number==29).amount} + float + + 17 + 2 + right + + + + 51 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Base [30] + ${object.tax_line_ids.filtered(lambda r: r.field_number==30).amount} + float + + 17 + 2 + right + + + + 52 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Cuota [31] + ${object.tax_line_ids.filtered(lambda r: r.field_number==31).amount} + float + + 17 + 2 + right + + + + 53 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Base [32] + ${object.tax_line_ids.filtered(lambda r: r.field_number==32).amount} + float + + 17 + 2 + right + + + + 54 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Cuota [33] + ${object.tax_line_ids.filtered(lambda r: r.field_number==33).amount} + float + + 17 + 2 + right + + + + 55 + + Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Base [34] + ${object.tax_line_ids.filtered(lambda r: r.field_number==34).amount} + float + + 17 + 2 + right + + + + 56 + + Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Cuota [35] + ${object.tax_line_ids.filtered(lambda r: r.field_number==35).amount} + float + + 17 + 2 + right + + + + 57 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Base [36] + ${object.tax_line_ids.filtered(lambda r: r.field_number==36).amount} + float + + 17 + 2 + right + + + + 58 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota [37] + ${object.tax_line_ids.filtered(lambda r: r.field_number==37).amount} + float + + 17 + 2 + right + + + + 59 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Base [38] + ${object.tax_line_ids.filtered(lambda r: r.field_number==38).amount} + float + + 17 + 2 + right + + + + 60 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Cuota [39] + ${object.tax_line_ids.filtered(lambda r: r.field_number==39).amount} + float + + 17 + 2 + right + + + + 61 + + Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Base [40] + ${object.tax_line_ids.filtered(lambda r: r.field_number==40).amount} + float + + 17 + 2 + right + + + + 62 + + Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Cuota [41] + ${object.tax_line_ids.filtered(lambda r: r.field_number==41).amount} + float + + 17 + 2 + right + + + + 63 + + Liquidación: Regimen General - IVA Deducible - Compensaciones Régimen Especial A.G. y P. - Cuota [42] + ${object.tax_line_ids.filtered(lambda r: r.field_number==42).amount} + float + + 17 + 2 + right + + + + 64 + + Liquidación: Regimen General - IVA Deducible - Regularización inversiones - Cuota [43] + ${object.tax_line_ids.filtered(lambda r: r.field_number==43).amount} + float + + 17 + 2 + right + + + + 65 + + Liquidación: Regimen General - IVA Deducible - Regularización por aplicación del porcentaje definitivo de prorrata - Cuota [44] + 0 + float + + 17 + 2 + right + + + + 66 + + Liquidación: Regimen General - IVA Deducible - Total a deducir - Cuota [45] + ${object.total_deducir} + float + + 17 + 2 + right + + + + 67 + + Liquidación: Regimen General - IVA Deducible - Resultado régimen general - Cuota [46] + ${object.casilla_46} + float + + 17 + 2 + right + + + + 68 + + Reservado para la AEAT + + string + 582 + left + + + + 69 + + Reservado para la AEAT: Sello electrónico reservado para la AEAT + + string + 13 + left + + + + 70 + + Indicador de fin de registro: </T30301> + </T30301000> + string + 12 + left + + + + + Exportación modelo 303 2017 - Régimen agrícola, ganadero y forestal (No implementado) + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Página: 02 + 02000 + string + 5 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Indicador de página complementaria + ${object.type == 'C'} + boolean + 1 + C + + left + + + + 6 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Código + + integer + 2 + right + + + + 7 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Volumen de ingresos + + float + + 17 + 2 + right + + + + 8 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Indice de cuota + + float + + 6 + 5 + right + + + + 9 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Cuota devengada + + float + + 17 + 2 + right + + + + 10 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Porcentaje trimestral + + float + + 5 + 2 + right + + + + 11 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [A] + + float + + 17 + 2 + right + + + + 12 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota soportada + + float + + 17 + 2 + right + + + + 13 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota anual derivada del regimen simplificado [B] + + float + + 17 + 2 + right + + + + 14 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE + + string + 4 + left + + + + 15 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Nº Unidades + + float + + 10 + 2 + right + + + + 16 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Importe + + float + + 17 + 2 + right + + + + 17 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Nº Unidades + + float + + 10 + 2 + right + + + + 18 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Importe + + float + + 17 + 2 + right + + + + 19 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Nº Unidades + + float + + 10 + 2 + right + + + + 20 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Importe + + float + + 17 + 2 + right + + + + 21 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Nº Unidades + + float + + 10 + 2 + right + + + + 22 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Importe + + float + + 17 + 2 + right + + + + 23 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Nº Unidades + + float + + 10 + 2 + right + + + + 24 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Importe + + float + + 17 + 2 + right + + + + 25 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Nº Unidades + + float + + 10 + 2 + right + + + + 26 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Importe + + float + + 17 + 2 + right + + + + 27 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Nº Unidades + + float + + 10 + 2 + right + + + + 28 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Importe + + float + + 17 + 2 + right + + + + 29 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Cuota devengada operaciones corrientes [C] + + float + + 17 + 2 + right + + + + 30 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Reducciones [D] + + float + + 17 + 2 + right + + + + 31 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + + float + + 3 + 2 + right + + + + 32 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + + float + + 5 + 2 + right + + + + 33 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [F] + + float + + 17 + 2 + right + + + + 34 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Código + + integer + 2 + right + + + + 35 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Volumen de ingresos + + float + + 17 + 2 + right + + + + 36 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Indice de cuota + + float + + 6 + 5 + right + + + + 37 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Cuota devengada + + float + + 17 + 2 + right + + + + 38 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Porcentaje trimestral + + float + + 5 + 2 + right + + + + 39 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [A] + + float + + 17 + 2 + right + + + + 40 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota soportada + + float + + 17 + 2 + right + + + + 41 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota anual derivada del regimen simplificado [B] + + float + + 17 + 2 + right + + + + 42 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE + + string + 4 + left + + + + 43 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Nº Unidades + + float + + 10 + 2 + right + + + + 44 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Importe + + float + + 17 + 2 + right + + + + 45 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Nº Unidades + + float + + 10 + 2 + right + + + + 46 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Importe + + float + + 17 + 2 + right + + + + 47 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Nº Unidades + + float + + 10 + 2 + right + + + + 48 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Importe + + float + + 17 + 2 + right + + + + 49 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Nº Unidades + + float + + 10 + 2 + right + + + + 50 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Importe + + float + + 17 + 2 + right + + + + 51 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Nº Unidades + + float + + 10 + 2 + right + + + + 52 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Importe + + float + + 17 + 2 + right + + + + 53 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Nº Unidades + + float + + 10 + 2 + right + + + + 54 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Importe + + float + + 17 + 2 + right + + + + 55 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Nº Unidades + + float + + 10 + 2 + right + + + + 56 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Importe + + float + + 17 + 2 + right + + + + 57 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Cuota devengada operaciones corrientes [C] + + float + + 17 + 2 + right + + + + 58 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Reducciones [D] + + float + + 17 + 2 + right + + + + 59 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + + float + + 3 + 2 + right + + + + 60 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + + float + + 5 + 2 + right + + + + 61 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [F] + + float + + 17 + 2 + right + + + + 62 + + Liquidación - RS - (B) Actividades en RS - 1T/2T/3T - Suma de ingresos a cuenta del conjunto de actividades [47] + + float + + 17 + 2 + right + + + + 63 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuotas soportadas operaciones corrientes [G]) + + float + + 17 + 2 + right + + + + 64 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Índice corrector de actividades de temporada [H]) + + float + + 3 + 2 + right + + + + 65 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - RESULTADO [I]) + + float + + 17 + 2 + right + + + + 66 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Porcentaje cuota mínima [J]) + + float + + 5 + 2 + right + + + + 67 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Devolución cuotas soportadas otros países [K]) + + float + + 17 + 2 + right + + + + 68 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota mínima [L]) + + float + + 17 + 2 + right + + + + 69 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota anual derivada RS [M]) + + float + + 17 + 2 + right + + + + 70 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuotas soportadas operaciones corrientes [G]) + + float + + 17 + 2 + right + + + + 71 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Índice corrector de actividades de temporada [H]) + + float + + 3 + 2 + right + + + + 72 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - RESULTADO [I]) + + float + + 17 + 2 + right + + + + 73 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Porcentaje cuota mínima [J]) + + float + + 5 + 2 + right + + + + 74 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Devolución cuotas soportadas otros países [K]) + + float + + 17 + 2 + right + + + + 75 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota mínima [L]) + + float + + 17 + 2 + right + + + + 76 + + Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota anual derivada RS [M]) + + float + + 17 + 2 + right + + + + 77 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de cuotas derivadas RS del conjunto de actividades [48]) + + float + + 17 + 2 + right + + + + 78 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de ingresos a cuenta realizados en el ejercicio [49]) + + float + + 17 + 2 + right + + + + 79 + + Liquidación - RS - (A + B) Actividades en RS - 4T - Resultado [50]) + + float + + 17 + 2 + right + + + + 80 + + Liquidación - RS - Cuotas devengadas - Adquisiciones intracomunitarias de bienes [51]) + + float + + 17 + 2 + right + + + + 81 + + Liquidación - RS - Cuotas devengadas - Entregas de activos fijos [52]) + + float + + 17 + 2 + right + + + + 82 + + Liquidación - RS - Cuotas devengadas - IVA devengado por inversión del sujeto pasivo [53]) + + float + + 17 + 2 + right + + + + 83 + + Liquidación - RS - Cuotas devengadas - Total cuota resultante [54]) + + float + + 17 + 2 + right + + + + 84 + + Liquidación - RS - IVA deducible - Adquisición o importación de activos fijos [55]) + + float + + 17 + 2 + right + + + + 85 + + Liquidación - RS - IVA deducible - Regularización bienes de inversión [56]) + + float + + 17 + 2 + right + + + + 86 + + Liquidación - RS - IVA deducible - Total IVA deducible [57]) + + float + + 17 + 2 + right + + + + 87 + + Liquidación - RS - Resultado RS [58]) + + float + + 17 + 2 + right + + + + 88 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) + + string + 1 + left + + + + 89 + + Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) + + string + 1 + left + + + + 90 + + Reservado para la AEAT + + string + 590 + left + + + + 91 + + Indicador de fin de registro: </T30302> + </T30302000> + string + 12 + left + + + + + + Exportación modelo 303 2017 - Información adicional + Resultado + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Página: 03 + 03000 + string + 5 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Información adicional - Entregas intracomunitarias de bienes y servicios [59] + ${object.tax_line_ids.filtered(lambda r: r.field_number==59).amount} + float + + 17 + 2 + right + + + + 6 + + Información adicional - Exportaciones y operaciones asimiladas [60] + ${object.tax_line_ids.filtered(lambda r: r.field_number==60).amount} + float + + 17 + 2 + right + + + + 7 + + Información adicional - Operaciones no sujetas o con inversión del sujeto pasivo que originan el derecho a deducción [61] + ${object.tax_line_ids.filtered(lambda r: r.field_number==61).amount} + float + + 17 + 2 + right + + + + 08 + + Información adicional - Importes devengados en período de liquidación sgún art. 75 LIVA. - Base Imponible [62] + ${object.tax_line_ids.filtered(lambda r: r.field_number==62).amount} + float + + 17 + 2 + right + + + + 09 + + Información adicional - Importes devengados en período de liquiación sgún art. 75 LIVA. - Cuota [63] + ${object.tax_line_ids.filtered(lambda r: r.field_number==63).amount} + float + + 17 + 2 + right + + + + 10 + + Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Base Imponible [74] + ${object.tax_line_ids.filtered(lambda r: r.field_number==74).amount} + float + + 17 + 2 + right + + + + 11 + + Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Cuota [75] + ${object.tax_line_ids.filtered(lambda r: r.field_number==75).amount} + float + + 17 + 2 + right + + + + 12 + + Resultado - Regularización cuotas rt. 80 cinco. 5ª LIVA [76] + 0 + float + + 17 + 2 + right + + + + 13 + + Resultado - Suma de resultados [64] - Sólo coge el de RG + ${object.casilla_46} + float + + 17 + 2 + right + + + + 14 + + Resultado - % Atribuible a la Administración del Estado [65] + ${object.porcentaje_atribuible_estado} + float + + 9 + 6 + right + + + + 15 + + Resultado - Atribuible a la Administración del Estado [66] + ${object.atribuible_estado} + float + + 17 + 2 + right + + + + 16 + + Resultado - IVA a la importación liquidado por la Aduana pendiente de ingreso [77] + ${object.casilla_77} + 0 + float + + 17 + 2 + right + + + + 17 + + Resultado - Cuotas a compensar de periodos anteriores [67] + ${object.cuota_compensar} + float + + 17 + 2 + right + + + + 18 + + Resultado - Exclusivamente para sujetos pasivos que tributan conjuntamente a la Administración del Estado y a las Diputaciones Forales Resultado de la regularización anual [68] + ${object.regularizacion_anual} + float + + 17 + 2 + right + + + + 19 + + Resultado - Resultado [69] + ${object.casilla_69} + float + + 17 + 2 + right + + + + 20 + + Resultado - A deducir [70] + ${object.previous_result} + float + + 17 + 2 + right + + + + 21 + + Resultado - Resultado de la liquidación [71] + ${object.resultado_liquidacion} + float + + 17 + 2 + right + + + + 22 + + Declaración complementaria + ${object.type == 'C'} + boolean + 1 + X + + left + + + + 23 + + Numero justificante declaración anterior + ${object.previous_number} + string + 13 + left + + + + 24 + + Declaración sin actividad + ${object.result_type == 'N'} + boolean + 1 + X + + left + + + + 25 + + Devolución. SWIFT-BIC + + string + 11 + left + + + + 26 + + Domiciliación/Devolución - IBAN + + string + 34 + left + + + + 27 + + Información adicional - B- Clave - Principal + + string + 1 + right + + + + 28 + + Información adicional - C- Epígrafe IAE - Principal + + string + 4 + left + + + + 29 + + Información adicional - B- Clave - Otras 1ª + + string + 1 + right + + + + 30 + + Información adicional - C- Epígrafe IAE - Otras 1ª + + string + 4 + left + + + + 31 + + Información adicional - B- Clave - Otras 2ª + + string + 1 + right + + + + 32 + + Información adicional - C- Epígrafe IAE - Otras 2ª + + string + 4 + left + + + + 33 + + Información adicional - B- Clave - Otras 3ª + + string + 1 + right + + + + 34 + + Información adicional - C- Epígrafe IAE - Otras 3ª + + string + 4 + left + + + + 35 + + Información adicional - B- Clave - Otras 4ª + + string + 1 + right + + + + 36 + + Información adicional - C- Epígrafe IAE - Otras 4ª + + string + 4 + left + + + + 37 + + Información adicional - B- Clave - Otras 5ª + + string + 1 + right + + + + 38 + + Información adicional - C- Epígrafe IAE - Otras 5ª + + string + 4 + left + + + + 39 + + Información adicional - D- Marque si ha efectuado operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas + + string + 1 + left + + + + 40 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen general [80] + 0 + float + + 17 + 2 + right + + + + 41 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial del criterio de caja conforme art.75 LIVA [81] + 0 + float + + 17 + 2 + right + + + + 42 + + Información adicional - Operaciones realizadas en el ejercicio - Exportaciones, entregas intracomunitarias y otras operaciones con derecho a deducción [82] + 0 + float + + 17 + 2 + right + + + + 43 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones exentas sin derecho a deducción [83] + 0 + float + + 17 + 2 + right + + + + 44 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones no sujetas por reglas de localización o con inversión del sujeto pasivo [84] + 0 + float + + 17 + 2 + right + + + + 45 + + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes objeto de instalación o montaje en otros Estados miembros [85] + 0 + float + + 17 + 2 + right + + + + 46 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones de régimen simplificado [86] + 0 + float + + 17 + 2 + right + + + + 47 + + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y de inversión y operaciones financieras no habituales [87] + 0 + + float + + 17 + 2 + right + + + + 48 + + Información adicional - Operaciones realizadas en el ejercicio - Total volumen de operaciones [88] + 0 + float + + 17 + 2 + right + + + + 49 + + Exonerado de presentar el modelo 390 y con volumen de operaciones cero. Forzado a blanco + 0 + string + 1 + left + + + + 50 + + Reservado para la AEAT + + string + 590 + left + + + + 51 + + Indicador de fin de registro: </T30303> + </T30303000> + string + 12 + left + + + + + + Mod.303 2017-actualidad + 2017-01-01 + 303 + + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Constante: 0 + 0 + string + 1 + left + + + + 4 + + Ejercicio devengo: AAAA + ${object.year} + string + 4 + left + + + + 5 + + Periodo: PP + ${object.period_type} + string + 2 + left + + + + 6 + + Constante: 0000> + 0000> + string + 5 + left + + + + 7 + + Constante: <AUX> + <AUX> + string + 5 + left + + + + 8 + + Reservado para la Administración: Rellenar con blancos + + string + 70 + left + + + + 9 + + Versión del Programa: + 9.0 + string + 4 + left + + + + 10 + + Reservado para la Administración: Rellenar con blancos + + string + 4 + left + + + + 11 + + NIF Empresa Desarrollo + Odoo + string + 9 + left + + + + 12 + + Reservado para la Administración: Rellenar con blancos + + string + 213 + left + + + + 13 + + Constante: </AUX> + </AUX> + string + 6 + left + + + + 14 + + Régimen general/simplificado + + subconfig + + + + 15 + + Régimen agrícola, ganadero y forestal + + subconfig + + + + 16 + + Informacion adicional + resultado + + subconfig + + + + 17 + + Constante. </T3030+Ejercicio+periodo+0000> + </T3030${object.year}${object.period_type}0000> + string + 18 + left + + + From d4e891f2f9a2e7da846ac28aa206991298d5eb60 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 10 Apr 2017 10:20:34 +0200 Subject: [PATCH 036/147] [FIX] l10n_es_aeat: Avoid multi-company error due to depends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Debido a que se utiliza una sola tabla para almacenar las líneas de los impuestos de todos los modelos, hay una limitación en el ORM de Odoo cuando se coloca el campo one2many de dichas líneas (tax_line_ids) como dependencia en la definición del cálculo de un campo (entrada con @api.depends), que recalcula los campos calculados de todos los modelos con el mismo ID que el del registro en curso, lo que puede ser un problema en entornos multi-compañía. Una solución a ello (aunque no evita el recálculo), es poner en esos campos calculados `compute_sudo=True`. --- l10n_es_aeat_mod303/models/mod303.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index cc3675b3528..a2178ec91a9 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- # © 2013 - Guadaltech - Alberto Martín Cortada # © 2015 - AvanzOSC - Ainara Galdona -# © 2014-2016 - Serv. Tecnol. Avanzados - Pedro M. Baeza -# © 2014-2016 - Antonio Espinosa -# Copyright 2016 Antonio Espinosa +# Copyright 2016 Tecnativa - Antonio Espinosa +# Copyright 2014-2017 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import models, fields, api, _ @@ -27,10 +26,10 @@ def _default_counterpart_303(self): string="Montly Return", states={'done': [('readonly', True)]}, help="Registered in the Register of Monthly Return") total_devengado = fields.Float( - string="[27] VAT payable", readonly=True, + string="[27] VAT payable", readonly=True, compute_sudo=True, compute='_compute_total_devengado', store=True) total_deducir = fields.Float( - string="[45] VAT receivable", readonly=True, + string="[45] VAT receivable", readonly=True, compute_sudo=True, compute='_compute_total_deducir', store=True) casilla_46 = fields.Float( string="[46] General scheme result", readonly=True, store=True, From 363b8456ca217a7fc0d38af253b37340d1f72a65 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 19 Apr 2017 19:08:58 +0200 Subject: [PATCH 037/147] [FIX] l10n_es_aeat_*: Conditional expression is reversed + 303 with conditional --- l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml index 7bbb09ca982..9104f33d063 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml @@ -2602,6 +2602,7 @@ Régimen agrícola, ganadero y forestal + False subconfig From a18a4d8b9e39554c2f4cad9c7eca651d4ced5e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Rodr=C3=ADguez=20Gil?= Date: Thu, 16 Mar 2017 10:49:57 +0100 Subject: [PATCH 038/147] =?UTF-8?q?[FIX]=20aeat=5Fmod=5F303.=20Correcci?= =?UTF-8?q?=C3=B3n=20tipos=20de=20exportaci=C3=B3n=20(#465)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data/aeat_export_mod303_2017_data.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml index 9104f33d063..eb86712ace6 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml @@ -2186,7 +2186,7 @@ Información adicional - B- Clave - Principal - string + integer 1 right @@ -2206,7 +2206,7 @@ Información adicional - B- Clave - Otras 1ª - string + integer 1 right @@ -2226,7 +2226,7 @@ Información adicional - B- Clave - Otras 2ª - string + integer 1 right @@ -2246,7 +2246,7 @@ Información adicional - B- Clave - Otras 3ª - string + integer 1 right @@ -2266,7 +2266,7 @@ Información adicional - B- Clave - Otras 4ª - string + integer 1 right @@ -2286,7 +2286,7 @@ Información adicional - B- Clave - Otras 5ª - string + integer 1 right From b35a5092ac9a007e07f367350a0dabb32e1fe424 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 17 Mar 2017 18:25:13 +0100 Subject: [PATCH 039/147] [FIX] l10n_es_aeat_mod303: Show compensate flag --- l10n_es_aeat_mod303/views/mod303_view.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index 22bffdeacf0..dc3525eed84 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -90,14 +90,12 @@ options="{'currency_field': 'currency_id'}" /> - + + attrs="{'invisible': ['|', ('result_type', 'not in', ('D', 'B', 'I')), ('compensate', '=', True)]}" + /> Date: Thu, 16 Mar 2017 14:04:28 +0100 Subject: [PATCH 040/147] =?UTF-8?q?[FIX]=20l10n=5Fes=5Faeat=5Fmod303:=20A?= =?UTF-8?q?=C3=B1adir=20la=20cuenta=20bancaria=20en=20la=20exportaci=C3=B3?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml index eb86712ace6..46af5cf3dc6 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml @@ -2165,7 +2165,7 @@ 25 Devolución. SWIFT-BIC - + ${object.partner_bank_id.bank_bic} string 11 left @@ -2175,7 +2175,7 @@ 26 Domiciliación/Devolución - IBAN - + ${object.partner_bank_id and object.partner_bank_id.acc_number.replace(' ', '') or ''} string 34 left From 5b37623600d1fabfd41870edbe44180407c98673 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 29 Mar 2017 09:54:42 +0200 Subject: [PATCH 041/147] [FIX] l10n_es_aeat_mod303: Record design link --- l10n_es_aeat_mod303/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index 3f395ecab65..0eeee67a721 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -10,7 +10,8 @@ Módulo para la presentación del modelo 303 (IVA - Autodeclaración) de la Agencia Española de Administración Tributaria. Instrucciones del modelo: http://goo.gl/pgVbXH -Diseño de registros BOE en Excel: http://goo.gl/z4grco + +Diseño de registros BOE en Excel: https://goo.gl/HKOGec Incluye la exportación al formato BOE para su uso telemático y la creación del asiento de regularización de las cuentas de impuestos. From 6d023b5f16a4a5c1ba97c508e1a7fd252cbfdb13 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 29 Jun 2017 00:31:01 +0200 Subject: [PATCH 042/147] [FIX] l10n_es_aeat_mod303: Change end year in previous export format --- l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index e78f89ca4e8..bcd3c4979ab 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -2434,7 +2434,7 @@ - Mod.303 2014-actualidad + Mod.303 2014-2016 2014-01-01 303 From cc897438bc6e4297e299844f8f26cd896e9791ee Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 29 Jun 2017 17:04:47 +0200 Subject: [PATCH 043/147] [REF] i18n: Updating translation terms from weblate [ci skip] --- l10n_es_aeat_mod303/i18n/ca.po | 198 +++------------------------------ l10n_es_aeat_mod303/i18n/es.po | 12 +- l10n_es_aeat_mod303/i18n/eu.po | 198 +++------------------------------ l10n_es_aeat_mod303/i18n/gl.po | 197 ++------------------------------ l10n_es_aeat_mod303/i18n/pl.po | 181 +----------------------------- l10n_es_aeat_mod303/i18n/pt.po | 181 +----------------------------- l10n_es_aeat_mod303/i18n/sl.po | 181 +----------------------------- 7 files changed, 59 insertions(+), 1089 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index 389a704cf86..c4777a629c4 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -2,20 +2,18 @@ # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 # -# Translators: msgid "" msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-05 10:32+0000\n" -"PO-Revision-Date: 2016-03-02 09:27+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Catalan (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/ca/)\n" +"POT-Creation-Date: 2017-06-29 15:04+0000\n" +"PO-Revision-Date: 2017-06-29 15:04+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -42,11 +40,6 @@ msgstr "Declaraciones AEAT 303" msgid "AEAT model 303" msgstr "Modelo AEAT 303" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id -msgid "Account entry" -msgstr "Entrada cuenta" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" @@ -57,31 +50,11 @@ msgstr "" msgid "Bank account" msgstr "Cuenta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date -msgid "Calculation date" -msgstr "Data de càlcul" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "Cancel·lada" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id -msgid "Company" -msgstr "Companyia" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "Compensar" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "Complementària" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." @@ -107,60 +80,20 @@ msgstr "Creat per" msgid "Created on" msgstr "Creat el" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id -msgid "Currency" -msgstr "Moneda" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "DVD" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number -msgid "Declaration number" -msgstr "Nº declaración" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Display Name" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Realitzat" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Esborrany" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end -msgid "Ending date" -msgstr "Fecha final" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id -msgid "Export configuration" -msgstr "Configuración de exportación" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Full Name" -msgstr "Cognoms i nom" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "ID" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate @@ -172,25 +105,10 @@ msgstr "Si se marca, indicará que el importe a devolver se compensará en poste msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal" -msgstr "Diari" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal in which post the move." -msgstr "Diario en el que publicar el movimiento." - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "L.R. VAT number" -msgstr "NIF R.L." - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Last Modified on" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -202,76 +120,26 @@ msgstr "Última actualización por" msgid "Last Updated on" msgstr "Última actualización en" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "Legal Representative VAT number." -msgstr "NIF del representant legal." - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id -msgid "Model" -msgstr "Modelo" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Montly Return" msgstr "Devolución mensual" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Must have name and surname." -msgstr "Ha de contenir nom i cognoms" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "Normal" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "Empresa" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type -msgid "Period type" -msgstr "Tipo de periodo" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone -msgid "Phone" -msgstr "Telèfon" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "Contabilizado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number -msgid "Previous declaration number" -msgstr "Nº previo declaración" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "Processat" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "Inscrito en el Registro de Devolución Mensual" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name -msgid "Report identifier" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "Result of the previous or prior statements of the same concept, exercise and period" @@ -285,47 +153,21 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "Resultado" +msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:189 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start -msgid "Starting date" -msgstr "Fecha inicial" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state -msgid "State" -msgstr "Estat" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type -msgid "Statement Type" -msgstr "Tipus declaració" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "Substitutiva" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type -msgid "Support Type" -msgstr "Tipus de suport" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Líneas de impuestos" @@ -335,11 +177,6 @@ msgstr "Líneas de impuestos" msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "Telemàtica" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." @@ -355,16 +192,6 @@ msgstr "A ingresar" msgid "To return" msgstr "A devolver" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat -msgid "VAT number" -msgstr "NIF / CIF" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year -msgid "Year" -msgstr "Año" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado msgid "[27] VAT payable" @@ -424,3 +251,4 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index ca06f5e8e5f..cf516af4ac1 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-23 00:51+0000\n" -"PO-Revision-Date: 2017-01-23 00:51+0000\n" +"POT-Creation-Date: 2017-06-29 15:04+0000\n" +"PO-Revision-Date: 2017-06-29 15:04+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -93,7 +93,7 @@ msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "ID" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate @@ -153,16 +153,16 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "Resultado" +msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:186 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:188 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index a4908e72c04..68031f7a9fa 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -1,21 +1,19 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 +# * l10n_es_aeat_mod303 # -# Translators: msgid "" msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-14 00:52+0000\n" -"PO-Revision-Date: 2015-07-10 10:58+0000\n" +"POT-Creation-Date: 2017-06-29 15:04+0000\n" +"PO-Revision-Date: 2017-06-29 15:04+0000\n" "Last-Translator: <>\n" -"Language-Team: Basque (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/eu/)\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -42,11 +40,6 @@ msgstr "Declaraciones AEAT 303" msgid "AEAT model 303" msgstr "Modelo AEAT 303" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id -msgid "Account entry" -msgstr "Entrada cuenta" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" @@ -57,31 +50,11 @@ msgstr "" msgid "Bank account" msgstr "Cuenta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date -msgid "Calculation date" -msgstr "Fecha de cálculo" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "Cancelada" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id -msgid "Company" -msgstr "Enpresa" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "Compensar" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "Osagarria" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." @@ -107,60 +80,20 @@ msgstr "Creado por" msgid "Created on" msgstr "Creado en" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id -msgid "Currency" -msgstr "Moneda" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "DVD" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number -msgid "Declaration number" -msgstr "Nº declaración" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Display Name" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Realizado" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Borrador" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end -msgid "Ending date" -msgstr "Fecha final" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id -msgid "Export configuration" -msgstr "Configuración de exportación" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Full Name" -msgstr "Nombre completo" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "ID" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate @@ -172,25 +105,10 @@ msgstr "Si se marca, indicará que el importe a devolver se compensará en poste msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal" -msgstr "Diario" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal in which post the move." -msgstr "Diario en el que publicar el movimiento." - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "L.R. VAT number" -msgstr "Nombre del representante legal" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Last Modified on" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -202,76 +120,26 @@ msgstr "Última actualización por" msgid "Last Updated on" msgstr "Última actualización en" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "Legal Representative VAT number." -msgstr "NIF del representant legal." - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id -msgid "Model" -msgstr "Modelo" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Montly Return" msgstr "Devolución mensual" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Must have name and surname." -msgstr "Debe tener nombre y apellidos." - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "Arrunta" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "Empresa" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type -msgid "Period type" -msgstr "Tipo de periodo" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone -msgid "Phone" -msgstr "Telefonoa" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "Contabilizado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number -msgid "Previous declaration number" -msgstr "Nº previo declaración" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "Procesada" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "Inscrito en el Registro de Devolución Mensual" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name -msgid "Report identifier" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "Result of the previous or prior statements of the same concept, exercise and period" @@ -285,47 +153,21 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "Resultado" +msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start -msgid "Starting date" -msgstr "Fecha inicial" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state -msgid "State" -msgstr "Estado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type -msgid "Statement Type" -msgstr "Tipo de declaración" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "Sustitutiva" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type -msgid "Support Type" -msgstr "Tipo de soporte" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Líneas de impuestos" @@ -335,11 +177,6 @@ msgstr "Líneas de impuestos" msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "Telemática" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." @@ -355,16 +192,6 @@ msgstr "A ingresar" msgid "To return" msgstr "A devolver" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat -msgid "VAT number" -msgstr "NIF" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year -msgid "Year" -msgstr "Año" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado msgid "[27] VAT payable" @@ -424,3 +251,4 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 46db7353bec..c6222b7094d 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -2,21 +2,18 @@ # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 # -# Translators: -# Alejandro Santana , 2015 msgid "" msgstr "" -"Project-Id-Version: l10n-spain (8.0)\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-30 22:58+0000\n" -"PO-Revision-Date: 2016-04-30 23:00+0000\n" -"Last-Translator: OCA Transbot \n" -"Language-Team: Galician (http://www.transifex.com/oca/OCA-l10n-spain-8-0/language/gl/)\n" +"POT-Creation-Date: 2017-06-29 15:04+0000\n" +"PO-Revision-Date: 2017-06-29 15:04+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -43,11 +40,6 @@ msgstr "Declaracións AEAT 303" msgid "AEAT model 303" msgstr "Modelo AEAT 303" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id -msgid "Account entry" -msgstr "Entrada cuenta" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" @@ -58,31 +50,11 @@ msgstr "" msgid "Bank account" msgstr "Conta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date -msgid "Calculation date" -msgstr "Data de cálculo" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "Cancelada" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id -msgid "Company" -msgstr "Compañía" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "Compensar" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "Complementaria" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." @@ -108,60 +80,20 @@ msgstr "Creado por" msgid "Created on" msgstr "Creado o" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id -msgid "Currency" -msgstr "Moeda" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "DVD" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number -msgid "Declaration number" -msgstr "Nº declaración" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Display Name" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "Realizado" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "Borrador" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end -msgid "Ending date" -msgstr "Fecha final" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id -msgid "Export configuration" -msgstr "Padrón de exportación" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "Cota a compensar de períodos anteriores, nos que a súa declaración foi a devolver e escolleuse a opción de compensación posterior" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Full Name" -msgstr "Nome completo" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "ID" +msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate @@ -173,21 +105,6 @@ msgstr "Se se marca, indicará que o importe a devolver compensarase en declarac msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "Na última autoliquidación do ano (a do período 4T ou mes 12) farase constar, co signo que corresponda, o resultado da regularización anual conforme dispoñen as Leis polas que se aproban o Concerto Económico entre o Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o Estado e a Comunidade Foral de Navarra." -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal" -msgstr "Diario" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal in which post the move." -msgstr "Diario en el que publicar el movimiento." - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "L.R. VAT number" -msgstr "Nombre del representante legal" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" @@ -203,76 +120,26 @@ msgstr "Derradeira actualización feita por" msgid "Last Updated on" msgstr "Actualizado por derradeira vez o" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "Legal Representative VAT number." -msgstr "NIF do representante legal." - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id -msgid "Model" -msgstr "Modelo" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Montly Return" msgstr "Devolución mensual" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Must have name and surname." -msgstr "Debe conter nome e apelidos" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "Normal" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "Empresa" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type -msgid "Period type" -msgstr "Tipo de periodo" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone -msgid "Phone" -msgstr "Teléfono" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "Contabilizado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number -msgid "Previous declaration number" -msgstr "Nº da declaración anterior" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "Procesada" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "Inscrito no Rexistro de Devolución Mensual" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name -msgid "Report identifier" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "Result of the previous or prior statements of the same concept, exercise and period" @@ -286,47 +153,21 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "Resultado" +msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione unha conta bancaria para realiza-lo cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start -msgid "Starting date" -msgstr "Fecha inicial" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state -msgid "State" -msgstr "Estado" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type -msgid "Statement Type" -msgstr "Tipo de declaración" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "Substitutiva" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type -msgid "Support Type" -msgstr "Tipo de soporte" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Liñas de impostos" @@ -336,11 +177,6 @@ msgstr "Liñas de impostos" msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" msgstr "Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, consignarán nesta casa a porcentaxe do volumen de operacións no territorio común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "Telemática" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." @@ -356,16 +192,6 @@ msgstr "A ingresar" msgid "To return" msgstr "A devolver" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat -msgid "VAT number" -msgstr "NIF" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year -msgid "Year" -msgstr "Año" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado msgid "[27] VAT payable" @@ -425,3 +251,4 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po index 3be4d4e1efc..cb2fbb2f1de 100644 --- a/l10n_es_aeat_mod303/i18n/pl.po +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-06 17:03+0000\n" -"PO-Revision-Date: 2016-09-06 17:03+0000\n" +"POT-Creation-Date: 2017-06-29 15:03+0000\n" +"PO-Revision-Date: 2017-06-29 15:03+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -40,11 +40,6 @@ msgstr "" msgid "AEAT model 303" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id -msgid "Account entry" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" @@ -55,31 +50,11 @@ msgstr "" msgid "Bank account" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id -msgid "Company" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." @@ -105,56 +80,16 @@ msgstr "" msgid "Created on" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number -msgid "Declaration number" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end -msgid "Ending date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id -msgid "Export configuration" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Full Name" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" @@ -170,21 +105,6 @@ msgstr "" msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "L.R. VAT number" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" @@ -200,76 +120,26 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id -msgid "Model" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Montly Return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Must have name and surname." -msgstr "" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name -msgid "Report identifier" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "Result of the previous or prior statements of the same concept, exercise and period" @@ -286,44 +156,18 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start -msgid "Starting date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" @@ -333,11 +177,6 @@ msgstr "" msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." @@ -353,16 +192,6 @@ msgstr "" msgid "To return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year -msgid "Year" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado msgid "[27] VAT payable" diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index 3be4d4e1efc..cb2fbb2f1de 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-06 17:03+0000\n" -"PO-Revision-Date: 2016-09-06 17:03+0000\n" +"POT-Creation-Date: 2017-06-29 15:03+0000\n" +"PO-Revision-Date: 2017-06-29 15:03+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -40,11 +40,6 @@ msgstr "" msgid "AEAT model 303" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id -msgid "Account entry" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" @@ -55,31 +50,11 @@ msgstr "" msgid "Bank account" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id -msgid "Company" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." @@ -105,56 +80,16 @@ msgstr "" msgid "Created on" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number -msgid "Declaration number" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end -msgid "Ending date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id -msgid "Export configuration" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Full Name" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" @@ -170,21 +105,6 @@ msgstr "" msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "L.R. VAT number" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" @@ -200,76 +120,26 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id -msgid "Model" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Montly Return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Must have name and surname." -msgstr "" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name -msgid "Report identifier" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "Result of the previous or prior statements of the same concept, exercise and period" @@ -286,44 +156,18 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start -msgid "Starting date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" @@ -333,11 +177,6 @@ msgstr "" msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." @@ -353,16 +192,6 @@ msgstr "" msgid "To return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year -msgid "Year" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado msgid "[27] VAT payable" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index 3be4d4e1efc..be2f13a089b 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-06 17:03+0000\n" -"PO-Revision-Date: 2016-09-06 17:03+0000\n" +"POT-Creation-Date: 2017-06-29 15:04+0000\n" +"PO-Revision-Date: 2017-06-29 15:04+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -40,11 +40,6 @@ msgstr "" msgid "AEAT model 303" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_move_id -msgid "Account entry" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" @@ -55,31 +50,11 @@ msgstr "" msgid "Bank account" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_calculation_date -msgid "Calculation date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Cancelled" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_id -msgid "Company" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "Compensate" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Complementary" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." @@ -105,56 +80,16 @@ msgstr "" msgid "Created on" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_currency_id -msgid "Currency" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "DVD" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_number -msgid "Declaration number" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Done" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Draft" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_end -msgid "Ending date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_export_config_id -msgid "Export configuration" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Full Name" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" @@ -170,21 +105,6 @@ msgstr "" msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_journal_id -msgid "Journal in which post the move." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "L.R. VAT number" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" @@ -200,76 +120,26 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_representative_vat -msgid "Legal Representative VAT number." -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_model_id -msgid "Model" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Montly Return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_name -msgid "Must have name and surname." -msgstr "" - #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Normal" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_period_type -msgid "Period type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_contact_phone -msgid "Phone" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Posted" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_number -msgid "Previous declaration number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,state:0 -msgid "Processed" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_name -msgid "Report identifier" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "Result of the previous or prior statements of the same concept, exercise and period" @@ -286,44 +156,18 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:199 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:201 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 #, python-format msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_date_start -msgid "Starting date" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_state -msgid "State" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_type -msgid "Statement Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,type:0 -msgid "Substitutive" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_support_type -msgid "Support Type" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_tax_line_ids #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" @@ -333,11 +177,6 @@ msgstr "" msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" msgstr "" -#. module: l10n_es_aeat_mod303 -#: selection:l10n.es.aeat.mod303.report,support_type:0 -msgid "Telematics" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." @@ -353,16 +192,6 @@ msgstr "" msgid "To return" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_vat -msgid "VAT number" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_year -msgid "Year" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado msgid "[27] VAT payable" From c8b208396c5e1152c4e084d1e30d6379cce854cb Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 1 Jul 2017 05:29:31 +0200 Subject: [PATCH 044/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/bg.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/ca.po | 102 ++++++++--- l10n_es_aeat_mod303/i18n/cs.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/de.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/es.po | 98 ++++++++--- l10n_es_aeat_mod303/i18n/es_CO.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/es_CR.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/eu.po | 102 ++++++++--- l10n_es_aeat_mod303/i18n/fr.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/gl.po | 101 ++++++++--- l10n_es_aeat_mod303/i18n/hr.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/nl.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/pl.po | 67 +++++--- l10n_es_aeat_mod303/i18n/pt.po | 69 +++++--- l10n_es_aeat_mod303/i18n/pt_BR.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/sl.po | 69 +++++--- l10n_es_aeat_mod303/i18n/sv.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/tr.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/vi.po | 277 ++++++++++++++++++++++++++++++ 19 files changed, 3758 insertions(+), 174 deletions(-) create mode 100644 l10n_es_aeat_mod303/i18n/bg.po create mode 100644 l10n_es_aeat_mod303/i18n/cs.po create mode 100644 l10n_es_aeat_mod303/i18n/de.po create mode 100644 l10n_es_aeat_mod303/i18n/es_CO.po create mode 100644 l10n_es_aeat_mod303/i18n/es_CR.po create mode 100644 l10n_es_aeat_mod303/i18n/fr.po create mode 100644 l10n_es_aeat_mod303/i18n/hr.po create mode 100644 l10n_es_aeat_mod303/i18n/nl.po create mode 100644 l10n_es_aeat_mod303/i18n/pt_BR.po create mode 100644 l10n_es_aeat_mod303/i18n/sv.po create mode 100644 l10n_es_aeat_mod303/i18n/tr.po create mode 100644 l10n_es_aeat_mod303/i18n/vi.po diff --git a/l10n_es_aeat_mod303/i18n/bg.po b/l10n_es_aeat_mod303/i18n/bg.po new file mode 100644 index 00000000000..c08f634c0fc --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/bg.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "Партньор" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index c4777a629c4..f98c0b9f5b5 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 15:04+0000\n" -"PO-Revision-Date: 2017-06-29 15:04+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -57,8 +60,17 @@ msgstr "Compensar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." -msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -83,32 +95,48 @@ msgstr "Creat el" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "" +msgstr "Display Name" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" -msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "If checked, the return amount will be compensate in future statements" -msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +msgstr "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." -msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "" +msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -142,8 +170,12 @@ msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "Result of the previous or prior statements of the same concept, exercise and period" -msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type @@ -153,7 +185,7 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 @@ -174,13 +206,26 @@ msgstr "Líneas de impuestos" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" -msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." -msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" +"Esta cuenta será la contrapartida para todos los elementos del diario que " +"están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 @@ -219,8 +264,12 @@ msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" -msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar @@ -251,4 +300,3 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" - diff --git a/l10n_es_aeat_mod303/i18n/cs.po b/l10n_es_aeat_mod303/i18n/cs.po new file mode 100644 index 00000000000..bc435716626 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/cs.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/de.po b/l10n_es_aeat_mod303/i18n/de.po new file mode 100644 index 00000000000..207aeaa7b55 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/de.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# Niki Waibel , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: Niki Waibel , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index cf516af4ac1..0e76e30117a 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 15:04+0000\n" -"PO-Revision-Date: 2017-06-29 15:04+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -57,8 +60,17 @@ msgstr "Compensar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." -msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -87,23 +99,39 @@ msgstr "Nombre a mostrar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" -msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "If checked, the return amount will be compensate in future statements" -msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +msgstr "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." -msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update @@ -142,8 +170,12 @@ msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "Result of the previous or prior statements of the same concept, exercise and period" -msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type @@ -153,7 +185,7 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 @@ -174,13 +206,26 @@ msgstr "Líneas de impuestos" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" -msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." -msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" +"Esta cuenta será la contrapartida para todos los elementos del diario que " +"están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 @@ -219,8 +264,12 @@ msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" -msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar @@ -251,4 +300,3 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" - diff --git a/l10n_es_aeat_mod303/i18n/es_CO.po b/l10n_es_aeat_mod303/i18n/es_CO.po new file mode 100644 index 00000000000..5aea0dc60e7 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/es_CO.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Creado" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_CR.po b/l10n_es_aeat_mod303/i18n/es_CR.po new file mode 100644 index 00000000000..5ae72fb4cb1 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/es_CR.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index 68031f7a9fa..879197325c8 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 15:04+0000\n" -"PO-Revision-Date: 2017-06-29 15:04+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -57,8 +60,17 @@ msgstr "Compensar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." -msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -83,32 +95,48 @@ msgstr "Creado en" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "" +msgstr "Display Name" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" -msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "If checked, the return amount will be compensate in future statements" -msgstr "Si se marca, indicará que el importe a devolver se compensará en posteriores declaraciones" +msgstr "" +"Si se marca, indicará que el importe a devolver se compensará en posteriores" +" declaraciones" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." -msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "" +msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -142,8 +170,12 @@ msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "Result of the previous or prior statements of the same concept, exercise and period" -msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type @@ -153,7 +185,7 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 @@ -174,13 +206,26 @@ msgstr "Líneas de impuestos" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" -msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" +" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." -msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" +"Esta cuenta será la contrapartida para todos los elementos del diario que " +"están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 @@ -219,8 +264,12 @@ msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" -msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar @@ -251,4 +300,3 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" - diff --git a/l10n_es_aeat_mod303/i18n/fr.po b/l10n_es_aeat_mod303/i18n/fr.po new file mode 100644 index 00000000000..560117e7388 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/fr.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Date" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Nom à afficher" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "Partenaire" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index c6222b7094d..39380b88fec 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 15:04+0000\n" -"PO-Revision-Date: 2017-06-29 15:04+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -57,8 +60,17 @@ msgstr "Compensar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." -msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" +" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -83,32 +95,48 @@ msgstr "Creado o" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "" +msgstr "Display Name" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" -msgstr "Cota a compensar de períodos anteriores, nos que a súa declaración foi a devolver e escolleuse a opción de compensación posterior" +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" +"Cota a compensar de períodos anteriores, nos que a súa declaración foi a " +"devolver e escolleuse a opción de compensación posterior" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate msgid "If checked, the return amount will be compensate in future statements" -msgstr "Se se marca, indicará que o importe a devolver compensarase en declaracións posteriores" +msgstr "" +"Se se marca, indicará que o importe a devolver compensarase en declaracións " +"posteriores" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." -msgstr "Na última autoliquidación do ano (a do período 4T ou mes 12) farase constar, co signo que corresponda, o resultado da regularización anual conforme dispoñen as Leis polas que se aproban o Concerto Económico entre o Estado e a Comunidade Autónoma do País Vasco e o Convenio Económico entre o Estado e a Comunidade Foral de Navarra." +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" +"Na última autoliquidación do ano (a do período 4T ou mes 12) farase constar," +" co signo que corresponda, o resultado da regularización anual conforme " +"dispoñen as Leis polas que se aproban o Concerto Económico entre o Estado e " +"a Comunidade Autónoma do País Vasco e o Convenio Económico entre o Estado e " +"a Comunidade Foral de Navarra." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "" +msgstr "Modificado por última vez o" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -142,8 +170,12 @@ msgstr "Inscrito no Rexistro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "Result of the previous or prior statements of the same concept, exercise and period" -msgstr "Resultado da anterior ou anteriores declaracións do mesmo concepto, exercicio e período" +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" +"Resultado da anterior ou anteriores declaracións do mesmo concepto, " +"exercicio e período" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type @@ -153,7 +185,7 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "" +msgstr "Resultado" #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 @@ -174,13 +206,25 @@ msgstr "Liñas de impostos" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" -msgstr "Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, consignarán nesta casa a porcentaxe do volumen de operacións no territorio común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" +"Os suxeitos pasivos que tributen conxuntamente á Administración do Estado e " +"ás Diputacións Forais do País Vasco ou á Comunidade Foral de Navarra, " +"consignarán nesta casa a porcentaxe do volumen de operacións no territorio " +"común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." -msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" +"Esta cuenta será la contrapartida para todos los elementos del diario que " +"están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 @@ -219,8 +263,12 @@ msgstr "[66] Atribuible á Administración" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" -msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar @@ -251,4 +299,3 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" - diff --git a/l10n_es_aeat_mod303/i18n/hr.po b/l10n_es_aeat_mod303/i18n/hr.po new file mode 100644 index 00000000000..0ac6965a852 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/hr.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Naziv " + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Zadnje ažuriranje" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "Partner" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/nl.po b/l10n_es_aeat_mod303/i18n/nl.po new file mode 100644 index 00000000000..a6d06733420 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/nl.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "Relatie" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po index cb2fbb2f1de..3b534cf0229 100644 --- a/l10n_es_aeat_mod303/i18n/pl.po +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 15:03+0000\n" -"PO-Revision-Date: 2017-06-29 15:03+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -57,7 +60,11 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." msgstr "" #. module: l10n_es_aeat_mod303 @@ -73,27 +80,29 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" -msgstr "" +msgstr "Utworzone przez" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "" +msgstr "Utworzono" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "" +msgstr "Wyświetlana nazwa " #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate @@ -102,23 +111,28 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "" +msgstr "Ostatnio modyfikowano" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Ostatnio modyfikowane przez" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "" +msgstr "Ostatnia zmiana" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual @@ -142,7 +156,9 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -174,12 +190,18 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." msgstr "" #. module: l10n_es_aeat_mod303 @@ -219,7 +241,9 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 @@ -251,4 +275,3 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" - diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index cb2fbb2f1de..fd4c00a8bc6 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 15:03+0000\n" -"PO-Revision-Date: 2017-06-29 15:03+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -57,7 +60,11 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." msgstr "" #. module: l10n_es_aeat_mod303 @@ -73,27 +80,29 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" -msgstr "" +msgstr "Criado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "" +msgstr "Criado em" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "" +msgstr "Nome" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate @@ -102,23 +111,28 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "" +msgstr "Modificado a última vez por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Atualizado pela última vez por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "" +msgstr "Atualizado pela última vez em" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual @@ -133,7 +147,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" -msgstr "" +msgstr "Parceiro" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual @@ -142,7 +156,9 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -174,12 +190,18 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." msgstr "" #. module: l10n_es_aeat_mod303 @@ -219,7 +241,9 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 @@ -251,4 +275,3 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" - diff --git a/l10n_es_aeat_mod303/i18n/pt_BR.po b/l10n_es_aeat_mod303/i18n/pt_BR.po new file mode 100644 index 00000000000..0f0ced5e3a7 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/pt_BR.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "Identificação" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "Parceiro" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index be2f13a089b..8929f78ff6e 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -1,19 +1,22 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 15:04+0000\n" -"PO-Revision-Date: 2017-06-29 15:04+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -57,7 +60,11 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." msgstr "" #. module: l10n_es_aeat_mod303 @@ -73,27 +80,29 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" -msgstr "" +msgstr "Ustvaril" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "" +msgstr "Ustvarjeno" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "" +msgstr "Prikazni naziv" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id msgid "ID" -msgstr "" +msgstr "ID" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate @@ -102,23 +111,28 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "" +msgstr "Zadnjič spremenjeno" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Zadnji posodobil" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "" +msgstr "Zadnjič posodobljeno" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual @@ -133,7 +147,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id msgid "Partner" -msgstr "" +msgstr "Partner" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual @@ -142,7 +156,9 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -174,12 +190,18 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." msgstr "" #. module: l10n_es_aeat_mod303 @@ -219,7 +241,9 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 @@ -251,4 +275,3 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" - diff --git a/l10n_es_aeat_mod303/i18n/sv.po b/l10n_es_aeat_mod303/i18n/sv.po new file mode 100644 index 00000000000..d1edddfa4ff --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/sv.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/tr.po b/l10n_es_aeat_mod303/i18n/tr.po new file mode 100644 index 00000000000..18d8d780503 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/tr.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/vi.po b/l10n_es_aeat_mod303/i18n/vi.po new file mode 100644 index 00000000000..614c8540dbf --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/vi.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-29 22:48+0000\n" +"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" From 3080d0a931b16c96a14c258a66c2e10fed871e55 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 26 Sep 2017 17:49:33 +0200 Subject: [PATCH 045/147] [FIX] l10_es_aeat_mod303: Import 2017 data file --- l10n_es_aeat_mod303/__manifest__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index a5fa2315a63..bdc0e40d909 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -7,7 +7,7 @@ { "name": "AEAT modelo 303", - "version": "10.0.1.0.0", + "version": "10.0.1.1.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," @@ -22,6 +22,7 @@ "data": [ "data/tax_code_map_mod303_data.xml", "data/aeat_export_mod303_data.xml", + "data/aeat_export_mod303_2017_data.xml", "views/mod303_view.xml", "security/l10n_es_aeat_mod303_security.xml", "security/ir.model.access.csv", From 9163418455125c5154605421f27e93956a4390d8 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 18 Oct 2017 17:53:40 +0200 Subject: [PATCH 046/147] [FIX] l10n_es_aeat_mod303: Set date_end on 2014 export config --- l10n_es_aeat_mod303/__manifest__.py | 2 +- l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index bdc0e40d909..de2f7d74bef 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -7,7 +7,7 @@ { "name": "AEAT modelo 303", - "version": "10.0.1.1.0", + "version": "10.0.1.2.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index bcd3c4979ab..f12920020cf 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -2436,6 +2436,7 @@ Mod.303 2014-2016 2014-01-01 + 2016-12-31 303 From e057472bd6ef6a483961197053ce897fbd8fc411 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 2 Dec 2017 06:26:18 +0100 Subject: [PATCH 047/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/ca.po | 8 +- l10n_es_aeat_mod303/i18n/es.po | 14 +- l10n_es_aeat_mod303/i18n/es_ES.po | 277 ++++++++++++++++++++++++++++++ l10n_es_aeat_mod303/i18n/eu.po | 14 +- 4 files changed, 295 insertions(+), 18 deletions(-) create mode 100644 l10n_es_aeat_mod303/i18n/es_ES.po diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index f98c0b9f5b5..bf6171a044f 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"POT-Creation-Date: 2017-11-30 20:59+0000\n" +"PO-Revision-Date: 2017-11-30 20:59+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" "MIME-Version: 1.0\n" @@ -141,12 +141,12 @@ msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "Última actualización por" +msgstr "Darrera Actualització per" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Última actualización en" +msgstr "Darrera Actualització el" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 0e76e30117a..f04dd9511c4 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"POT-Creation-Date: 2017-11-30 20:59+0000\n" +"PO-Revision-Date: 2017-11-30 20:59+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" @@ -90,12 +90,12 @@ msgstr "Creado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "Creado el" +msgstr "Creado en" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Nombre a mostrar" +msgstr "Nombre mostrado" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar @@ -136,7 +136,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Última modificación en" +msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -146,7 +146,7 @@ msgstr "Última actualización por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Última actualización el" +msgstr "Última actualización en" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual @@ -235,7 +235,7 @@ msgstr "A ingresar" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To return" -msgstr "A devolver" +msgstr "Negativa" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado diff --git a/l10n_es_aeat_mod303/i18n/es_ES.po b/l10n_es_aeat_mod303/i18n/es_ES.po new file mode 100644 index 00000000000..16164a593c7 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/es_ES.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +# Translators: +# Gelo Joga Landoo , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 20:59+0000\n" +"PO-Revision-Date: 2017-11-30 20:59+0000\n" +"Last-Translator: Gelo Joga Landoo , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "Informe 303 AEAT" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "Modelo 303 AEAT" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "Informes 303 AEAT" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "Modelo 303 AEAT" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "Permitir publicar" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id +msgid "Bank account" +msgstr "Cuenta bancaria" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "Compensate" +msgstr "Compensar" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "" +"Contributions of import tax included in the documents evidencing the payment" +" made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "Creado elCreado el" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "Nombre a mostrar" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "ID" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate +msgid "If checked, the return amount will be compensate in future statements" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id +msgid "Partner" +msgstr "Partner" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "" +"Result of the previous or prior statements of the same concept, exercise and" +" period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#, python-format +msgid "Select an account for making the charge" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index 879197325c8..b1d1ade0930 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"POT-Creation-Date: 2017-11-30 20:59+0000\n" +"PO-Revision-Date: 2017-11-30 20:59+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" "MIME-Version: 1.0\n" @@ -85,17 +85,17 @@ msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid msgid "Created by" -msgstr "Creado por" +msgstr "Nork sortua" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "Creado en" +msgstr "Created on" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Display Name" +msgstr "Izena erakutsi" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar @@ -141,12 +141,12 @@ msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid msgid "Last Updated by" -msgstr "Última actualización por" +msgstr "Last Updated by" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Última actualización en" +msgstr "Last Updated on" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual From d17fd1251679d97bc66a8b9cbeef69a2ea20ce95 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 21 Nov 2017 16:21:51 +0100 Subject: [PATCH 048/147] [IMP] l10n_es_aeat_mod303: Automatic compensation and return improvement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Si no estás inscrito en el REDEME (Registro de Devolución Mensual), y la declaración sale negativa, la única posibilidad es la de compensar, por lo que no tiene sentido que se tenga que marcar manualmente la casilla, ya que si olvida y se exporta, Hacienda no lo admite. Por eso, este cambio detecta automáticamente esta situación y coloca el tipo de resultado, eliminando la casilla extra. Se incluye script de migración para restituir correctamente los datos de anteriores declaraciones. También se hace obligatoria la cuenta bancaria cuando la declaración sea a devolver, ya que es también un dato obligatorio al presentarlo a Hacienda. --- l10n_es_aeat_mod303/__manifest__.py | 4 ++-- .../data/aeat_export_mod303_2017_data.xml | 2 +- .../data/aeat_export_mod303_data.xml | 2 +- l10n_es_aeat_mod303/i18n/es.po | 5 ++++ .../migrations/10.0.1.3.0/post-migration.py | 16 +++++++++++++ .../migrations/10.0.1.3.0/pre-migration.py | 15 ++++++++++++ l10n_es_aeat_mod303/models/mod303.py | 24 +++++++++---------- l10n_es_aeat_mod303/views/mod303_view.xml | 3 +-- 8 files changed, 53 insertions(+), 18 deletions(-) create mode 100644 l10n_es_aeat_mod303/migrations/10.0.1.3.0/post-migration.py create mode 100644 l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index de2f7d74bef..5e3199ef402 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -7,13 +7,13 @@ { "name": "AEAT modelo 303", - "version": "10.0.1.2.0", + "version": "10.0.1.3.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," "Tecnativa," "Odoo Community Association (OCA)", - 'website': "https://odoo-community.org/", + 'website': "https://github.com/OCA/l10n-spain", "license": "AGPL-3", "depends": [ "l10n_es", diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml index 46af5cf3dc6..fb0534a00a3 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml @@ -61,7 +61,7 @@ 6 Tipo de declaración - ${(object.result_type == 'D' and object.compensate and 'C') or object.result_type} + ${object.result_type} string 1 left diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index f12920020cf..f2d3f57de77 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -53,7 +53,7 @@ 5 Tipo de declaración - ${(object.result_type == 'D' and object.compensate and 'C') or object.result_type} + ${object.result_type} string 1 left diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index f04dd9511c4..69ce46dd18f 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -227,6 +227,11 @@ msgstr "" "Esta cuenta será la contrapartida para todos los elementos del diario que " "están regularizados al contabilizar el informe." +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "Solicitud de compensación" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/migrations/10.0.1.3.0/post-migration.py b/l10n_es_aeat_mod303/migrations/10.0.1.3.0/post-migration.py new file mode 100644 index 00000000000..f84929c5c7a --- /dev/null +++ b/l10n_es_aeat_mod303/migrations/10.0.1.3.0/post-migration.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Copyright 2014-2017 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + + +def migrate(cr, version): + if not version: + return + # for not requiring openupgradelib if not migrating + from openupgradelib import openupgrade + openupgrade.logged_query( + cr, """ + UPDATE l10n_es_aeat_mod303_report + SET result_type = 'C' + WHERE %s = True""" % openupgrade.get_legacy_name('compensate') + ) diff --git a/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py b/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py new file mode 100644 index 00000000000..402a1fc8ca0 --- /dev/null +++ b/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- +# Copyright 2014-2017 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + + +def migrate(cr, version): + if not version: + return + # for not requiring openupgradelib if not migrating + from openupgradelib import openupgrade + openupgrade.rename_columns( + cr, { + 'l10n_es_aeat_mod303_report': ('compensate', None), + } + ) diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index a2178ec91a9..363c2d3226f 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -83,12 +83,9 @@ def _default_counterpart_303(self): selection=[ ('I', 'To enter'), ('D', 'To return'), - ('N', 'No activity/Zero result') + ('C', 'To compensate'), + ('N', 'No activity/Zero result'), ], string="Result type", compute='_compute_result_type') - compensate = fields.Boolean( - string="Compensate", states={'done': [('readonly', True)]}, - help="If checked, the return amount will be compensate in " - "future statements") bank_account_id = fields.Many2one( comodel_name="res.partner.bank", string="Bank account", states={'done': [('readonly', True)]}, oldname='bank_account') @@ -150,7 +147,11 @@ def _compute_allow_posting(self): report.allow_posting = True @api.multi - @api.depends('resultado_liquidacion') + @api.depends( + 'resultado_liquidacion', + 'period_type', + 'devolucion_mensual', + ) def _compute_result_type(self): for report in self: if report.resultado_liquidacion == 0: @@ -158,7 +159,11 @@ def _compute_result_type(self): elif report.resultado_liquidacion > 0: report.result_type = 'I' else: - report.result_type = 'D' + if (report.devolucion_mensual or + report.period_type in ('4T', '12')): + report.result_type = 'D' + else: + report.result_type = 'C' @api.onchange('year', 'period_type') def onchange_period_type(self): @@ -171,11 +176,6 @@ def onchange_type(self): if self.type != 'C': self.previous_result = 0 - @api.onchange('result_type') - def onchange_result_type(self): - if self.result_type != 'D': - self.compensate = False - @api.multi def button_confirm(self): """Check records""" diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index dc3525eed84..90e559c570d 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -90,11 +90,10 @@ options="{'currency_field': 'currency_id'}" /> - Date: Thu, 14 Dec 2017 20:44:15 +0100 Subject: [PATCH 049/147] [FIX] l10n_es_aeat_mod303: Migration script --- l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py b/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py index 402a1fc8ca0..e2f266a7870 100644 --- a/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py +++ b/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py @@ -10,6 +10,6 @@ def migrate(cr, version): from openupgradelib import openupgrade openupgrade.rename_columns( cr, { - 'l10n_es_aeat_mod303_report': ('compensate', None), + 'l10n_es_aeat_mod303_report': [('compensate', None)], } ) From abd6501c8ce67fa17ed3fb9660481413d68bea64 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 14 Dec 2017 21:04:14 +0100 Subject: [PATCH 050/147] [FIX] l10n_es_aeat_mod303: Migration not needed Due to compute non stored field --- .../migrations/10.0.1.3.0/post-migration.py | 16 ---------------- .../migrations/10.0.1.3.0/pre-migration.py | 15 --------------- 2 files changed, 31 deletions(-) delete mode 100644 l10n_es_aeat_mod303/migrations/10.0.1.3.0/post-migration.py delete mode 100644 l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py diff --git a/l10n_es_aeat_mod303/migrations/10.0.1.3.0/post-migration.py b/l10n_es_aeat_mod303/migrations/10.0.1.3.0/post-migration.py deleted file mode 100644 index f84929c5c7a..00000000000 --- a/l10n_es_aeat_mod303/migrations/10.0.1.3.0/post-migration.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2014-2017 Tecnativa - Pedro M. Baeza -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - - -def migrate(cr, version): - if not version: - return - # for not requiring openupgradelib if not migrating - from openupgradelib import openupgrade - openupgrade.logged_query( - cr, """ - UPDATE l10n_es_aeat_mod303_report - SET result_type = 'C' - WHERE %s = True""" % openupgrade.get_legacy_name('compensate') - ) diff --git a/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py b/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py deleted file mode 100644 index e2f266a7870..00000000000 --- a/l10n_es_aeat_mod303/migrations/10.0.1.3.0/pre-migration.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2014-2017 Tecnativa - Pedro M. Baeza -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - - -def migrate(cr, version): - if not version: - return - # for not requiring openupgradelib if not migrating - from openupgradelib import openupgrade - openupgrade.rename_columns( - cr, { - 'l10n_es_aeat_mod303_report': [('compensate', None)], - } - ) From 3a388bbcc22fea93555bccad03fe35803768ca81 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 16 Dec 2017 06:36:08 +0100 Subject: [PATCH 051/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/ca.po | 21 +++++++-------------- l10n_es_aeat_mod303/i18n/es.po | 16 ++-------------- l10n_es_aeat_mod303/i18n/es_ES.po | 19 +++++++------------ l10n_es_aeat_mod303/i18n/eu.po | 21 +++++++-------------- l10n_es_aeat_mod303/i18n/gl.po | 21 +++++++-------------- 5 files changed, 30 insertions(+), 68 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index bf6171a044f..54142d22ccb 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-30 20:59+0000\n" -"PO-Revision-Date: 2017-11-30 20:59+0000\n" +"POT-Creation-Date: 2017-12-14 20:10+0000\n" +"PO-Revision-Date: 2017-12-14 20:10+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" "MIME-Version: 1.0\n" @@ -53,11 +53,6 @@ msgstr "" msgid "Bank account" msgstr "Cuenta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "Compensar" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -111,13 +106,6 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" -msgstr "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -227,6 +215,11 @@ msgstr "" "Esta cuenta será la contrapartida para todos los elementos del diario que " "están regularizados al contabilizar el informe." +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 69ce46dd18f..2e2eecf7d1a 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-30 20:59+0000\n" -"PO-Revision-Date: 2017-11-30 20:59+0000\n" +"POT-Creation-Date: 2017-12-14 20:10+0000\n" +"PO-Revision-Date: 2017-12-14 20:10+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" @@ -53,11 +53,6 @@ msgstr "Permitir generar asiento" msgid "Bank account" msgstr "Cuenta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "Compensar" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -111,13 +106,6 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" -msgstr "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" diff --git a/l10n_es_aeat_mod303/i18n/es_ES.po b/l10n_es_aeat_mod303/i18n/es_ES.po index 16164a593c7..954f626151f 100644 --- a/l10n_es_aeat_mod303/i18n/es_ES.po +++ b/l10n_es_aeat_mod303/i18n/es_ES.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-30 20:59+0000\n" -"PO-Revision-Date: 2017-11-30 20:59+0000\n" +"POT-Creation-Date: 2017-12-14 20:10+0000\n" +"PO-Revision-Date: 2017-12-14 20:10+0000\n" "Last-Translator: Gelo Joga Landoo , 2017\n" "Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" "MIME-Version: 1.0\n" @@ -53,11 +53,6 @@ msgstr "Permitir publicar" msgid "Bank account" msgstr "Cuenta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "Compensar" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -104,11 +99,6 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -204,6 +194,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index b1d1ade0930..dd9a4d3fd46 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-30 20:59+0000\n" -"PO-Revision-Date: 2017-11-30 20:59+0000\n" +"POT-Creation-Date: 2017-12-14 20:10+0000\n" +"PO-Revision-Date: 2017-12-14 20:10+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" "MIME-Version: 1.0\n" @@ -53,11 +53,6 @@ msgstr "" msgid "Bank account" msgstr "Cuenta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "Compensar" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -111,13 +106,6 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" -msgstr "" -"Si se marca, indicará que el importe a devolver se compensará en posteriores" -" declaraciones" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -227,6 +215,11 @@ msgstr "" "Esta cuenta será la contrapartida para todos los elementos del diario que " "están regularizados al contabilizar el informe." +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 39380b88fec..8e879ac2f6a 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" +"POT-Creation-Date: 2017-12-14 20:10+0000\n" +"PO-Revision-Date: 2017-12-14 20:10+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "MIME-Version: 1.0\n" @@ -53,11 +53,6 @@ msgstr "" msgid "Bank account" msgstr "Conta bancaria" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "Compensar" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -111,13 +106,6 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" -msgstr "" -"Se se marca, indicará que o importe a devolver compensarase en declaracións " -"posteriores" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -226,6 +214,11 @@ msgstr "" "Esta cuenta será la contrapartida para todos los elementos del diario que " "están regularizados al contabilizar el informe." +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" From c2a5fd425f86992ac47bda4befd39739c46cfb70 Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Fri, 15 Dec 2017 16:19:16 +0100 Subject: [PATCH 052/147] =?UTF-8?q?-=20Cambia=20cuenta=20de=20contrapartid?= =?UTF-8?q?a=20en=20funci=C3=B3n=20del=20resultado.=20-=20En=20a=20casilla?= =?UTF-8?q?=20de=20importes=20a=20compensar=20debe=20constar,=20EN=20POSIT?= =?UTF-8?q?IVO,=20las=20cuotas=20a=20compensar=20procedentes=20de=20period?= =?UTF-8?q?os=20anteriores.=20-=20Incluye=20mensaje=20para=20advertir=20qu?= =?UTF-8?q?e=20existen=20cuotas=20a=20compensar=20en=20periodos=20anterior?= =?UTF-8?q?es.=20-=20Borra=20campo=20'bank=5Faccount=5Fid',=20que=20est?= =?UTF-8?q?=C3=A1=20ya=20duplicado=20en=20'partner=5Fbank=5Fid'=20e=20incl?= =?UTF-8?q?uye=20script=20de=20migraci=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_es_aeat_mod303/__manifest__.py | 2 +- .../migrations/10.0.1.4.0/pre-migration.py | 17 +++++ l10n_es_aeat_mod303/models/mod303.py | 75 ++++++++++++++++--- .../tests/test_l10n_es_aeat_mod303.py | 56 ++++++++++---- l10n_es_aeat_mod303/views/mod303_view.xml | 8 +- 5 files changed, 129 insertions(+), 29 deletions(-) create mode 100644 l10n_es_aeat_mod303/migrations/10.0.1.4.0/pre-migration.py diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 5e3199ef402..fec2b317efe 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -7,7 +7,7 @@ { "name": "AEAT modelo 303", - "version": "10.0.1.3.0", + "version": "10.0.1.4.0", 'category': "Accounting & Finance", 'author': "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/migrations/10.0.1.4.0/pre-migration.py b/l10n_es_aeat_mod303/migrations/10.0.1.4.0/pre-migration.py new file mode 100644 index 00000000000..b1c1345dfea --- /dev/null +++ b/l10n_es_aeat_mod303/migrations/10.0.1.4.0/pre-migration.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + + +def migrate(cr, version): + if not version: + return + cr.execute(""" + UPDATE l10n_es_aeat_mod303_report + SET cuota_compensar = abs(cuota_compensar)""") + + cr.execute(""" + UPDATE l10n_es_aeat_mod303_report + SET partner_bank_id = bank_account_id + WHERE partner_bank_id IS Null + AND bank_account_id IS NOT Null""") diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 363c2d3226f..d46401559e6 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -5,7 +5,14 @@ # Copyright 2014-2017 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from odoo import models, fields, api, _ +from odoo import api, exceptions, fields, models, _ + +_ACCOUNT_PATTERN_MAP = { + 'C': '4700', + 'D': '4700', + 'N': '4700', + 'I': '4750', +} class L10nEsAeatMod303Report(models.Model): @@ -17,11 +24,9 @@ class L10nEsAeatMod303Report(models.Model): def _default_counterpart_303(self): return self.env['account.account'].search([ ('code', 'like', '4750%'), + ('company_id', '=', self._default_company_id().id) ])[:1] - company_partner_id = fields.Many2one( - comodel_name='res.partner', string="Partner", - relation='company_id.partner_id', store=True) devolucion_mensual = fields.Boolean( string="Montly Return", states={'done': [('readonly', True)]}, help="Registered in the Register of Monthly Return") @@ -86,14 +91,33 @@ def _default_counterpart_303(self): ('C', 'To compensate'), ('N', 'No activity/Zero result'), ], string="Result type", compute='_compute_result_type') - bank_account_id = fields.Many2one( - comodel_name="res.partner.bank", string="Bank account", - states={'done': [('readonly', True)]}, oldname='bank_account') counterpart_account_id = fields.Many2one( comodel_name='account.account', string="Counterpart account", - default=_default_counterpart_303, oldname='counterpart_account') + default=_default_counterpart_303, + domain="[('company_id', '=', company_id)]", + oldname='counterpart_account') allow_posting = fields.Boolean(string="Allow posting", default=True) + @api.multi + @api.depends('date_start', 'cuota_compensar') + def _compute_exception_msg(self): + super(L10nEsAeatMod303Report, self)._compute_exception_msg() + for mod303 in self: + # Get result from previous declarations, in order to identify if + # there is an amount to compensate. + prev_reports = mod303._get_previous_fiscalyear_reports( + mod303.date_start) + prev_reports.filtered(lambda x: x.state not in ['draft', + 'cancelled']) + for prev_report in prev_reports: + if prev_report.result_type == 'C' and not \ + mod303.cuota_compensar: + mod303.exception_msg = \ + _("In previous declarations this year you " + "reported a Result Type 'To Compensate'. " + "You might need to fill field '[67] " + "Fees to compensate' in this declaration.") + @api.multi @api.depends('tax_line_ids', 'tax_line_ids.amount') def _compute_total_devengado(self): @@ -131,7 +155,7 @@ def _compute_atribuible_estado(self): def _compute_casilla_69(self): for report in self: report.casilla_69 = ( - report.atribuible_estado + report.casilla_77 + + report.atribuible_estado + report.casilla_77 - report.cuota_compensar + report.regularizacion_anual) @api.multi @@ -176,6 +200,30 @@ def onchange_type(self): if self.type != 'C': self.previous_result = 0 + @api.multi + def calculate(self): + res = super(L10nEsAeatMod303Report, self).calculate() + account_pattern_mapping = _ACCOUNT_PATTERN_MAP + for mod303 in self: + mod303.counterpart_account_id = \ + self.env['account.account'].search([ + ('code', 'like', '%s%%' % account_pattern_mapping.get( + mod303.result_type)), + ('company_id', '=', mod303.company_id.id), + ])[:1] + prev_reports = mod303._get_previous_fiscalyear_reports( + mod303.date_start) + if prev_reports: + prev_reports = prev_reports.filtered( + lambda x: x.state != 'cancelled') + prev_report = min(prev_reports, key=lambda x: abs( + fields.Date.from_string(x.date_end) - + fields.Date.from_string(mod303.date_start))) + if prev_report.resultado_liquidacion < 0.0: + mod303.cuota_compensar = abs( + prev_report.resultado_liquidacion) + return res + @api.multi def button_confirm(self): """Check records""" @@ -190,3 +238,12 @@ def button_confirm(self): # raise exceptions.Warning(msg) pass return super(L10nEsAeatMod303Report, self).button_confirm() + + @api.multi + @api.constrains('cuota_compensar') + def check_qty(self): + for record in self: + if record.cuota_compensar < 0.0: + raise exceptions.ValidationError( + _('The fee to compensate must be indicated ' + 'as a positive number. ')) diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index c10680e9f02..f38e2e2f662 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -5,6 +5,7 @@ import logging from odoo.addons.l10n_es_aeat.tests.test_l10n_es_aeat_mod_base import \ TestL10nEsAeatModBase +from odoo import exceptions _logger = logging.getLogger('aeat.303') @@ -264,7 +265,7 @@ def test_model_303(self): # Create model export_config = self.env.ref( 'l10n_es_aeat_mod303.aeat_mod303_main_export_config') - self.model303 = self.env['l10n.es.aeat.mod303.report'].create({ + model303 = self.env['l10n.es.aeat.mod303.report'].new({ 'name': '9990000000303', 'company_id': self.company.id, 'company_vat': '1234567890', @@ -278,12 +279,23 @@ def test_model_303(self): 'date_end': '2017-03-31', 'export_config_id': export_config.id, 'journal_id': self.journal_misc.id, - 'counterpart_account_id': self.accounts['475000'].id }) + model303.counterpart_account_id \ + = model303._default_counterpart_303() + self.assertEqual(model303.counterpart_account_id.id, + self.accounts['475000'].id) + model303 = self.env[ + 'l10n.es.aeat.mod303.report'].create( + model303._convert_to_write(model303._cache)) _logger.debug('Calculate AEAT 303 1T 2017') - self.model303.button_calculate() + model303.button_calculate() + self.assertEqual(model303.state, 'calculated') + model303.button_recover() + self.assertEqual(model303.state, 'draft') + self.assertEqual(model303.calculation_date, False) + model303.button_calculate() # Fill manual fields - self.model303.write({ + model303.write({ # % atribuible al Estado 'porcentaje_atribuible_estado': 95, # Cuotas a compensar @@ -291,12 +303,14 @@ def test_model_303(self): # Iva Diferido (Liquidado por aduana) 'casilla_77': 455, }) + model303.button_recalculate() + self.assertEqual(model303.state, 'calculated') if self.debug: - self._print_tax_lines(self.model303.tax_line_ids) + self._print_tax_lines(model303.tax_line_ids) # Check tax lines for box, result in self.taxes_result.iteritems(): _logger.debug('Checking tax line: %s' % box) - lines = self.model303.tax_line_ids.filtered( + lines = model303.tax_line_ids.filtered( lambda x: x.field_number == int(box)) self.assertAlmostEqual(sum(lines.mapped('amount')), result, 2) # Check result @@ -307,11 +321,25 @@ def test_model_303(self): '29', '31', '33', '35', '37', '39', '41', '42', '43', '44')]) subtotal = round(devengado - deducir, 3) estado = round(subtotal * 0.95, 3) - result = round(estado + 455 + 250, 3) - self.assertAlmostEqual(self.model303.total_devengado, devengado, 2) - self.assertAlmostEqual(self.model303.total_deducir, deducir, 2) - self.assertAlmostEqual(self.model303.casilla_46, subtotal, 2) - self.assertAlmostEqual(self.model303.atribuible_estado, estado, 2) - self.assertAlmostEqual(self.model303.casilla_69, result, 2) - self.assertAlmostEqual(self.model303.resultado_liquidacion, result, 2) - self.assertEqual(self.model303.result_type, 'I') + result = round(estado + 455 - 250, 3) + self.assertAlmostEqual(model303.total_devengado, devengado, 2) + self.assertAlmostEqual(model303.total_deducir, deducir, 2) + self.assertAlmostEqual(model303.casilla_46, subtotal, 2) + self.assertAlmostEqual(model303.atribuible_estado, estado, 2) + self.assertAlmostEqual(model303.casilla_69, result, 2) + self.assertAlmostEqual(model303.resultado_liquidacion, result, 2) + self.assertEqual(model303.result_type, 'I') + self.assertTrue(model303.allow_posting) + with self.assertRaises(exceptions.ValidationError): + model303.cuota_compensar = -250 + model303.button_post() + self.assertFalse(not model303.move_id) + self.assertEqual(model303.move_id.ref, model303.name) + self.assertEqual(model303.move_id.state, 'draft') + self.assertEqual(model303.move_id.journal_id, model303.journal_id) + self.assertEqual(model303.move_id.partner_id, + self.env.ref('l10n_es_aeat.res_partner_aeat')) + codes = model303.move_id.line_ids.mapped('account_id').mapped('code') + self.assertTrue('475000' in codes) + self.assertTrue('477000' in codes) + self.assertTrue('472000' in codes) diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index 90e559c570d..f5326b8648c 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -25,6 +25,9 @@ l10n.es.aeat.mod303.report + + {'invisible': [('result_type', 'not in', ('D', 'B', 'I'))], 'required': [('result_type', '=', 'D')]} + @@ -90,11 +93,6 @@ options="{'currency_field': 'currency_id'}" /> - - Date: Mon, 13 Nov 2017 16:17:53 +0100 Subject: [PATCH 053/147] [MIG] l10n_es_aeat_mod303: Migration to 11.0 --- l10n_es_aeat_mod303/README.rst | 6 +++--- l10n_es_aeat_mod303/__init__.py | 2 -- l10n_es_aeat_mod303/__manifest__.py | 9 ++++----- l10n_es_aeat_mod303/models/__init__.py | 2 -- l10n_es_aeat_mod303/models/mod303.py | 5 ++--- l10n_es_aeat_mod303/tests/__init__.py | 1 - l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py | 5 ++--- 7 files changed, 11 insertions(+), 19 deletions(-) diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index 0eeee67a721..3aca2368fa0 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl :alt: License: AGPL-3 =============== @@ -21,7 +21,7 @@ Uso .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/189/10.0 + :target: https://runbot.odoo-community.org/runbot/189/11.0 Gestión de errores ================== diff --git a/l10n_es_aeat_mod303/__init__.py b/l10n_es_aeat_mod303/__init__.py index 21ff7c22f3c..0650744f6bc 100644 --- a/l10n_es_aeat_mod303/__init__.py +++ b/l10n_es_aeat_mod303/__init__.py @@ -1,3 +1 @@ -# -*- encoding: utf-8 -*- - from . import models diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index fec2b317efe..14d4a02d4eb 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2013 Alberto Martín Cortada (Guadaltech) # Copyright 2015 AvanzOSC - Ainara Galdona # Copyright 2016 Tecnativa - Antonio Espinosa @@ -7,13 +6,13 @@ { "name": "AEAT modelo 303", - "version": "10.0.1.4.0", - 'category': "Accounting & Finance", - 'author': "Guadaltech," + "version": "11.0.1.0.0", + "category": "Accounting", + "author": "Guadaltech," "AvanzOSC," "Tecnativa," "Odoo Community Association (OCA)", - 'website': "https://github.com/OCA/l10n-spain", + "website": "https://github.com/OCA/l10n-spain", "license": "AGPL-3", "depends": [ "l10n_es", diff --git a/l10n_es_aeat_mod303/models/__init__.py b/l10n_es_aeat_mod303/models/__init__.py index 6a4a4cc3929..d2c87b1d2e5 100644 --- a/l10n_es_aeat_mod303/models/__init__.py +++ b/l10n_es_aeat_mod303/models/__init__.py @@ -1,3 +1 @@ -# -*- encoding: utf-8 -*- - from . import mod303 diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index d46401559e6..6ea5d59ac58 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -# © 2013 - Guadaltech - Alberto Martín Cortada -# © 2015 - AvanzOSC - Ainara Galdona +# Copyright 2013 - Guadaltech - Alberto Martín Cortada +# Copyright 2015 - AvanzOSC - Ainara Galdona # Copyright 2016 Tecnativa - Antonio Espinosa # Copyright 2014-2017 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_es_aeat_mod303/tests/__init__.py b/l10n_es_aeat_mod303/tests/__init__.py index 93b5a69bda6..a6728c2e281 100644 --- a/l10n_es_aeat_mod303/tests/__init__.py +++ b/l10n_es_aeat_mod303/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import test_l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index f38e2e2f662..3243d376217 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -1,5 +1,4 @@ -# -*- coding: utf-8 -*- -# © 2016 Pedro M. Baeza +# Copyright 2016 Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 import logging @@ -308,7 +307,7 @@ def test_model_303(self): if self.debug: self._print_tax_lines(model303.tax_line_ids) # Check tax lines - for box, result in self.taxes_result.iteritems(): + for box, result in self.taxes_result.items(): _logger.debug('Checking tax line: %s' % box) lines = model303.tax_line_ids.filtered( lambda x: x.field_number == int(box)) From 453d7226db2be766546ac4dd88fe074a1a0e4178 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 10 Feb 2018 07:16:23 +0100 Subject: [PATCH 054/147] OCA Transbot updated translations from Transifex --- l10n_es_aeat_mod303/i18n/bg.po | 48 +++++++++++++++---------------- l10n_es_aeat_mod303/i18n/ca.po | 39 ++++++++++++++----------- l10n_es_aeat_mod303/i18n/es.po | 39 ++++++++++++++----------- l10n_es_aeat_mod303/i18n/es_ES.po | 39 ++++++++++++++----------- l10n_es_aeat_mod303/i18n/eu.po | 39 ++++++++++++++----------- l10n_es_aeat_mod303/i18n/fr.po | 48 +++++++++++++++---------------- l10n_es_aeat_mod303/i18n/gl.po | 39 ++++++++++++++----------- l10n_es_aeat_mod303/i18n/hr.po | 48 +++++++++++++++---------------- l10n_es_aeat_mod303/i18n/nl.po | 48 +++++++++++++++---------------- l10n_es_aeat_mod303/i18n/pt.po | 48 +++++++++++++++---------------- l10n_es_aeat_mod303/i18n/pt_BR.po | 48 +++++++++++++++---------------- l10n_es_aeat_mod303/i18n/sl.po | 48 +++++++++++++++---------------- 12 files changed, 278 insertions(+), 253 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/bg.po b/l10n_es_aeat_mod303/i18n/bg.po index c08f634c0fc..a3aa1238eb0 100644 --- a/l10n_es_aeat_mod303/i18n/bg.po +++ b/l10n_es_aeat_mod303/i18n/bg.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,16 +48,6 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Партньор" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -172,13 +161,13 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +186,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +199,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index 54142d22ccb..71f07176565 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-14 20:10+0000\n" -"PO-Revision-Date: 2017-12-14 20:10+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,11 +48,6 @@ msgstr "Modelo AEAT 303" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "Cuenta bancaria" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -106,6 +101,15 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -146,11 +150,6 @@ msgstr "Devolución mensual" msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Empresa" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -176,13 +175,13 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -206,6 +205,12 @@ msgstr "" "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 2e2eecf7d1a..906dc8c8f1c 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-14 20:10+0000\n" -"PO-Revision-Date: 2017-12-14 20:10+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,11 +48,6 @@ msgstr "Modelo AEAT 303" msgid "Allow posting" msgstr "Permitir generar asiento" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "Cuenta bancaria" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -106,6 +101,15 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -146,11 +150,6 @@ msgstr "Devolución mensual" msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Empresa" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -176,13 +175,13 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -206,6 +205,12 @@ msgstr "" "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" diff --git a/l10n_es_aeat_mod303/i18n/es_ES.po b/l10n_es_aeat_mod303/i18n/es_ES.po index 954f626151f..0973050b205 100644 --- a/l10n_es_aeat_mod303/i18n/es_ES.po +++ b/l10n_es_aeat_mod303/i18n/es_ES.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# Gelo Joga Landoo , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-14 20:10+0000\n" -"PO-Revision-Date: 2017-12-14 20:10+0000\n" -"Last-Translator: Gelo Joga Landoo , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,11 +48,6 @@ msgstr "Modelo 303 AEAT" msgid "Allow posting" msgstr "Permitir publicar" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "Cuenta bancaria" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -99,6 +94,15 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -134,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Partner" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -162,13 +161,13 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,6 +186,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index dd9a4d3fd46..e76cef551bc 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-14 20:10+0000\n" -"PO-Revision-Date: 2017-12-14 20:10+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,11 +48,6 @@ msgstr "Modelo AEAT 303" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "Cuenta bancaria" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -106,6 +101,15 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -146,11 +150,6 @@ msgstr "Devolución mensual" msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Empresa" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -176,13 +175,13 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione una cuenta bancaria para realizar el cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -206,6 +205,12 @@ msgstr "" "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" diff --git a/l10n_es_aeat_mod303/i18n/fr.po b/l10n_es_aeat_mod303/i18n/fr.po index 560117e7388..3c709173faa 100644 --- a/l10n_es_aeat_mod303/i18n/fr.po +++ b/l10n_es_aeat_mod303/i18n/fr.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,16 +48,6 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Partenaire" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -172,13 +161,13 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +186,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +199,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 8e879ac2f6a..4dcfcb2cc6f 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-14 20:10+0000\n" -"PO-Revision-Date: 2017-12-14 20:10+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,11 +48,6 @@ msgstr "Modelo AEAT 303" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "Conta bancaria" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -106,6 +101,15 @@ msgstr "" msgid "ID" msgstr "ID" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual msgid "" @@ -146,11 +150,6 @@ msgstr "Devolución mensual" msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Empresa" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -176,13 +175,13 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "Seleccione unha conta bancaria para realiza-lo cargo" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" @@ -205,6 +204,12 @@ msgstr "" "consignarán nesta casa a porcentaxe do volumen de operacións no territorio " "común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" diff --git a/l10n_es_aeat_mod303/i18n/hr.po b/l10n_es_aeat_mod303/i18n/hr.po index 0ac6965a852..2ae9980b980 100644 --- a/l10n_es_aeat_mod303/i18n/hr.po +++ b/l10n_es_aeat_mod303/i18n/hr.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,16 +48,6 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Partner" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -172,13 +161,13 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +186,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +199,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/nl.po b/l10n_es_aeat_mod303/i18n/nl.po index a6d06733420..2a76f2b86bc 100644 --- a/l10n_es_aeat_mod303/i18n/nl.po +++ b/l10n_es_aeat_mod303/i18n/nl.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,16 +48,6 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Relatie" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -172,13 +161,13 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +186,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +199,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index fd4c00a8bc6..90f33292199 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,16 +48,6 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Parceiro" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -172,13 +161,13 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +186,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +199,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/pt_BR.po b/l10n_es_aeat_mod303/i18n/pt_BR.po index 0f0ced5e3a7..b89a5c9df1b 100644 --- a/l10n_es_aeat_mod303/i18n/pt_BR.po +++ b/l10n_es_aeat_mod303/i18n/pt_BR.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,16 +48,6 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "Identificação" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Parceiro" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -172,13 +161,13 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +186,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +199,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index 8929f78ff6e..9f54ef44007 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -3,14 +3,14 @@ # * l10n_es_aeat_mod303 # # Translators: -# OCA Transbot , 2017 +# OCA Transbot , 2018 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-29 22:48+0000\n" -"PO-Revision-Date: 2017-06-29 22:48+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-10 03:41+0000\n" +"PO-Revision-Date: 2018-02-10 03:41+0000\n" +"Last-Translator: OCA Transbot , 2018\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,16 +48,6 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "Partner" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -172,13 +161,13 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "Select an account for making the charge" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +186,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#, python-format +msgid "The fee to compensate must be indicated as a positive number. " +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +199,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" From fa7698305ca7d9e3e2bb85675aa0c93cd4f8f408 Mon Sep 17 00:00:00 2001 From: "Luis M. Ontalba" Date: Mon, 19 Feb 2018 19:09:19 +0100 Subject: [PATCH 055/147] [IMP] l10n_es_aeat_mod303: Descuentos_cuota_IVA --- l10n_es_aeat_mod303/README.rst | 1 + l10n_es_aeat_mod303/__manifest__.py | 2 +- .../data/tax_code_map_mod303_data.xml | 15 +++++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index 3aca2368fa0..b689946dbea 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -55,6 +55,7 @@ Contribuidores * AvanzOSC (http://www.avanzosc.es) * Comunitea (http://www.comunitea.com) * Antonio Espinosa +* Luis M. Ontalba Maintainer ---------- diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 14d4a02d4eb..57aa1973af7 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -6,7 +6,7 @@ { "name": "AEAT modelo 303", - "version": "11.0.1.0.0", + "version": "11.0.1.1.0", "category": "Accounting", "author": "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml index 3d6db3bb941..644f8d481eb 100644 --- a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml @@ -26,9 +26,10 @@ regular amount - credit + both - + @@ -51,9 +52,10 @@ regular amount - credit + both - + @@ -76,9 +78,10 @@ regular amount - credit + both - + From 4120f6a5be45d07af1de7d353ecd7f4dc113b6b8 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 20 Feb 2018 21:49:57 +0100 Subject: [PATCH 056/147] [IMP] l10n_es_aeat_mod303: Improve tests for handling negative price units --- .../tests/test_l10n_es_aeat_mod303.py | 42 +++++++++++-------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index 3243d376217..b638e311e3c 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -16,10 +16,13 @@ class TestL10nEsAeatMod303Base(TestL10nEsAeatModBase): taxes_sale = { # tax code: (base, tax_amount) 'S_IVA4B': (1000, 40), + 'S_IVA4B//neg': (-100, -4), 'S_IVA4S': (1100, 44), 'S_IVA10B': (1200, 120), + 'S_IVA10B//neg': (-120, -12), 'S_IVA10S': (1300, 130), 'S_IVA21B': (1400, 294), + 'S_IVA21B//neg': (-140, -29.4), 'S_IVA21S': (1500, 315), 'S_IVA21ISP': (1600, 336), 'S_REQ05': (1700, 8.5), @@ -71,19 +74,19 @@ class TestL10nEsAeatMod303Base(TestL10nEsAeatModBase): } taxes_result = { # Régimen General - Base imponible 4% - '1': (3 * 1000) + (3 * 1100), # S_IVA4B, S_IVA4S + '1': (3 * 1000) + (3 * 1100) - 3 * 100, # S_IVA4B, S_IVA4S # Régimen General - Cuota 4% - '3': (3 * 40) + (3 * 44), # S_IVA4B, S_IVA4S + '3': (3 * 40) + (3 * 44) - 3 * 4, # S_IVA4B, S_IVA4S # Régimen General - Base imponible 10% - '4': (3 * 1200) + (3 * 1300), # S_IVA10B, S_IVA10S + '4': (3 * 1200) + (3 * 1300) - 3 * 120, # S_IVA10B, S_IVA10S # Régimen General - Cuota 10% - '6': (3 * 120) + (3 * 130), # S_IVA10B, S_IVA10S + '6': (3 * 120) + (3 * 130) - 3 * 12, # S_IVA10B, S_IVA10S # Régimen General - Base imponible 21% - '7': (3 * 1400) + (3 * 1500) + (3 * 1600), # S_IVA21B, S_IVA21S, - # S_IVA21ISP + # S_IVA21B, S_IVA21S, S_IVA21ISP + '7': (3 * 1400) + (3 * 1500) + (3 * 1600) - 3 * 140, # Régimen General - Cuota 21% - '9': (3 * 294) + (3 * 315) + (3 * 336), # S_IVA21B, S_IVA21S, - # S_IVA21ISP + # S_IVA21B, S_IVA21S, S_IVA21ISP + '9': (3 * 294) + (3 * 315) + (3 * 336) - 3 * 29.4, # Adq. intracomunitarias de bienes y servicios - Base '10': ( (3 * 100) + (3 * 200) + (3 * 300) + # P_IVAx_IC_BC_2 @@ -108,9 +111,9 @@ class TestL10nEsAeatMod303Base(TestL10nEsAeatModBase): ), # Modificación bases y cuotas - Base (Compras y ventas) '14': ( - (-1) * (1000 + 1100 + # S_IVA4B, S_IVA4S - 1200 + 1300 + # S_IVA10B, S_IVA10S - 1400 + 1500 + 1600 + # S_IVA21B, S_IVA21S, S_IVA21ISP + (-1) * (1000 + 1100 - 100 + # S_IVA4B, S_IVA4S + 1200 + 1300 - 120 + # S_IVA10B, S_IVA10S + 1400 + 1500 + 1600 - 140 + # S_IVA21B,S_IVA21S,S_IVA21ISP 100 + 200 + 300 + # P_IVAx_IC_BC_2 400 + 500 + 600 + # P_IVAx_SP_IN_1 700 + 800 + 900 + # P_IVAx_IC_BI_2 @@ -119,9 +122,9 @@ class TestL10nEsAeatMod303Base(TestL10nEsAeatModBase): ), # Modificación bases y cuotas - Cuota (Compras y ventas) '15': ( - (-1) * (40 + 44 + # S_IVA4B, S_IVA4S - 120 + 130 + # S_IVA10B, S_IVA10S - 294 + 315 + 336 + # S_IVA21B, S_IVA21S, S_IVA21ISP + (-1) * (40 + 44 - 4 + # S_IVA4B, S_IVA4S + 120 + 130 - 12 + # S_IVA10B, S_IVA10S + 294 + 315 + 336 - 29.4 + # S_IVA21B, S_IVA21S, S_IVA21ISP 4 + 20 + 63 + # P_IVAx_IC_BC_2 16 + 50 + 126 + # P_IVAx_SP_IN_1 28 + 80 + 189 + # P_IVAx_IC_BI_2 @@ -307,11 +310,14 @@ def test_model_303(self): if self.debug: self._print_tax_lines(model303.tax_line_ids) # Check tax lines - for box, result in self.taxes_result.items(): - _logger.debug('Checking tax line: %s' % box) + for field, result in self.taxes_result.iteritems(): + _logger.debug('Checking tax line: %s' % field) lines = model303.tax_line_ids.filtered( - lambda x: x.field_number == int(box)) - self.assertAlmostEqual(sum(lines.mapped('amount')), result, 2) + lambda x: x.field_number == int(field)) + self.assertAlmostEqual( + sum(lines.mapped('amount')), result, 2, + "Incorrect result in field %s" % field + ) # Check result _logger.debug('Checking results') devengado = sum([self.taxes_result.get(b, 0.) for b in ( From 5692c32fb0c121214e2b70b19900a0fff433cf27 Mon Sep 17 00:00:00 2001 From: Carlos Dauden Date: Mon, 26 Feb 2018 08:31:09 +0100 Subject: [PATCH 057/147] [FIX] l10n_es_aeat_mod303: dict.iteritems() don't exist in python3. Change iteritems() to iter(items()) --- l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index b638e311e3c..c0fb76ff68d 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -310,7 +310,7 @@ def test_model_303(self): if self.debug: self._print_tax_lines(model303.tax_line_ids) # Check tax lines - for field, result in self.taxes_result.iteritems(): + for field, result in iter(self.taxes_result.items()): _logger.debug('Checking tax line: %s' % field) lines = model303.tax_line_ids.filtered( lambda x: x.field_number == int(field)) From 2a8070b6a0c076161ebacf9c887d04e722dc4895 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 22 Jan 2018 13:58:57 +0100 Subject: [PATCH 058/147] [FIX] l10n_es_aeat_mod303: Adapt to latest 2017 BOE format --- .../data/aeat_export_mod303_2017_data.xml | 741 +++++++++++------- l10n_es_aeat_mod303/docs/DR303e17v20_04.xlsx | Bin 0 -> 299463 bytes .../tests/test_l10n_es_aeat_mod303.py | 14 + 3 files changed, 463 insertions(+), 292 deletions(-) create mode 100644 l10n_es_aeat_mod303/docs/DR303e17v20_04.xlsx diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml index fb0534a00a3..4d172f141a1 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml @@ -774,15 +774,26 @@ 68 + Identificación - Exonerados de la Declaración-resumen anual del IVA, modelo 390: Volumen de operaciones (art. 121 LIVA) - Fijado como no exonerado + 0 + integer + + 1 + left + + + + 69 + Reservado para la AEAT string - 582 + 581 left - - 69 + + 70 Reservado para la AEAT: Sello electrónico reservado para la AEAT @@ -791,8 +802,8 @@ left - - 70 + + 71 Indicador de fin de registro: </T30301> </T30301000> @@ -865,6 +876,7 @@ Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Código integer + 2 right @@ -875,7 +887,7 @@ Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Volumen de ingresos float - + 17 2 right @@ -899,7 +911,7 @@ Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Cuota devengada float - + 17 2 right @@ -923,7 +935,7 @@ Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [A] float - + 17 2 right @@ -935,7 +947,7 @@ Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota soportada float - + 17 2 right @@ -956,21 +968,23 @@ 14 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Código - string - 4 - left + float + + 2 + 2 + right 15 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Nº Unidades + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Volumen de ingresos float - - 10 + + 17 2 right @@ -978,23 +992,23 @@ 16 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Importe + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Indices de cuota float - - 17 - 2 + + 6 + 5 right 17 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Nº Unidades + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Cuota devengada float - - 10 + + 17 2 right @@ -1002,11 +1016,11 @@ 18 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Importe + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Porcentaje trimestral float - - 17 + + 5 2 right @@ -1014,11 +1028,11 @@ 19 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Nº Unidades + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [A] float - - 10 + + 17 2 right @@ -1026,10 +1040,10 @@ 20 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Importe + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota soportada float - + 17 2 right @@ -1038,11 +1052,11 @@ 21 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Nº Unidades + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota anual derivada del regimen simplificado [B] float - - 10 + + 17 2 right @@ -1050,35 +1064,31 @@ 22 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE - float - - 17 - 2 - right + string + 4 + left 23 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE - Indicador auxiliar de actividad en el caso de epígrafes 691.9 y 722 - float - - 10 - 2 - right + string + 1 + left 24 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Nº Unidades float - - 17 + + 10 2 right @@ -1086,11 +1096,11 @@ 25 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Importe float - - 10 + + 17 2 right @@ -1098,11 +1108,11 @@ 26 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Nº Unidades float - - 17 + + 10 2 right @@ -1110,11 +1120,11 @@ 27 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Importe float - - 10 + + 17 2 right @@ -1122,11 +1132,11 @@ 28 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Nº Unidades float - - 17 + + 10 2 right @@ -1134,10 +1144,10 @@ 29 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Cuota devengada operaciones corrientes [C] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Importe float - + 17 2 right @@ -1146,11 +1156,11 @@ 30 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Reducciones [D] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Nº Unidades float - - 17 + + 10 2 right @@ -1158,11 +1168,11 @@ 31 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Importe float - - 3 + + 17 2 right @@ -1170,11 +1180,11 @@ 32 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Nº Unidades float - - 5 + + 10 2 right @@ -1182,10 +1192,10 @@ 33 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [F] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Importe float - + 17 2 right @@ -1194,17 +1204,19 @@ 34 - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Código + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Nº Unidades - integer - 2 + float + + 10 + 2 right 35 - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Volumen de ingresos + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Importe float @@ -1216,19 +1228,19 @@ 36 - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Indice de cuota + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Nº Unidades float - - 6 - 5 + + 10 + 2 right 37 - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Cuota devengada + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Importe float @@ -1240,11 +1252,11 @@ 38 - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Porcentaje trimestral + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Cuota devengada operaciones corrientes [C] float - - 5 + + 17 2 right @@ -1252,7 +1264,7 @@ 39 - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [A] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Reducciones [D] float @@ -1264,11 +1276,11 @@ 40 - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota soportada + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Indice corrector activ. de temporada [Z] float - 17 + 3 2 right @@ -1276,11 +1288,11 @@ 41 - Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota anual derivada del regimen simplificado [B] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] float - 17 + 5 2 right @@ -1288,21 +1300,23 @@ 42 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Ingreso a cuenta ( ([C] - [D] ) x [E]) [F] - string - 4 - left + float + + 17 + 2 + right 43 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Cuotas soportadas operaciones corrientes [G] float - - 10 + + 17 2 right @@ -1310,11 +1324,11 @@ 44 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Índice corrector de actividades de temporada [H] float - - 17 + + 3 2 right @@ -1322,11 +1336,11 @@ 45 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - RESULTADO (( [C] - [D] - [G] ) x [H]) [I] float - - 10 + + 17 2 right @@ -1334,11 +1348,11 @@ 46 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Porcentaje cuota mínima [J] float - - 17 + + 5 2 right @@ -1346,11 +1360,11 @@ 47 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Devolución cuotas soportadas otros países [K] float - - 10 + + 17 2 right @@ -1358,10 +1372,10 @@ 48 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Cuota mínima [L] float - + 17 2 right @@ -1370,11 +1384,11 @@ 49 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Cuota anual derivada RS [M] float - - 10 + + 17 2 right @@ -1382,35 +1396,31 @@ 50 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE - float - - 17 - 2 - right + string + 4 + left 51 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE - Indicador auxiliar de actividad en el caso de epígrafes 691.9 y 722 - float - - 10 - 2 - right + string + 1 + left 52 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Nº Unidades float - - 17 + + 10 2 right @@ -1418,11 +1428,11 @@ 53 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Importe float - - 10 + + 17 2 right @@ -1430,11 +1440,11 @@ 54 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Nº Unidades float - - 17 + + 10 2 right @@ -1442,11 +1452,11 @@ 55 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Nº Unidades + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Importe float - - 10 + + 17 2 right @@ -1454,11 +1464,11 @@ 56 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Importe + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Nº Unidades float - - 17 + + 10 2 right @@ -1466,10 +1476,10 @@ 57 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Cuota devengada operaciones corrientes [C] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Importe float - + 17 2 right @@ -1478,11 +1488,11 @@ 58 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Reducciones [D] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Nº Unidades float - - 17 + + 10 2 right @@ -1490,11 +1500,11 @@ 59 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Importe float - - 3 + + 17 2 right @@ -1502,11 +1512,11 @@ 60 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Nº Unidades float - - 5 + + 10 2 right @@ -1514,10 +1524,10 @@ 61 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [F] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Importe float - + 17 2 right @@ -1526,11 +1536,11 @@ 62 - Liquidación - RS - (B) Actividades en RS - 1T/2T/3T - Suma de ingresos a cuenta del conjunto de actividades [47] + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Nº Unidades float - - 17 + + 10 2 right @@ -1538,7 +1548,7 @@ 63 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuotas soportadas operaciones corrientes [G]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Importe float @@ -1550,11 +1560,11 @@ 64 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Índice corrector de actividades de temporada [H]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Nº Unidades float - - 3 + + 10 2 right @@ -1562,7 +1572,7 @@ 65 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - RESULTADO [I]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Importe float @@ -1574,11 +1584,11 @@ 66 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Porcentaje cuota mínima [J]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Cuota devengada operaciones corrientes [C] float - - 5 + + 17 2 right @@ -1586,10 +1596,10 @@ 67 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Devolución cuotas soportadas otros países [K]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Reducciones [D] float - + 17 2 right @@ -1598,11 +1608,11 @@ 68 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota mínima [L]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Indice corrector activ. de temporada [Z] float - - 17 + + 3 2 right @@ -1610,11 +1620,11 @@ 69 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 1 - 4T - Cuota anual derivada RS [M]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] float - 17 + 5 2 right @@ -1622,7 +1632,7 @@ 70 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuotas soportadas operaciones corrientes [G]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Ingreso a cuenta ( ([C] - [D] ) x [E]) [F] float @@ -1634,11 +1644,11 @@ 71 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Índice corrector de actividades de temporada [H]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Cuotas soportadas operaciones corrientes [G] float - - 3 + + 17 2 right @@ -1646,11 +1656,11 @@ 72 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - RESULTADO [I]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Índice corrector de actividades de temporada [H] float - 17 + 3 2 right @@ -1658,11 +1668,11 @@ 73 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Porcentaje cuota mínima [J]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - RESULTADO (( [C] - [D] - [G] ) x [H]) [I] float - - 5 + + 17 2 right @@ -1670,11 +1680,11 @@ 74 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Devolución cuotas soportadas otros países [K]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Porcentaje cuota mínima [J] float - - 17 + + 5 2 right @@ -1682,10 +1692,10 @@ 75 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota mínima [L]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Devolución cuotas soportadas otros países [K] float - + 17 2 right @@ -1694,7 +1704,7 @@ 76 - Liquidación - RS - (B) Actividades en RS (exc. a, g, y f) - Actividad 2 - 4T - Cuota anual derivada RS [M]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Cuota mínima [L] float @@ -1706,7 +1716,7 @@ 77 - Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de cuotas derivadas RS del conjunto de actividades [48]) + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Cuota anual derivada RS [M] float @@ -1718,10 +1728,10 @@ 78 - Liquidación - RS - (A + B) Actividades en RS - 4T - Suma de ingresos a cuenta realizados en el ejercicio [49]) + Liquidación (3) - RS - (B) Actividades en RS - 1T/2T/3T - Suma de ingresos a cuenta del conjunto de actividades (A1 + A2 + A3 + … + F1 + F2 + F3 + ...) [47] float - + 17 2 right @@ -1730,7 +1740,7 @@ 79 - Liquidación - RS - (A + B) Actividades en RS - 4T - Resultado [50]) + Liquidación (3) - RS - (A+B) Actividades en RS - 4T - Suma de cuotas derivadas RS del conjunto de actividades ( B1 + B2 + ... + M1 + M2 + ... ) [48] float @@ -1742,7 +1752,7 @@ 80 - Liquidación - RS - Cuotas devengadas - Adquisiciones intracomunitarias de bienes [51]) + Liquidación (3) - RS - (A+B) Actividades en RS - 4T - Suma de ingresos a cuenta realizados en el ejercicio [49] float @@ -1754,7 +1764,7 @@ 81 - Liquidación - RS - Cuotas devengadas - Entregas de activos fijos [52]) + Liquidación (3) - RS - (A+B) Actividades en RS - 4T - Resultado ( [48] - [49] ) [50] float @@ -1766,7 +1776,7 @@ 82 - Liquidación - RS - Cuotas devengadas - IVA devengado por inversión del sujeto pasivo [53]) + Liquidación (3) - RS - Cuotas devengadas - Adquisiciones intracomunitarias de bienes [51] float @@ -1778,7 +1788,7 @@ 83 - Liquidación - RS - Cuotas devengadas - Total cuota resultante [54]) + Liquidación (3) - RS - Cuotas devengadas - Entregas de activos fijos [52] float @@ -1790,7 +1800,7 @@ 84 - Liquidación - RS - IVA deducible - Adquisición o importación de activos fijos [55]) + Liquidación (3) - RS - Cuotas devengadas - IVA devengado por inversión del sujeto pasivo [53] float @@ -1802,7 +1812,7 @@ 85 - Liquidación - RS - IVA deducible - Regularización bienes de inversión [56]) + Liquidación (3) - RS - Cuotas devengadas - Total cuota resultante Si 1T, 2T, 3T: ( [47] + [51] + [52] + [53] ) [54] Si 4T: ( [50] + [51] + [52] + [53] ) [54] float @@ -1814,7 +1824,7 @@ 86 - Liquidación - RS - IVA deducible - Total IVA deducible [57]) + Liquidación (3) - RS - IVA deducible - Adquisición o importación de activos fijos [55] float @@ -1826,7 +1836,7 @@ 87 - Liquidación - RS - Resultado RS [58]) + Liquidación (3) - RS - IVA deducible - Regularización bienes de inversión [56] float @@ -1838,21 +1848,25 @@ 88 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) + Liquidación (3) - RS - IVA deducible - Total IVA deducible ( [55] + [56] ) [57] - string - 1 - left + float + + 17 + 2 + right 89 - Liquidación - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epígrafe IAE - Indicador auxiliar de actrividad en el caso de epígrafes 453, 691.9 y 722) + Liquidación (3) - RS - Resultado RS ( [54] - [57] ) [58] - string - 1 - left + float + + 17 + 2 + right @@ -1875,7 +1889,6 @@ left - Exportación modelo 303 2017 - Información adicional + Resultado @@ -2037,14 +2050,26 @@ ${object.porcentaje_atribuible_estado} float - 9 - 6 + 5 + 2 right 15 + Reservado para la AEAT + + integer + + 4 + right + + + + + 16 + Resultado - Atribuible a la Administración del Estado [66] ${object.atribuible_estado} float @@ -2054,21 +2079,21 @@ right - - 16 + + 17 Resultado - IVA a la importación liquidado por la Aduana pendiente de ingreso [77] ${object.casilla_77} 0 float - + 17 2 right - - 17 + + 18 Resultado - Cuotas a compensar de periodos anteriores [67] ${object.cuota_compensar} @@ -2079,8 +2104,8 @@ right - - 18 + + 19 Resultado - Exclusivamente para sujetos pasivos que tributan conjuntamente a la Administración del Estado y a las Diputaciones Forales Resultado de la regularización anual [68] ${object.regularizacion_anual} @@ -2091,8 +2116,8 @@ right - - 19 + + 20 Resultado - Resultado [69] ${object.casilla_69} @@ -2103,8 +2128,8 @@ right - - 20 + + 21 Resultado - A deducir [70] ${object.previous_result} @@ -2115,8 +2140,8 @@ right - - 21 + + 22 Resultado - Resultado de la liquidación [71] ${object.resultado_liquidacion} @@ -2127,8 +2152,8 @@ right - - 22 + + 23 Declaración complementaria ${object.type == 'C'} @@ -2139,8 +2164,8 @@ left - - 23 + + 24 Numero justificante declaración anterior ${object.previous_number} @@ -2149,8 +2174,8 @@ left - - 24 + + 25 Declaración sin actividad ${object.result_type == 'N'} @@ -2161,38 +2186,41 @@ left - - 25 + + 26 Devolución. SWIFT-BIC - ${object.partner_bank_id.bank_bic} + ${object.partner_bank_id.bank_bic or ''} + string 11 left - - 26 + + 27 Domiciliación/Devolución - IBAN ${object.partner_bank_id and object.partner_bank_id.acc_number.replace(' ', '') or ''} + string 34 left - - 27 + + 28 Información adicional - B- Clave - Principal integer + 1 right - - 28 + + 29 Información adicional - C- Epígrafe IAE - Principal @@ -2201,18 +2229,19 @@ left - - 29 + + 30 Información adicional - B- Clave - Otras 1ª integer + 1 right - - 30 + + 31 Información adicional - C- Epígrafe IAE - Otras 1ª @@ -2221,18 +2250,19 @@ left - - 31 + + 32 Información adicional - B- Clave - Otras 2ª integer + 1 right - - 32 + + 33 Información adicional - C- Epígrafe IAE - Otras 2ª @@ -2241,18 +2271,19 @@ left - - 33 + + 34 Información adicional - B- Clave - Otras 3ª integer + 1 right - - 34 + + 35 Información adicional - C- Epígrafe IAE - Otras 3ª @@ -2261,18 +2292,19 @@ left - - 35 + + 36 Información adicional - B- Clave - Otras 4ª integer + 1 right - - 36 + + 37 Información adicional - C- Epígrafe IAE - Otras 4ª @@ -2281,18 +2313,19 @@ left - - 37 + + 38 Información adicional - B- Clave - Otras 5ª integer + 1 right - - 38 + + 39 Información adicional - C- Epígrafe IAE - Otras 5ª @@ -2301,8 +2334,8 @@ left - - 39 + + 40 Información adicional - D- Marque si ha efectuado operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas @@ -2311,22 +2344,10 @@ left - - 40 - - Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen general [80] - 0 - float - - 17 - 2 - right - - 41 - Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial del criterio de caja conforme art.75 LIVA [81] + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen general [80] 0 float @@ -2338,7 +2359,7 @@ 42 - Información adicional - Operaciones realizadas en el ejercicio - Exportaciones, entregas intracomunitarias y otras operaciones con derecho a deducción [82] + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial del criterio de caja conforme art.75 LIVA [81] 0 float @@ -2350,7 +2371,7 @@ 43 - Información adicional - Operaciones realizadas en el ejercicio - Operaciones exentas sin derecho a deducción [83] + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas intracomunitarias exentas [93] 0 float @@ -2362,7 +2383,7 @@ 44 - Información adicional - Operaciones realizadas en el ejercicio - Operaciones no sujetas por reglas de localización o con inversión del sujeto pasivo [84] + Información adicional - Operaciones realizadas en el ejercicio - Operaciones exentas sin derecho a deducción [83] 0 float @@ -2374,7 +2395,7 @@ 45 - Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes objeto de instalación o montaje en otros Estados miembros [85] + Información adicional - Operaciones realizadas en el ejercicio - Operaciones no sujetas por reglas de localización o con inversión del sujeto pasivo [84] 0 float @@ -2386,7 +2407,7 @@ 46 - Información adicional - Operaciones realizadas en el ejercicio - Operaciones de régimen simplificado [86] + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes objeto de instalación o montaje en otros Estados miembros [85] 0 float @@ -2398,9 +2419,8 @@ 47 - Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y de inversión y operaciones financieras no habituales [87] + Información adicional - Operaciones realizadas en el ejercicio - Operaciones de régimen simplificado [86] 0 - float 17 @@ -2411,8 +2431,9 @@ 48 - Información adicional - Operaciones realizadas en el ejercicio - Total volumen de operaciones [88] + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y operaciones financieras no habituales [79] 0 + float 17 @@ -2423,26 +2444,158 @@ 49 - Exonerado de presentar el modelo 390 y con volumen de operaciones cero. Forzado a blanco + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Total volumen de operaciones ([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99]) [88] 0 - string - 1 - left + float + + 17 + 2 + right 50 Reservado para la AEAT - + 0 string - 590 + 1 left 51 + Información de la tributación por razón de territorio: Álava [89] + 0 + float + + 5 + 2 + left + + + + 52 + + Información de la tributación por razón de territorio: Guipuzcoa [90] + 0 + float + + 5 + 2 + left + + + + 53 + + Información de la tributación por razón de territorio: Vizcaya [91] + 0 + float + + 5 + 2 + left + + + + 54 + + Información de la tributación por razón de territorio: Navarra [92] + 0 + float + + 5 + 2 + left + + + + 55 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Exportaciones y otras operaciones exentas con derecho a deducción [94] + 0 + float + + 17 + 2 + left + + + + 56 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en régimen especial de la agricultura, ganadería y pesca [95] + 0 + float + + 17 + 2 + left + + + + 57 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones realizadas por sujetos pasivos acogidos al régimen especial del recargo de equivalencia [96] + 0 + float + + 17 + 2 + left + + + + 58 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en Régimen especial de bienes usados, objetos de arte, antigüedades y objetos de colección [97] + 0 + float + + 17 + 2 + left + + + + 59 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en régimen especial de Agencias de Viajes [98] + 0 + float + + 17 + 2 + left + + + + 60 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas de bienes de inversión [99] + 0 + float + + 17 + 2 + left + + + + 61 + + Reservado para la AEAT + + string + 468 + left + + + + 62 + Indicador de fin de registro: </T30303> </T30303000> string @@ -2453,8 +2606,9 @@ - Mod.303 2017-actualidad - 2017-01-01 + Mod.303 2017 + 2017-10-01 + 2017-12-31 303 @@ -2543,7 +2697,7 @@ 9 Versión del Programa: - 9.0 + 10.0 string 4 left @@ -2593,6 +2747,7 @@ 14 Régimen general/simplificado + True subconfig @@ -2601,8 +2756,9 @@ 15 Régimen agrícola, ganadero y forestal - False + 18 + subconfig @@ -2611,6 +2767,7 @@ Informacion adicional + resultado + 2 subconfig diff --git a/l10n_es_aeat_mod303/docs/DR303e17v20_04.xlsx b/l10n_es_aeat_mod303/docs/DR303e17v20_04.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..ef71f39e7a7c4d1659ba924bbcfe6a1a498596bf GIT binary patch literal 299463 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

LP`x+R#7j@m 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 z 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

S_Acs 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 xFl#Swr4>vM3@6*mKaI)JY_M*yP*=wG*oB9s6C literal 0 HcmV?d00001 diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index c0fb76ff68d..bc485bd5cb3 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -334,6 +334,20 @@ def test_model_303(self): self.assertAlmostEqual(model303.casilla_69, result, 2) self.assertAlmostEqual(model303.resultado_liquidacion, result, 2) self.assertEqual(model303.result_type, 'I') + # Export to BOE + export_to_boe = self.env['l10n.es.aeat.report.export_to_boe'].create({ + 'name': 'test_export_to_boe.txt', + }) + export_config_xml_ids = [ + 'l10n_es_aeat_mod303.aeat_mod303_main_export_config', + 'l10n_es_aeat_mod303.aeat_mod303_2017_main_export_config', + # 'l10n_es_aeat_mod303.aeat_mod303_2018_main_export_config', + ] + for xml_id in export_config_xml_ids: + export_config = self.env.ref(xml_id) + self.assertTrue( + export_to_boe._export_config(self.model303, export_config) + ) self.assertTrue(model303.allow_posting) with self.assertRaises(exceptions.ValidationError): model303.cuota_compensar = -250 From ab0c0f8cef95194d618b6d91523c1c0d842f4947 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 22 Jan 2018 21:42:45 +0100 Subject: [PATCH 059/147] [IMP] l10n_es_aeat_mod303: BOE 2018 format --- l10n_es_aeat_mod303/__manifest__.py | 3 +- .../data/aeat_export_mod303_2018_data.xml | 2805 +++++++++++++++++ l10n_es_aeat_mod303/docs/DR303e18v10_00.xlsx | Bin 0 -> 299189 bytes .../tests/test_l10n_es_aeat_mod303.py | 2 +- 4 files changed, 2808 insertions(+), 2 deletions(-) create mode 100644 l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml create mode 100644 l10n_es_aeat_mod303/docs/DR303e18v10_00.xlsx diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 57aa1973af7..374991422ba 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -6,7 +6,7 @@ { "name": "AEAT modelo 303", - "version": "11.0.1.1.0", + "version": "11.0.1.2.0", "category": "Accounting", "author": "Guadaltech," "AvanzOSC," @@ -22,6 +22,7 @@ "data/tax_code_map_mod303_data.xml", "data/aeat_export_mod303_data.xml", "data/aeat_export_mod303_2017_data.xml", + "data/aeat_export_mod303_2018_data.xml", "views/mod303_view.xml", "security/l10n_es_aeat_mod303_security.xml", "security/ir.model.access.csv", diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml new file mode 100644 index 00000000000..c14880d37e8 --- /dev/null +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml @@ -0,0 +1,2805 @@ + + + + + + Exportación modelo 303 2017 - Régimen general/simplificado + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Constante: 01000 + 01000 + string + 5 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Indicador de página complementaria + + string + 1 + left + + + + 6 + + Tipo de declaración + ${object.result_type} + string + 1 + left + + + + 7 + + Identificación: NIF + ${object.company_vat} + string + 9 + left + + + + 8 + + Identificación: Apellidos o Razón social + ${object.company_id.name} + string + 60 + left + + + + 9 + + Identificación: Nombre + ${object.company_id.name} + string + 20 + left + + + + 10 + + Devengo: Ejercicio + ${object.year} + string + 4 + left + + + + 11 + + Devengo: Periodo + ${object.period_type} + string + 2 + left + + + + 12 + + Identificación: Inscrito en el Registro de devolución mensual (Art. 30 RIVA) + ${object.devolucion_mensual} + boolean + 1 + 1 + 2 + left + + + + 13 + + Identificación: Tributa exclusivamente en Régimen Simplificado (RS) - Forzado a no + 3 + string + 1 + left + + + + 14 + + Identificación: Autoliquidación conjunta - Forzado a no + 2 + string + 1 + left + + + + 15 + + Identificación: Declarado en concurso de acreedores en el presente período de liquidación - Forzado a no + 2 + string + 1 + left + + + + 16 + + Identificación: Fecha en que se dictó el auto de declaración de concurso + + string + 8 + left + + + + 17 + + Identificación: Auto de declaración de concurso dictado en el período - Forzado a blanco + + string + 1 + left + + + + 18 + + Identificación: Opción por el régimen especial de criterio de Caja - Forzado a no + 2 + string + 1 + left + + + + 19 + + Identificación: Destinatario de las operaciones a las que se aplique el régimen especial del criterio de Caja - Forzado a no + 2 + string + 1 + left + + + + 20 + + Identificación: Opción por la aplicación de la prorrata especial - Forzado a no + 2 + string + 1 + left + + + + 21 + + Identificación: Revocación de la opción por la aplicación de la prorrata especial - Forzado a no + 2 + string + 1 + left + + + + 22 + + Liquidación: Regimen General - IVA Devengado 4% - Base imponible [01] + ${object.tax_line_ids.filtered(lambda r: r.field_number==1).amount} + float + + 17 + 2 + right + + + + 23 + + Liquidación: Regimen General - IVA Devengado 4% - Tipo % [02] + 4 + float + + 5 + 2 + right + + + + 24 + + Liquidación: Regimen General - IVA Devengado 4% - Cuota [03] + ${object.tax_line_ids.filtered(lambda r: r.field_number==3).amount} + float + + 17 + 2 + right + + + + 25 + + Liquidación: Regimen General - IVA Devengado 10% - Base imponible [04] + ${object.tax_line_ids.filtered(lambda r: r.field_number==4).amount} + float + + 17 + 2 + right + + + + 26 + + Liquidación: Regimen General - IVA Devengado 10% - Tipo % [05] + 10 + float + + 5 + 2 + right + + + + 27 + + Liquidación: Regimen General - IVA Devengado 10% - Cuota [06] + ${object.tax_line_ids.filtered(lambda r: r.field_number==6).amount} + float + + 17 + 2 + right + + + + 28 + + Liquidación: Regimen General - IVA Devengado 21% - Base imponible [07] + ${object.tax_line_ids.filtered(lambda r: r.field_number==7).amount} + float + + 17 + 2 + right + + + + 29 + + Liquidación: Regimen General - IVA Devengado 21% - Tipo % [08] + 21 + float + + 5 + 2 + right + + + + 30 + + Liquidación: Regimen General - IVA Devengado 21% - Cuota [09] + ${object.tax_line_ids.filtered(lambda r: r.field_number==9).amount} + float + + 17 + 2 + right + + + + 31 + + Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Base imponible [10] + ${object.tax_line_ids.filtered(lambda r: r.field_number==10).amount} + float + + 17 + 2 + right + + + + 32 + + Liquidación: Regimen General - IVA Devengado - Adquisiciones intracomunitarias de bienes y servicios - Cuota [11] + ${object.tax_line_ids.filtered(lambda r: r.field_number==11).amount} + float + + 17 + 2 + right + + + + 33 + + Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Base imponible [12] + ${object.tax_line_ids.filtered(lambda r: r.field_number==12).amount} + float + + 17 + 2 + right + + + + 34 + + Liquidación: Regimen General - IVA Devengado - Otras operaciones con inversión del sujeto pasivo (excepto. adq. intracom) - Cuota [13] + ${object.tax_line_ids.filtered(lambda r: r.field_number==13).amount} + float + + 17 + 2 + right + + + + 35 + + Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Base imponible [14] + ${sum(object.tax_line_ids.filtered(lambda r: r.field_number==14).mapped('amount'))} + float + + 17 + 2 + right + + + + 36 + + Liquidación: Regimen General - IVA Devengado - Modificación bases y cuotas - Cuota [15] + ${sum(object.tax_line_ids.filtered(lambda r: r.field_number==15).mapped('amount'))} + float + + 17 + 2 + right + + + + 37 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Base imponible [16] + ${object.tax_line_ids.filtered(lambda r: r.field_number==16).amount} + float + + 17 + 2 + right + + + + 38 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Tipo % [17] + 0.5 + float + + 5 + 2 + right + + + + 39 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 0.5% - Cuota [18] + ${object.tax_line_ids.filtered(lambda r: r.field_number==18).amount} + float + + 17 + 2 + right + + + + 40 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.4% - Base imponible [19] + ${object.tax_line_ids.filtered(lambda r: r.field_number==19).amount} + float + + 17 + 2 + right + + + + 41 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.4% - Tipo % [20] + 1.4 + float + + 5 + 2 + right + + + + 42 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 1.4% - Cuota [21] + ${object.tax_line_ids.filtered(lambda r: r.field_number==21).amount} + float + + 17 + 2 + right + + + + 43 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Base imponible [22] + ${object.tax_line_ids.filtered(lambda r: r.field_number==22).amount} + float + + 17 + 2 + right + + + + 44 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Tipo % [23] + 5.2 + float + + 5 + 2 + right + + + + 45 + + Liquidación: Regimen General - IVA Devengado - Recargo equivalencia 5.2% - Cuota [24] + ${object.tax_line_ids.filtered(lambda r: r.field_number==24).amount} + float + + 17 + 2 + right + + + + 46 + + Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Base imponible [25] + ${object.tax_line_ids.filtered(lambda r: r.field_number==25).amount} + float + + 17 + 2 + right + + + + 47 + + Liquidación: Regimen General - IVA Devengado - Modificaciones bases y cuotas de recargo de equivalencia - Cuota [26] + ${object.tax_line_ids.filtered(lambda r: r.field_number==26).amount} + float + + 17 + 2 + right + + + + 48 + + Liquidación: Regimen General - IVA Devengado - Total cuota devengada [27] + ${object.total_devengado} + float + + 17 + 2 + right + + + + 49 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Base [28] + ${object.tax_line_ids.filtered(lambda r: r.field_number==28).amount} + float + + 17 + 2 + right + + + + 50 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones interiores corrientes - Cuota [29] + ${object.tax_line_ids.filtered(lambda r: r.field_number==29).amount} + float + + 17 + 2 + right + + + + 51 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Base [30] + ${object.tax_line_ids.filtered(lambda r: r.field_number==30).amount} + float + + 17 + 2 + right + + + + 52 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en operaciones con bienes de inversión - Cuota [31] + ${object.tax_line_ids.filtered(lambda r: r.field_number==31).amount} + float + + 17 + 2 + right + + + + 53 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Base [32] + ${object.tax_line_ids.filtered(lambda r: r.field_number==32).amount} + float + + 17 + 2 + right + + + + 54 + + Liquidación: Regimen General - IVA Deducible - Por cuotas soportadas en las importaciones de bienes corrientes - Cuota [33] + ${object.tax_line_ids.filtered(lambda r: r.field_number==33).amount} + float + + 17 + 2 + right + + + + 55 + + Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Base [34] + ${object.tax_line_ids.filtered(lambda r: r.field_number==34).amount} + float + + 17 + 2 + right + + + + 56 + + Liquidación: Regimen General - IVA Deducible - Por las cuotas soportadas en las importaciones de bienes de inversión - Cuota [35] + ${object.tax_line_ids.filtered(lambda r: r.field_number==35).amount} + float + + 17 + 2 + right + + + + 57 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Base [36] + ${object.tax_line_ids.filtered(lambda r: r.field_number==36).amount} + float + + 17 + 2 + right + + + + 58 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes y servicios corrientes - Cuota [37] + ${object.tax_line_ids.filtered(lambda r: r.field_number==37).amount} + float + + 17 + 2 + right + + + + 59 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Base [38] + ${object.tax_line_ids.filtered(lambda r: r.field_number==38).amount} + float + + 17 + 2 + right + + + + 60 + + Liquidación: Regimen General - IVA Deducible - En adquisiciones intracomunitarias de bienes de inversión - Cuota [39] + ${object.tax_line_ids.filtered(lambda r: r.field_number==39).amount} + float + + 17 + 2 + right + + + + 61 + + Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Base [40] + ${object.tax_line_ids.filtered(lambda r: r.field_number==40).amount} + float + + 17 + 2 + right + + + + 62 + + Liquidación: Regimen General - IVA Deducible - Rectificación de deducciones - Cuota [41] + ${object.tax_line_ids.filtered(lambda r: r.field_number==41).amount} + float + + 17 + 2 + right + + + + 63 + + Liquidación: Regimen General - IVA Deducible - Compensaciones Régimen Especial A.G. y P. - Cuota [42] + ${object.tax_line_ids.filtered(lambda r: r.field_number==42).amount} + float + + 17 + 2 + right + + + + 64 + + Liquidación: Regimen General - IVA Deducible - Regularización inversiones - Cuota [43] + ${object.tax_line_ids.filtered(lambda r: r.field_number==43).amount} + float + + 17 + 2 + right + + + + 65 + + Liquidación: Regimen General - IVA Deducible - Regularización por aplicación del porcentaje definitivo de prorrata - Cuota [44] + 0 + float + + 17 + 2 + right + + + + 66 + + Liquidación: Regimen General - IVA Deducible - Total a deducir - Cuota [45] + ${object.total_deducir} + float + + 17 + 2 + right + + + + 67 + + Liquidación: Regimen General - IVA Deducible - Resultado régimen general - Cuota [46] + ${object.casilla_46} + float + + 17 + 2 + right + + + + 68 + + Identificación - Exonerados de la Declaración-resumen anual del IVA, modelo 390: Volumen de operaciones (art. 121 LIVA) - Fijado como no exonerado + 0 + integer + + 1 + left + + + + 69 + + Sujeto pasivo que tributa exclusivamente a una Administración tributaria Foral con IVA a la importación liquidado por la Aduana pendiente de ingreso - Fijado a NO + 2 + integer + + 1 + left + + + + 70 + + ¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede electrónica de la AEAT durante el ejercicio? - Fijado a NO + 2 + integer + + 1 + left + + + + 71 + + Reservado para la AEAT + + string + 579 + left + + + + 72 + + Reservado para la AEAT: Sello electrónico reservado para la AEAT + + string + 13 + left + + + + 73 + + Indicador de fin de registro: </T30301> + </T30301000> + string + 12 + left + + + + + Exportación modelo 303 2017 - Régimen agrícola, ganadero y forestal (No implementado) + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Página: 02 + 02000 + string + 5 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Indicador de página complementaria + ${object.type == 'C'} + boolean + 1 + C + + left + + + + 6 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Código + + integer + + 2 + right + + + + 7 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Volumen de ingresos + + float + + 17 + 2 + right + + + + 8 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Indice de cuota + + float + + 6 + 5 + right + + + + 9 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - Cuota devengada + + float + + 17 + 2 + right + + + + 10 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Porcentaje trimestral + + float + + 5 + 2 + right + + + + 11 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 1T/2T/3T - Ingreso a cuenta [A] + + float + + 17 + 2 + right + + + + 12 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota soportada + + float + + 17 + 2 + right + + + + 13 + + Liquidación - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 1 - 4T - Cuota anual derivada del regimen simplificado [B] + + float + + 17 + 2 + right + + + + 14 + + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Código + + float + + 2 + 2 + right + + + + 15 + + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Volumen de ingresos + + float + + 17 + 2 + right + + + + 16 + + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Indices de cuota + + float + + 6 + 5 + right + + + + 17 + + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - Cuota devengada + + float + + 17 + 2 + right + + + + 18 + + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Porcentaje trimestral + + float + + 5 + 2 + right + + + + 19 + + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 1T/2T/3T - Ingreso a cuenta [A] + + float + + 17 + 2 + right + + + + 20 + + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota soportada + + float + + 17 + 2 + right + + + + 21 + + Liquidación (3) - RS - (A) Actividades agrícolas, ganaderas y forestales - Actividad 2 - 4T - Cuota anual derivada del regimen simplificado [B] + + float + + 17 + 2 + right + + + + 22 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE + + string + 4 + left + + + + 23 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Epigrafe IAE - Indicador auxiliar de actividad en el caso de epígrafes 691.9 y 722 + + string + 1 + left + + + + 24 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Nº Unidades + + float + + 10 + 2 + right + + + + 25 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 1 - Importe + + float + + 17 + 2 + right + + + + 26 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Nº Unidades + + float + + 10 + 2 + right + + + + 27 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 2 - Importe + + float + + 17 + 2 + right + + + + 28 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Nº Unidades + + float + + 10 + 2 + right + + + + 29 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 3 - Importe + + float + + 17 + 2 + right + + + + 30 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Nº Unidades + + float + + 10 + 2 + right + + + + 31 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 4 - Importe + + float + + 17 + 2 + right + + + + 32 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Nº Unidades + + float + + 10 + 2 + right + + + + 33 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 5 - Importe + + float + + 17 + 2 + right + + + + 34 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Nº Unidades + + float + + 10 + 2 + right + + + + 35 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 6 - Importe + + float + + 17 + 2 + right + + + + 36 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Nº Unidades + + float + + 10 + 2 + right + + + + 37 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Módulo 7 - Importe + + float + + 17 + 2 + right + + + + 38 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Cuota devengada operaciones corrientes [C] + + float + + 17 + 2 + right + + + + 39 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - Reducciones [D] + + float + + 17 + 2 + right + + + + 40 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + + float + + 3 + 2 + right + + + + 41 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + + float + + 5 + 2 + right + + + + 42 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 1T/2T/3T - Ingreso a cuenta ( ([C] - [D] ) x [E]) [F] + + float + + 17 + 2 + right + + + + 43 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Cuotas soportadas operaciones corrientes [G] + + float + + 17 + 2 + right + + + + 44 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Índice corrector de actividades de temporada [H] + + float + + 3 + 2 + right + + + + 45 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - RESULTADO (( [C] - [D] - [G] ) x [H]) [I] + + float + + 17 + 2 + right + + + + 46 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Porcentaje cuota mínima [J] + + float + + 5 + 2 + right + + + + 47 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Devolución cuotas soportadas otros países [K] + + float + + 17 + 2 + right + + + + 48 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Cuota mínima [L] + + float + + 17 + 2 + right + + + + 49 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 1 - 4T - Cuota anual derivada RS [M] + + float + + 17 + 2 + right + + + + 50 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE + + string + 4 + left + + + + 51 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Epigrafe IAE - Indicador auxiliar de actividad en el caso de epígrafes 691.9 y 722 + + string + 1 + left + + + + 52 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Nº Unidades + + float + + 10 + 2 + right + + + + 53 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 1 - Importe + + float + + 17 + 2 + right + + + + 54 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Nº Unidades + + float + + 10 + 2 + right + + + + 55 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 2 - Importe + + float + + 17 + 2 + right + + + + 56 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Nº Unidades + + float + + 10 + 2 + right + + + + 57 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 3 - Importe + + float + + 17 + 2 + right + + + + 58 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Nº Unidades + + float + + 10 + 2 + right + + + + 59 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 4 - Importe + + float + + 17 + 2 + right + + + + 60 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Nº Unidades + + float + + 10 + 2 + right + + + + 61 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 5 - Importe + + float + + 17 + 2 + right + + + + 62 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Nº Unidades + + float + + 10 + 2 + right + + + + 63 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 6 - Importe + + float + + 17 + 2 + right + + + + 64 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Nº Unidades + + float + + 10 + 2 + right + + + + 65 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Módulo 7 - Importe + + float + + 17 + 2 + right + + + + 66 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Cuota devengada operaciones corrientes [C] + + float + + 17 + 2 + right + + + + 67 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - Reducciones [D] + + float + + 17 + 2 + right + + + + 68 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Indice corrector activ. de temporada [Z] + + float + + 3 + 2 + right + + + + 69 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Porcentaje ingreso a cuenta [E] + + float + + 5 + 2 + right + + + + 70 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 1T/2T/3T - Ingreso a cuenta ( ([C] - [D] ) x [E]) [F] + + float + + 17 + 2 + right + + + + 71 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Cuotas soportadas operaciones corrientes [G] + + float + + 17 + 2 + right + + + + 72 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Índice corrector de actividades de temporada [H] + + float + + 3 + 2 + right + + + + 73 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - RESULTADO (( [C] - [D] - [G] ) x [H]) [I] + + float + + 17 + 2 + right + + + + 74 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Porcentaje cuota mínima [J] + + float + + 5 + 2 + right + + + + 75 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Devolución cuotas soportadas otros países [K] + + float + + 17 + 2 + right + + + + 76 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Cuota mínima [L] + + float + + 17 + 2 + right + + + + 77 + + Liquidación (3) - RS - (B) Actividades en RS (exc. a, g y f) - Actividad 2 - 4T - Cuota anual derivada RS [M] + + float + + 17 + 2 + right + + + + 78 + + Liquidación (3) - RS - (B) Actividades en RS - 1T/2T/3T - Suma de ingresos a cuenta del conjunto de actividades (A1 + A2 + A3 + … + F1 + F2 + F3 + ...) [47] + + float + + 17 + 2 + right + + + + 79 + + Liquidación (3) - RS - (A+B) Actividades en RS - 4T - Suma de cuotas derivadas RS del conjunto de actividades ( B1 + B2 + ... + M1 + M2 + ... ) [48] + + float + + 17 + 2 + right + + + + 80 + + Liquidación (3) - RS - (A+B) Actividades en RS - 4T - Suma de ingresos a cuenta realizados en el ejercicio [49] + + float + + 17 + 2 + right + + + + 81 + + Liquidación (3) - RS - (A+B) Actividades en RS - 4T - Resultado ( [48] - [49] ) [50] + + float + + 17 + 2 + right + + + + 82 + + Liquidación (3) - RS - Cuotas devengadas - Adquisiciones intracomunitarias de bienes [51] + + float + + 17 + 2 + right + + + + 83 + + Liquidación (3) - RS - Cuotas devengadas - Entregas de activos fijos [52] + + float + + 17 + 2 + right + + + + 84 + + Liquidación (3) - RS - Cuotas devengadas - IVA devengado por inversión del sujeto pasivo [53] + + float + + 17 + 2 + right + + + + 85 + + Liquidación (3) - RS - Cuotas devengadas - Total cuota resultante Si 1T, 2T, 3T: ( [47] + [51] + [52] + [53] ) [54] Si 4T: ( [50] + [51] + [52] + [53] ) [54] + + float + + 17 + 2 + right + + + + 86 + + Liquidación (3) - RS - IVA deducible - Adquisición o importación de activos fijos [55] + + float + + 17 + 2 + right + + + + 87 + + Liquidación (3) - RS - IVA deducible - Regularización bienes de inversión [56] + + float + + 17 + 2 + right + + + + 88 + + Liquidación (3) - RS - IVA deducible - Total IVA deducible ( [55] + [56] ) [57] + + float + + 17 + 2 + right + + + + 89 + + Liquidación (3) - RS - Resultado RS ( [54] - [57] ) [58] + + float + + 17 + 2 + right + + + + 90 + + Reservado para la AEAT + + string + 590 + left + + + + 91 + + Indicador de fin de registro: </T30302> + </T30302000> + string + 12 + left + + + + + Exportación modelo 303 2017 - Información adicional + Resultado + 303 + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Página: 03 + 03000 + string + 5 + left + + + + 4 + + Constante: > + > + string + 1 + left + + + + 5 + + Información adicional - Entregas intracomunitarias de bienes y servicios [59] + ${object.tax_line_ids.filtered(lambda r: r.field_number==59).amount} + float + + 17 + 2 + right + + + + 6 + + Información adicional - Exportaciones y operaciones asimiladas [60] + ${object.tax_line_ids.filtered(lambda r: r.field_number==60).amount} + float + + 17 + 2 + right + + + + 7 + + Información adicional - Operaciones no sujetas o con inversión del sujeto pasivo que originan el derecho a deducción [61] + ${object.tax_line_ids.filtered(lambda r: r.field_number==61).amount} + float + + 17 + 2 + right + + + + 08 + + Información adicional - Importes devengados en período de liquidación sgún art. 75 LIVA. - Base Imponible [62] + ${object.tax_line_ids.filtered(lambda r: r.field_number==62).amount} + float + + 17 + 2 + right + + + + 09 + + Información adicional - Importes devengados en período de liquiación sgún art. 75 LIVA. - Cuota [63] + ${object.tax_line_ids.filtered(lambda r: r.field_number==63).amount} + float + + 17 + 2 + right + + + + 10 + + Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Base Imponible [74] + ${object.tax_line_ids.filtered(lambda r: r.field_number==74).amount} + float + + 17 + 2 + right + + + + 11 + + Información adicional - Cuotas de IVA soportados en operaciones que tributen por el régimen especial del criterio de caja conforme a la regla general de devengo contenida en el artículo 75 LIVA. - Cuota [75] + ${object.tax_line_ids.filtered(lambda r: r.field_number==75).amount} + float + + 17 + 2 + right + + + + 12 + + Resultado - Regularización cuotas rt. 80 cinco. 5ª LIVA [76] + 0 + float + + 17 + 2 + right + + + + 13 + + Resultado - Suma de resultados [64] - Sólo coge el de RG + ${object.casilla_46} + float + + 17 + 2 + right + + + + 14 + + Resultado - % Atribuible a la Administración del Estado [65] + ${object.porcentaje_atribuible_estado} + float + + 5 + 2 + right + + + + 15 + + Reservado para la AEAT + + integer + + 4 + right + + + + + 16 + + Resultado - Atribuible a la Administración del Estado [66] + ${object.atribuible_estado} + float + + 17 + 2 + right + + + + 17 + + Resultado - IVA a la importación liquidado por la Aduana pendiente de ingreso [77] + ${object.casilla_77} + 0 + float + + 17 + 2 + right + + + + 18 + + Resultado - Cuotas a compensar de periodos anteriores [67] + ${object.cuota_compensar} + float + + 17 + 2 + right + + + + 19 + + Resultado - Exclusivamente para sujetos pasivos que tributan conjuntamente a la Administración del Estado y a las Diputaciones Forales Resultado de la regularización anual [68] + ${object.regularizacion_anual} + float + + 17 + 2 + right + + + + 20 + + Resultado - Resultado [69] + ${object.casilla_69} + float + + 17 + 2 + right + + + + 21 + + Resultado - A deducir [70] + ${object.previous_result} + float + + 17 + 2 + right + + + + 22 + + Resultado - Resultado de la liquidación [71] + ${object.resultado_liquidacion} + float + + 17 + 2 + right + + + + 23 + + Declaración complementaria + ${object.type == 'C'} + boolean + 1 + X + + left + + + + 24 + + Numero justificante declaración anterior + ${object.previous_number} + string + 13 + left + + + + 25 + + Declaración sin actividad + ${object.result_type == 'N'} + boolean + 1 + X + + left + + + + 26 + + Devolución. SWIFT-BIC + ${object.partner_bank_id.bank_bic or ''} + + string + 11 + left + + + + 27 + + Domiciliación/Devolución - IBAN + ${object.partner_bank_id and object.partner_bank_id.acc_number.replace(' ', '') or ''} + + string + 34 + left + + + + 28 + + Información adicional - B- Clave - Principal + + integer + + 1 + right + + + + 29 + + Información adicional - C- Epígrafe IAE - Principal + + string + 4 + left + + + + 30 + + Información adicional - B- Clave - Otras 1ª + + integer + + 1 + right + + + + 31 + + Información adicional - C- Epígrafe IAE - Otras 1ª + + string + 4 + left + + + + 32 + + Información adicional - B- Clave - Otras 2ª + + integer + + 1 + right + + + + 33 + + Información adicional - C- Epígrafe IAE - Otras 2ª + + string + 4 + left + + + + 34 + + Información adicional - B- Clave - Otras 3ª + + integer + + 1 + right + + + + 35 + + Información adicional - C- Epígrafe IAE - Otras 3ª + + string + 4 + left + + + + 36 + + Información adicional - B- Clave - Otras 4ª + + integer + + 1 + right + + + + 37 + + Información adicional - C- Epígrafe IAE - Otras 4ª + + string + 4 + left + + + + 38 + + Información adicional - B- Clave - Otras 5ª + + integer + + 1 + right + + + + 39 + + Información adicional - C- Epígrafe IAE - Otras 5ª + + string + 4 + left + + + + 40 + + Información adicional - D- Marque si ha efectuado operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas + + string + 1 + left + + + + 41 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen general [80] + 0 + float + + 17 + 2 + right + + + + 42 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial del criterio de caja conforme art.75 LIVA [81] + 0 + float + + 17 + 2 + right + + + + 43 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas intracomunitarias exentas [93] + 0 + float + + 17 + 2 + right + + + + 44 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones exentas sin derecho a deducción [83] + 0 + float + + 17 + 2 + right + + + + 45 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones no sujetas por reglas de localización o con inversión del sujeto pasivo [84] + 0 + float + + 17 + 2 + right + + + + 46 + + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes objeto de instalación o montaje en otros Estados miembros [85] + 0 + float + + 17 + 2 + right + + + + 47 + + Información adicional - Operaciones realizadas en el ejercicio - Operaciones de régimen simplificado [86] + 0 + float + + 17 + 2 + right + + + + 48 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y operaciones financieras no habituales [79] + 0 + + float + + 17 + 2 + right + + + + 49 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Total volumen de operaciones ([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99]) [88] + 0 + float + + 17 + 2 + right + + + + 50 + + Reservado para la AEAT + 0 + string + 1 + left + + + + 51 + + Información de la tributación por razón de territorio: Álava [89] + 0 + float + + 5 + 2 + left + + + + 52 + + Información de la tributación por razón de territorio: Guipuzcoa [90] + 0 + float + + 5 + 2 + left + + + + 53 + + Información de la tributación por razón de territorio: Vizcaya [91] + 0 + float + + 5 + 2 + left + + + + 54 + + Información de la tributación por razón de territorio: Navarra [92] + 0 + float + + 5 + 2 + left + + + + 55 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Exportaciones y otras operaciones exentas con derecho a deducción [94] + 0 + float + + 17 + 2 + left + + + + 56 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en régimen especial de la agricultura, ganadería y pesca [95] + 0 + float + + 17 + 2 + left + + + + 57 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones realizadas por sujetos pasivos acogidos al régimen especial del recargo de equivalencia [96] + 0 + float + + 17 + 2 + left + + + + 58 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en Régimen especial de bienes usados, objetos de arte, antigüedades y objetos de colección [97] + 0 + float + + 17 + 2 + left + + + + 59 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en régimen especial de Agencias de Viajes [98] + 0 + float + + 17 + 2 + left + + + + 60 + + Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas de bienes de inversión [99] + 0 + float + + 17 + 2 + left + + + + 61 + + Reservado para la AEAT + + string + 468 + left + + + + 62 + + Indicador de fin de registro: </T30303> + </T30303000> + string + 12 + left + + + + + + Mod.303 2018-actualidad + 2018-01-01 + 303 + + + + + 1 + + Constante: <T + <T + string + 2 + left + + + + 2 + + Modelo: 303 + 303 + string + 3 + left + + + + 3 + + Constante: 0 + 0 + string + 1 + left + + + + 4 + + Ejercicio devengo: AAAA + ${object.year} + string + 4 + left + + + + 5 + + Periodo: PP + ${object.period_type} + string + 2 + left + + + + 6 + + Constante: 0000> + 0000> + string + 5 + left + + + + 7 + + Constante: <AUX> + <AUX> + string + 5 + left + + + + 8 + + Reservado para la Administración: Rellenar con blancos + + string + 70 + left + + + + 9 + + Versión del Programa: + 10.0 + string + 4 + left + + + + 10 + + Reservado para la Administración: Rellenar con blancos + + string + 4 + left + + + + 11 + + NIF Empresa Desarrollo + Odoo + string + 9 + left + + + + 12 + + Reservado para la Administración: Rellenar con blancos + + string + 213 + left + + + + 13 + + Constante: </AUX> + </AUX> + string + 6 + left + + + + 14 + + Régimen general/simplificado + True + + subconfig + + + + 15 + + Régimen agrícola, ganadero y forestal + False + 18 + + subconfig + + + + 16 + + Informacion adicional + resultado + + 2 + subconfig + + + + 17 + + Constante. </T3030+Ejercicio+periodo+0000> + </T3030${object.year}${object.period_type}0000> + string + 18 + left + + + diff --git a/l10n_es_aeat_mod303/docs/DR303e18v10_00.xlsx b/l10n_es_aeat_mod303/docs/DR303e18v10_00.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..f87deb01471f7428b01bd4d42cfd30381e9127bf GIT binary patch literal 299189 zcmeFYXF!u%);3HL5ft&LfPw-l!T}Ui1O#b{Ak_jS)BqMxYNYofiX5ei6s3qtPY9qi zNhqSyo0QOt(mMhIBJJDzPVk(WdEW1t|L;3LW|EWp-g~WUUDvhN-kiCnPQPtG&32j{ zG&D3vXlfFqG(OSN(1(hcXyZau0T-4P6u1B}GhxOFb*|!rNQL+lF%R!pynb#~- zwIAEgXN!%-NzHYL5##bwT>bat<*=O>3CN%kj&IJ->?lp`E|U^I%8Y+#$1WrhP$g0s zz?hg?7@&78H<-<8&pN~Cb%`%e^rTs%%=txf>Bhxddv;2(iGP3g?R${=oj*?OK6N8| zZj6(Epxo3>Eb$xb@y4!q0~3R!OQ_S|ikq}}nTE5_UPlhTufC*y?Mg}RHjFZlLRtrn zsg)Yf+0&0MDNG>YhQ zGVMz~^oU*d#eIVcP5r)`KQn2`7qzDekFpCSUrjt~jP+@cN*QO7|4T|^s`&+5mBYSl7=`oqGd*wTILo+q!wRcRePyZ7gr#>BU&>6-<=xjSBW?((34TUZpt_qKw{Gog`o4 z#rWFF|9J5qSURyIqn=WV@8mrTG=DJdwzAr$KKM|{G~%SCHq(-~dtvw69mQw;tutuL z+!dUwu-K)nFDh39uC*UlPP%#R)U?-fm6Q+*;d6(x>D|=a%*dB&x^q`>IT^lpRNoEH zWNoh%h-rGer|$61dHKb|Qkz*eweQg1t;v^nR+zl~nwI=vp#D6OJ3QNw&9#hw`uSf6 zOLynQ>>H^iidoXg`xzOiq~+!?m-RHp1kG}BP9Lbg7BH3LpHp@5)cD6!7CX$(3k0R6 zZW}au6wYcDb|dE=Z|pVRN&g#dN1g{r-H5PmeHN8>P{7e*{o?m(-4~mH7XQgFKHgi0 z?gInP1N>qIPXK=XlUYd-{kE~E_E*dbOdo#k-->77#izOFnwd=jx+~#seOIi?Gx{sv zZ(5tj@_S{%@Kc)uGB@nHm0 zYMO_lUSe5Le&0nkGP0Pm{?tibVbzNHZr<=kTX5Go*V%Q$UbUm92_t(gZ>_)b5lWd* zvT6z6QNqVkeevq!YJ%F_f%r!Y)ho9pr)MRtLUPxrI$6@YnUry{) z`#jsDXSqvN;}RW937k(aE#4?GcTD8jMNqWz_;iV1^0f4iQ#~Oh%vh-MJ${M$A(mQ= z-E0Rv6n`ckCcUzb)eK|$XIApX?HH#Q z-#FiiehA&R$BAy%?S4DQuCMMcbenGXH&sr}F!_x#+*9MRPh%NJ-wp0COK3X2?<~Gi z&b29U=I{$4{<Le@NFs*5ix>lfE)WkDIHny>5ht9!q6(JKQw;m$%~Q z*Xx}X-ru+1{&M8O;rWjhu0OVQ_KS7USft#0I+-FxuZRtb{dkVVA-Mv`_@8VoFy@{- zl}baCY{o!y;BU4%+%+?EbPz@U=PWeDjQHMX`wN?9X0Lu;;n|Vdz*M=jWl>!0vk3MJ z`I9@xf$fjJP43RgG5(l6wbRump>*SRbds&vM$&{@$4;)*7ZF-&X0pklsjdC%%cb%~ zrE`^wsg1L88%yi;WI|%BWTubD>fESH>H7L=tZw7XW_xu#S3+sg%Jit@to(-a`g;AQ zkx$7=zsu(G=C2tO9{Kgbg{<~=6I&IQQm>7Tkt~yvHSf`-=|-$i@y7R&1wv@4$tJ(g z%J5(+E4HL+bN$D1cY@ER#^g4o2wZ%YA^v)-hGmhTrVR1fojXM4LR>njU3 z*Y2%%M_;Q>om|G2sI1C^{gxZk^I5UcI?LbcQ+?JJmN(s3=RVD9mG}1*`z#O3YbQ%$ zJzYIUD@!+*=2~J)i=(|aJ;=pwu@f&hSaF-*XQop_6XZAMhof{{&Yz9&k}LLdH?$uMFi8=`V5f@hV}N z@Hm)x>|o}!!rJs;rH^&J&)Ujr>}9Rx(aGg@Y{8MjIpvL&LH8nW(UE0?gSDGXeO>1# zZ70W<8c-Xh&$?Gz#xS15xdO?Atjf??lcLp?+APCTN$i^EdTp#v$>#iz!O{))^_kgH z?>}-2oqE*&%702+Sn!c(Pw21Nqx!&B-0&(^z9iamxD+H@peg?Nd#umZ%?;t!u6}9b z!}0mu(tR5X3(=uG;RSlq5mq;)RwSdiY@IZHJl|O+eeKVb_bJ@8?S9^=#<%C0!-^!@ z-qVVFn5A3D+|%Xl^EIx(_@0T-(5~u54XJb|dx6agdpycxGHI6dZAif-Ku>2wQz`bi zrfkUYP`_TL)C)nE^Fa*}yJ96x`g+!9S}J{d!vwSjey%J_c8_{EU7qL)ap>;ps& zS$-eup;}SU?cUb?q@+|3rNWZHus%40Tc26t33tK{%MaL$YALgeq}DP2@pAcGvVrxg zM6YJ|@hN=o0Un&7gqOQ@(q`pFe^P}@C8;7{!zP{~(Iyj1l2N`J=HoKVscoAhsW#lO zqxb5UA9YvqHed0wDX3oUo>is`{qD80*xT)sA^#{f`A5f$@@!weTJQPStd8d{e!Q`| zJ7MOso8>b9L6(+V#VoA{U#~Jr_vx>{;w9ghi*|WmrC@QYAV2)mO4wQRKX>w{?7LN# z)RJfI_c&?Yd&!P@4Qsdu3V z_Gj$`sk_v=vyT6I?)fO14SN^aHM0o2*j+Y442t8m`RuFNpAF_+#Z&oBNz7*~^Js-T zcumXr1qxfdQgw>*9X-AO1QOv@Qpl3ZWB%uK`twa=L-s}2Yn^Y>Sp9vC!xnWmXx zCShF0KYQocg9H7S_FeAnUwK}gWqM51e(~X~zJk(J>mP5y3O5Bve;xGGzf3yt_E~9A zc(3+nbjtZ#*+ECde0n}x&WGhyjGX8gI+7zdGwWIR@I=S+u=ptll)v@)YNI%_XLih8 zt$rr`p2Uq6^B6;(-okd;%r#9qg0_;j&h@8jD-FcXkRqL2qMM7?ujuRC zm3y2%(cJ3ee=*&`0VE&RvRTt=#~$py7^2r1eJMAb_KL$_JmC&ZE8Y!SZgINi;gYK| zS1XcL0y@;_H{M%y6|FnUOB1zw$A9MwEDC3Yn~5|tzL|0{Kyfc@w0B{s`rnij~s?Ye|nn7h%`OD zdE*^tTSAM_Z3DMB4dKugngF-C$1?H#>*4Yr^u1%aGYSrg*j~+_HI2}>;Ss8~Sna#w zpC6*Oa&SUs&(|@%;w;Wjs>_L~-j=G**91maYE$vDede;?3ADQxzIW2Z3f8!@)z&eb z^I&~AtSzLo^IqD5f^Xuj!=~TwWNXoeFmNz*WXPM-oe-(v;oowX1=PhZ<2@&0KPA~mug z>zvGf-AsRC^+?lHrbm7@-3bu*W9rfbdQJ0(vnDOzfBkGB**?enW|H#XrKH#e;Q zAyganFx9y%GQ(Wa!@AFPuw-U>sMfZ)yfl;3?eQ$#&0Dd!s)MHfW;VGs+7fKmsSEq^ z9O6ZjN~EoCjQ?SLeZFY69Vh%*B&MOVq2zf?-Gy)EJex9`MXA!Q3w<4!)Vtyd(doG3 zyS@ym6S8*S(~GNXq@CL9Jnw1xIJ<^B^_0J6vQR7MrYG-JMTcp8O_BO+B~j;1MTp1~ z>k{VGiK<7#b-7kXh8~?>VNUyY*4yqr)ESLFAlG`p8MC}j80 zy$s9iNejar8c78^`%+4eYnOIDZjTz=EplMWPm(R>SV%>tVr36Xa73N`cKUAFM5Qyc z?6<{4b9KmXUX7~fW?h**ZY4(g(aRml-DP<9U9tyXNF7SBRh|7#(}D$eLPbN$>}5Rt z%Cugl_=^2BUa{CT-rPiTvU-6w#MWI*;Z0$Oyh8FdQT^0p>9di~4=1iRO(>)t7A}}h zpRo;GgU=6}v#PW`8&!NQm+ujtt~2fQ{`PRx#Fy6+4sn!+)e9|J5I-g)4$ISNQ`HmskUWH4 zo3z%^X0bdHeHar!h|_7Y-kyqMH@mlbCu1o^ZMRZa=Bn1~6_sv5hZ(h_!Pf%JUK
F^?sGx^zR=bf<%S1L&XbQZc!>0hjQr=4q`lfonNNvv~? zmbAg=Dw1C`=s!IDveb-GzIu6og<#Gm=j)c8NJlJrlwODqxj_Vrl1jEi5y-yP=U4;UyBnx|a zsjkZ#0o&4(Us`-MNxZ&s=(FYbZF${_CsdnYMRPCy8Yxj7N=#;pZc12}rnRxKbhQ-L?xQU&N&P7iHkP=Z06o~Mo!{L?4;gMs@`(R1fv2so!hpdLshqU zITT*fxG@jytrFwaRd`A7MmuyoOjp5}{%KIbg@_==vm;>*KR-tGOPYE1(8t!gdb}^P zz4dw}sDR{?uH!$b7{73c$J)B0`*8ZupI{#}58S8LHE?bJWP?~=m(0WZ{{_O^MJ!>r zWnP^QaID~PHZBz$97GRUR~TZNbKQ=s`*j8d*q)ALJ{XGe{SxLD5;|~DEVRJmQT6qg zbIFHwZ+lu_jGAL#5p0XUQUhFF%_LK7x>=!En4)-n%HAtWI zQ(8W;z8dKGrr}P0onf>o&sgtRbFm`r4x9~tGJpXaAan$fq3-N*3WS3>54LVM#zT|F-Tyk)5qHP<#mYyDqnYgGTlYe@Oc>N{_b{*aHGqi#_* zD5lF05?bltaHevs9aJh%v%Xf$yISA+M6`oU!_6BD|Ak40&&dQHhr)Gj)VC&mb-!<0 zcEj3=6=2mFAzyaMd+C%!o0L3(NxUPXAmDAfn_Ep~i~Qq_jS`8~-W3yVu6KFDS8n}x zJ1xirBRj3gubg#W4gT@kEf{q=3lt@yQbW!G^^^S=8fVX~J96n*?2jcG3Gq``f4R~; z7bspoGn$poqTetm!!E(s^ejI6f%8f80YD#)OoXfi?$z? zYFyBR<&WEZ)_9A=F#0xLHdNDp#J(g)d+M|cs%GWm{Syu)jz_z>JNI=C2{o?ht$Q{M zUXp0b%^DNn{qJ_zr+-mUKIPhEoJ)Ka_xa3gn$b;;I~(qvypRciOEvXpBS;69n_0YV zrmy3W(q2q^Kqf%#!;DuTemc&77SwG`k@Bz!R3>w+S*=>4Y$sFaK|#&k9cB5%j+;~_Hr9;FGmxf#(y(p zxo96b?1}T17=6~{{fKqwzXHyFmix6hgB@QUn_ByFRU{J2i^Y5+KB0IRsVJYMTVh9sZcu7~dZGKl3 zTiB?AF^wD35L;Ng0^g{ckoup)jJkR237$gd$u4(oZ(TLheq9(h8#?vKYX%pw;D7b@ zi-kEOG~vd1k9G3;Z;lyBv_*irnB7?TU#Ep3nMN~MbGJSR5zct#Y ztSE-lK{q)`G_LN<_=Bf~0}Xv2?BxqFXTqkYg9>`}IfO!uk^F>6+vPa6a*D(psBb zLxohUJUu^qDA@eW$)5E%Mf-+s?Oz`)66AyCdTd03ii@2*=Z#2NmK@5YrdYK|(ehv) z**z6M%ai*?^E@h+Z()Rj{6$5qT)r;(A3N@2Iw;j_Z8|O0JhXDn^n9J%8C{>AyaJX= zY1VBL+{a#gxcT&8osMbZg3*37i}kmjk31c&#;3US*0Oa^oL&7o=sg8YWQVnk_uXR zFI<_4MCZ8nxfV9KXvJTJ#rcIw4vs8I}5Hw`|aKV+dN5JESG&Th$CIRV&XZq6nz zcjrjTP0>&6t$)1vlLK9!_owK46_3BHM)W^s-yG4oD-sz{(f0r(lx%Obn`ei;U6Zv} zZ)k~5*sZG^3{ob^$BWfg+6$vTyO!D48-FS4+lZSgyHw$LE)sX#KB9vAFT30`jyJAy zCW^8Rc8n>VZiv3Oc%V__VE}{h`?AchTCW8?hA*pmtVC+L75XRi=C<9Mxybi(X>eY1 zZFQW<9ccR4gr#-d!%bRx&&8YNj%+3U85F)&D@X8iNb*rlt6ky;Y+@{jI_0R=PImrZ%Eb9_n+y&c(zJT_sfQtjip2 zu-yb0AwLHZ){+noIH#=8r8k%mv)=x0-gH??&nV zl{d=Ze#j*FblY90wHyoan}_Rl@Q>q^mkO&j8OPeI*0b1 zboXMhT4N0cYwZsWXH!T|OHGowa&qnV_P=H{maCrnPN9XRr+B;l1@j6Sf z+mB3JM3~4uOR(9U&cI_VcRpuo7`*L#z(h`9W%9>Y*Uv6D{VP(5`GmHIca=!hCwx?P zc64S+?;UVXTCjWGcyzrcxAL4e#yU@SkGeUI{B|U+!iCIc5MO$RwZfqEOw)v;WqL02 z&qGsuFQ%*SB1?xp95z0AIb+o1g*GNAFa9N;7~AAWVFz8zk+v1#1ylG#cXY#2ujALq z7j-)Lomq7lCx7&4R^0d-#4!t}4%i8_sRrlru6uw*A!#iKB)-e8x zlbhqYOynf$=fqR`r{F1$<%aW!>T zUfr`@Wj~6k>oe}mn8pR-Q|=0RmZA(Ui>nh$%B#wc>~T+h8*Y}FCUX`_&!6(l-q=X7 zO_80f$#9<5(Chm`=bUo7MTeD;6+*Wke~1P@6ys7dvlE`z zEm_4~zmUSfZESp)VQ-&qF+X2l2ATgti%|L54~ie~i61g>wCv&AZ->o|=u2dTe4H|N z%L#MM33HTGNS<+b^>W((r=j?Vi_N~f&h##RS@?1C`Kj!Ab`|~MaQ`F{t&mgurw_uN z!Tlw4I`k*_dh2;xFszZ8A#}7tSoXbG_VAhQX^{Jr#5OR`C z#eHJoMG;g`Qn!h*+TWUhL*I7a9cc()06 zmPq|w30HGO41QTs#u+@t(NvG2({a`56Q=b1R`qqh6{y|gGZK`aV}!mW?!24xRBFB=J0VQk#wPp$uq<>OJRdEMocQ4*Wyv)BDk0gO&3*E zc6bv(3pMx#SKW2iHwV{K!m+;ot$oem@^LtirFmr+sYoPE+fxx=DXUJpr=t#pCO-|QQYyKC9gLN2$ z5B9>xX$xff;!x%NVcK(<4Y-tqeuJ6d9Nf=UObu7MkU^v}d|fhJr$`l57s#1(kAe12k@?CxtwmzdbVcDeM-0HEKP=k&u$k!xFQs+DVZw5v$I*R z$Q>1|6j_mCbt2m1Sa7+=sYuCYyizEavLVvEB!IR3*P+f(@@K}#6hV;_q4zm4wK;yKj& zlh%$K3q$-dh6{aylzG->VTP_NZ3)z2D{ZPyNI7(-*Qp*i5O5YpibIvD5kbhBCWR+vf!e(J6A=g|BZdJ9=N8yO znrsB->Wq^6Qs8@Hq)Z>8;U<(x{-LD`ebibH-z-8zC{rPC?l(krTn$0P1*5|z-+K)q z@(lV8YT{Ywr@8#1T;p<9F`XhY;TFjBECC%v$1~`3%U`)S=34g4KfK2BmF`pl2oUJV z_k!CoBtB4+Nx$LV+?SbGKAC?Q7-tMA5^7Ed$>4!ue)az+0h;#s8vsOp+h;{BaM5|jfA=} zVm>+X0HA5UH1Ha$?up>NO+0ENri9x<50x3xXC$7@c#e;4w;E*8QNnBbog>yK=>iQ~ z;{%u@M$|5(khpP{X}1OV%F6TI{nUCFPtb4)buy{aTjt=*!=Hf4nk317hS9>rAKPc7Zd${j1eQISk6vZT^wNP zo?t?#A4X88&!+hu5sj*g6dotk8H+@ecAJ%L>~|w-bYN8 zb)BX0K-ED1qUMsTdQI>JCI{}Uuy+<1_1=Zy!b>i#|@giNTW`1~%A9dk_ z$XuotneP}ZFoOlr^%x38o(NVaaAz!zX%R9rK#^J}SRBW!E*^WW>Bp=ytc8~hOHrps z28hWwLdagsVbFk{z4NqlzfS0*33t^^w+w$O3e3;%EDRNAxmb~mW^Lntp^8G~xhHx@ z%zUj7CQrPkD<-BG$m&OicjnPNJd0`GDd5X|rg}<>)|yw71AC5^kFVNDmew(y%!MN} z1v5AII)RU4U)mpj=30iUnrlUgddH-p0WW^waAdA%16jSv%Z$yA<08L*pB4Gc3={!7 z^_h8Sc_4h?Ng$3vEj**uJ}f|=(D%M|qO8kxFoT(HNmEGgl~A-n@%^)ym;73&-7oII zI;Ma!vGGEm0H{8)bOHo+biq(Q4g~9H73OntVb@qyr-3JT4=6ZyZAPMEv|b{yb~2`?lP zTo;V3Gy&%6KSRMz2P(qps~_nHQpmwY z0ZxXi>(TIo6dIXK1J&D-NlCbg;z=Y4@zWq~VbzhYdbMK1ASKrhf{5NIJa`bd3OZZ4FI z9>tLr8Gb2!hH(N5)=|m>%M$(SawcO?bA5|2()lTLI^+t#==JprL=pfK?mP$Pjm5sj zHs}@ zL61Y?F91O!0yc!^6Weqgfoswhvh67@4SkhC9TK_^hMmd#tWE?s&`Y7)3p{kwf+EBC zFKN8J7?2GN3p(&D1ye#xprwsW!WPP3vd|^nDmnChhZYr=?U{fTOE221ZByzk&P`+~a*(!=_pb#s#S|@TrTCJGSZMm_z z(a9GFu1UL6LoCDG>DEF!P*zt^K_R#TSL12+?|aUlR*Fdb&# z9AH()MV4@P0r1yRqtK*VXzFkgk*em6#wf~)tzaGmQy8J|Isp!-2tC0^6{-y*iev;f z9E);-Hr!VDnMAh8Q@sXV5u}-DfVp7q2uu;~y4NTUF-3%bK+)iS1z2e!(3&I1&JXb3 zq!T{@dKO~A(uj(0S7bavhu7s5U=w2L=Yb|w>2XlTE`NJv zJnSv?V>h$Z^xq7}5i9N*~)loD59itc# z^g8e+KonkOPX+$PlAH4yg(sL#AaJ zXx?xE07VW?)w;xSUnxWvb_ZY)$a~=bMhATnfhJgT1~|b><|yU%JeoSEF*`6G4`2{* z5TIa?z%C1C;KbMmJZI}m1qh_bP?qh)KbVmMyTI0NIP@$+-a$TG}FQla)oAnYzXaG2Uv?w?! z!O)?M;RP5aComZ!v4Y&U+6MvyGQcA^|4aK~R3X+fn1U_=C|K6z7`^iYFjz#2TW#`N zr&BM5i?A4)ppVyj0IpEl&ICMFK`eE{Q~^onY!^d7M+gVUde8(R#MFTgeuM+x7GKuS z{-cG07?Amq!as_6+wP4O^>#+AjU{Zx9*rtCq=Ypta_9FdgTXnV18SGiQ3Vw0U=B`n z6Zu3?gE?ELi*VliL&y}m+=j_po#DwGAsZ5Ov~sfofMvAsaCuUw#`OYYarg)_Yd#w;%#gX*!ieDbQQeu<+22bfh);kCe^ z4hGQ6O)K{nmU?GDCOrz<#sN>x!I^hxJFa#)w_xIEgrG6gWyAFxIdmdlU4(~}mq=?v z&MWZa080)I`rdW?GG)^J%v=mj%Si-S5txsubEhn28h=5J^(O6eI05J2;1bQgUB)PR zaQfVL436=6eaC^p#iAC$8OV+PgeXCgA%!+iA2kcz{aM`};V~U~=_}4PZSVO@8>9SX;vmhWW0!WYuyD#-@kDi6&GSy8%h`>fsIQw)mAS;-JkQ0kH zAXN%rj3Pq}&K_J)AXW+=rCKSnEoJ6|AE`4g0>QspDcA{E>3wLWFloR!#7bcR6f5vlxI1aAvzroHPLI zAa4;3F*IP@K`K#<+o?dw2bp8Z6YG2uCPg$!;MDnw!x!FuBOVH|-11Pc@m7OJVn93; ziThtX6hg#*fnlrAszvy}cLM$ioF7ulMww!4E^x-!GB#lS0=`HVzx@*ykm{dsVe0q| z`A4|`p{U`X<3Fh0*7(0%xLfvRDn0cCF#B531TZKGw*v?Y0cF9~i2*czq!+`D5)FIt zF`q{Q?@*wGvl#Sqq|Q_Wr4$05m=SVQ3>2v{JRieZ3mFU`R$D9qL4f-Rc8kiaPDmIzi2NH8nl6I0 z1ki;M3#*9jRg9joH!R-5ob!XtB5=|KkYfM54!Gd_(Z`e_QH}dP1rCG5EZIf5GgNNE zKoIljoydTF1EMpILN0hH>V@YRId~Oga9j)=3oRWPp}x4V*YGWt&v^M4zEXz8Yms2s zS**ithx6CH3&=4#hah(ia2Sq+EYO7|%F3B|3Af?Z>;uYSf6G9{;d6e0HjCT9pJv4H zoRrb;I{B1fZFC8vUmlal6&j1 zvp{#0TNx8picly=9S{yOYBGIQ0A_X&bAo0cymQU6e1%xOGu=7l&PhfZnUcY!Dkq#> zY&dD&`n>~pAo?`BuRFf>giMjZ?1lIf=Lu+^m`ITBBEYW{QEog;3^h4 z9A($O_qy=FqsNJ9hr9%(WdIj%(_l130t_#Njp$d{HPYjOWzfM(GafpHuA6$1b@WMZFLJ$0JssWGNkh|cx4R7d>V$Xrw>n%zL!*S5- z9(2uv7!ex0=?m*yb)bWqPA~^p2LZljR{I`3- zT!DLCJOjEPg$+pCrT|9~KAe!u9aT|e5}6SkKEQ?SF?d6rNa-+J6#5D{DFY6(FmdGK znF1K_i{EUZ+=x(|1YVDCjeS%`f*W-T##H-6WR2J-m5|7oO7)&3pc(D5<}sudf(2j` zu|g|R7Em3b@B$q0{*MsA6BFp9X-{16tnji293F2wr;`JW0=OlOX+bB0r#lK&DP5!s zJ=zN)f>)tk=u}Fg)QJK<2RhGhb<9;j^Ih+NoSW!84uS}tc?Z11VUA1u72n@;%3iF!4B zDwnhZ30Ka5pNzo4$8Oq>zx@@_Iw4I$zW(E_2=pD@4BI?BvWOMqIYP<%HgaC`L~zT* ziDJE9FT(XO!i2taga$3gSIoj^CksGC&(wE;t=^Aoeacf~OC@uqk~x^r?JL`}DFJq& zG*wyJJ5l0S@HzVrrD`|ou0!9%4WqTC7+?hK(1F4rEo z;^l`Gl)g5D>$|bgFXw6#hrT0dFsOyv$al~2HUt0}^`Rmy77<7ZcIgATzhtgq>e@1& z_!t&H-M@gD!GU#<9XO+Zuey>#vub5WNUqt6#V%c_g#z%ST1nr2TIU0qPV`ljpuJQ0 zM9isR)w$^Z59{4auiy9NNTa@(vY^ zA2-MEsNHlTY=L2~YnBWPp#P-JRTo8hM>0bsnashF0U}e8`cWF3bU-8;7n+1_C(;hV z_kJBMyGOW#ilgi$GBUsY3pKq3Oq38cf!vB@oCaP}nDBCD@g@ZYyw!hhwJX{Mg`kj! zAE3k}ue~>+*QH~vz2G*og9+aON`{a_y9zurY^kf%;yuy7ga7%~{RJ8ed2;XcLe3Wc zuf@GH8Y~vwUcG-#%{WWRKy(Y^e}w2%A_a(R`W_AHiWE^^TMKU`iyqB&KPEUrDx%G$ zFj~o~2)|W8bTpQxHrG9;d1Cxg+t2M`EfWjiFx1AvOJ%f(`Q%$^ zIlV_46hp4x4OT}{!=4;2w^%G^_^k+iAf4Y)pYAtHf43EZ5w3>1D|uLJt7IUTCzJpv zDfFXFz~4X!T3}JA-+`OI$uXX%GI?*S{{NtAZD7kp;Lb-@kwRAx-TV+cZg<*{^7_q^ zTCLwuzyD1^eC<|^Z9yhL$)mu1se3Le`2}_g{Y?^z>Od&}BF*1&@F*^V*6}YD*vpYa z4f`FwW%E%CP?Dksbgia|P#qWIco ztEW-qX-JkYoXOQ_g^?wqrE1KrE+>Qgxi5b39Y;r?~>G$PG=FLJUj@)eF6m zKe~Bh>Is>^jd!8E6-l+qhJUq6_!U|uhzK!Qy?D%9BKVhyVHjD5zXDq}&;`150ek(e z%TdIngfhN>8WC^U3lbVK57lEM9c)uJ$g}92V~qe$&ZK7kX#`^w4Y~ zLf!&IGOoISoNlj>{;*O&)^|VIOeBKZ!K^64n1#4adcp-os6Gi}@=n?EB7rS!{#$&2 z8HhIjWg`R3BorxlG;kY74&pZgf@t7BRAOW;)B^?P!M^c7RRnR$^M5-f3Aih8%6^)t zQgEK?2VZh48i5nbfwpcn4J{c!q;l`HAqfZyF1Vk=!HxcIG8tKeYF?D}5Jdr7YbiE1 zM%)^;aq~&mOqsf_dlym zev)*+c0~_V3)%bA$pjQ=dq_#eOK4BDOdw2_BYD#6rI3+aaw{Z#=x9*>ly(6XKeIRw+CP}7 z0O1ir{Vo%t$XUeeC{T-RvFp=>J#765>R_xusBeIw?&&<*P3L%9IEJWN6uGM~& z@QJEXC9B`sF%}iQf=B}C{2(@R31>~fd51K{io+m?y=H;{!agt;8R*+%-6o8E9Xir$?Kn$~d6svhtyMJq7zwF9-^i#H-KG~_EX{)zbZ zm2`L5pfyCi=+7M&HyYI^f1QL3dmjC7c?A4(zTCJ6uo_cXWchjv#{Wzm48Z00@K_oi zia-0av4e4DL2vyVFxS(Cx%ilH1B^h%_kVv)(ihtLM`mh>&M0WKgWVQa^eggl0(gu96l(13sX{2qoYjZz&@ejA@SW&17j2Q z8yt6$69JV8SQ`L?kUwjJ%Wx zkOo-^M=vn)fr;4%TFSqFKfVg4c6ex!VGY9KtJ~(J{0-pF7dad3nC(AFHRroI%h<$Td zY})DGR$_V1cJvQ)98+M+-KQ@LcG_gPEFKWv7?QEy?650N4ZE2-`>Yh>&7wFlEM2Q;QM(D-5YwHOQDC`Vq2#1tQ9uH z-Gdr>pKkUfmAgM27+{5Wl&*i{ zEBZ3fvNZj`&hW<1bI;POl7iXC*%u&2)9vT>^4#HYBJ3&;=mi@GZpP6~a54^Vt_-~| zCMsX}nKpVT#6;W(o0VxNC)Xe{!D%tKvT@hG2SgR-38TWYRKh)LE(gBJoMRzoj zI0d)N+c{rvuPO5EC?-}sUTGBkE}h!_#YaxuR#+Sa#N)E7b^CcsN8k; zdTZW%LEontvUo$I&lTDn6aF#e%NL(3_fI}qH#nFWs_p6&{NP7|wy7wN(E?z`889xN z`hk7?Mwfg-QA06tDLyiRWY%1P(p3@~xN3|^Eb?4qJYtjk=ZvC!%%K9^_Hzb2C!Y|P z2;W8_$XTK6<=(+QyEhW926sQ{!1|oKC7Szu9m^Bc{iL(<#U;!!@alxY!8}$Hc-4AS ziovt1=Diop=>BS>V73xSu+A&)Bi?HN+t90Al{305uy}Drp*ex;oOfmchE5=zkp9Zf za&N+}uMpt12XhJ9U)=+V=nZpE_-foIfVjtXFS9+Mws!2B4$Riqr`l`IZ7fyR4Ejvn z+pK@Q2Cf1NBdZad3|hsT2TFz#(*n&A4h?fzoFNeB;n1AHKIdQU(&`(|a$tIefKwO>9{ z*(QlUeLTBL#19liF8$4`GjlM*>mTF+V>WaVzBa7GZH}F6TZK^8Y=Ck%Jjgx0y0{=N zyvcKCuM}&ua^S#bLK(zBd)Do5@%ONZCwEQ0MgL2pVhDoCN>22LSk9Is{&)I}d zaOeWEgEEk9P6-XapaA=7A}&C;Q}jQ>&Bhbq2~NIVSDmfhYd@E!c38 z9Y7i-)%W#51jT8SG5!ZW|JKb);!jw^2ip_0KlI*v%n5N2}o_}|8^nA0UaiCHA{Qk-J`m2wPhu#h>9PZ@E;#e!b@Dd2b8@s1p&Ew=vmQ}97 zZ^VkO11`UY-V;Wx=EypZob9m*StsR;u#+nWGQ8|3=NH76g6*RFxjyF{z%H$LJdk0? zbkT1g5UI9$I%)8d&Txn*;bmV;AhH|so?b07G4y=jhsFdR zeWv@0Xsr@ChP`b(9?+JKj5LRcot%jI$};j6s&ZdZ8NcfTrB91X@SjOES7-n)SlAw0 z$(3~Yj!A1?jATcjsqfpqH=1e2L1O_WZkxK?G*EG56}z4RxgW9WAAt5j zC|sNFK0%;(nwn&XNyfE7z&WNq)46Z&i`OAKWn9@3nF|?@{|TI($MS0=r4N7un06To z-g6dsw+HouEX}(UPJp*WD==G;9GNhv=d$L;hB;ebmoXVk_!(-~-njMJt>VemYm)&R zgBk-XV8af{Hd0@fe(4f$02p2%t6V=fHk+x>H}7=IfLtyWePbu^d2M)e?3Hf&Hf&g` z@8P4Hzcy3TH&;S&qu}{J4EHpGAF}Ue_fg;0!x@`x^g-6I0FxAM3iqyAf#{s5F7;0i6#b1qP1^{o6imGsdX<;j|Lj}L#eXC># zmvPJZ|0w(NxSG~3{&0(X$#A(DLN3=Vnd(RbE}1f?P#O#g4M)=4DTI)?h7?f*&#iBj-Ir-(+q_?aKOBgEv)BdvN4o9 zB198+Mvz_OTx;*`*GJ>|*Z(0~y^@+58MUa)4GD9NT7(X>jI^<}N zj;oJ{zysy&^W0%ToAmy1B4%}DUH^cuT}{Ywbf6wVY|Bqf7Rd~|8oK?fI-06C>{p{2 zK5mV6u0db^t|!~Y=*w|~dRlKNIXc#aBN+Qe$X=36BGK|{LWDVO+ekhnjq4a>Z-B+P zFn7|P$1^DLD4@V1T`uyXmo*7=jI@YVyNKW9+cwG$nFQp9^7XCTdKJJ>7@?^R126;I zA0nw}`@x-y817Q|V2>+Dn)c16!Cj;|LBgn{Hi!9w)@a0!9)d4la@{+CDb(BpA(&J+ z<7j_qU%72lBU^CNbQYOO#cu>Yd#U5o?TY+giGZto&N246tOULQP%;s)7!XvzeBlfbW?gb0z<#CG!lW2a zF+5e^CpOo)#e1D94}a*+1oFEJH^x~AYvimD@(>K(vm0^G4bpB3@!;y=y+ve?zQ=d* zPVh}|`zdjk*IqLEoS2NtN(Vx@Em2@HJv71wJObhkFe<~N3D=m)sNsE?$m{Z0`xlMM zU_Airq~Fg7`uoAj!Rrdr;_7<=>>Db22}&dIQ$NGPU`w(;BU|Ft)caIxlDXi37+1Ij zk|D@lR|m5dxzXs7!M@HUB9O zX1#xi)6oTKmbgp@$#}#hNWin@8&HAwSuHN%@HSe}_&P|b98QfnXiM$*VNrbzh9vQv z$8lrAX`3Gufu1|d`h95)L8fvK4(<@~>03R!H9tEi5$yxxb9M*B)8Nl&jN=3Qqu*=+ zQN3o=pFIiy#ifvAu5rfN5=l6M8I50n&Oz!=&#W&AMM)AIl9C@of#J-Z1FxXm43Y|D zOjHQTm}J`p|EZAP@2_j%y_LY`>Q;g33=;)sqQS(j5Y{A0Hh3ON8qggw1~e-eDC#hv z9eDiog;<0@hD?>9?FK!lLry|&#kf0ajJYkXu?3|aV!qU>#g*uUep{ZWQxZTe7=It| z%0amf09_c+00mmK{s&&hwo$72onE7}A0Uft)XW$#F-c&8AmGM@T%n$7uasuHc+jwu z7)wXwdD43S^0-rT&-W05P3)7e{2%@>7=-`W`hX4A8UmQo+WT(Tl@f>^A!TFoE{ud| z%+u&NzP+>ZM`TxJcxh?VJ;q9P zh>9iPDO7GOYbMxFa%0&lv@LtyImSv%f)p()8%rTe7bm$K<7DM07llj^b(s$k6RE?Z zF8eF369gLam5Xg&leea4O9*YJw{6tSs;x+=FDYVALu`J(Vzsf~J)~DBF9CGRah^L8 zb&OuF2w8`_PY7W^mT@M8Zz^sVD`^r)kWwTc)=|tCF?A}ghy|Q7^P~gj1rdSQ(U?AB z=Fw!G0~{1$d2NwzFA0a?oY*qveM7S3Gw2vp%8mvl${~qCyNs?!3QXu4WhTIgYT5r> z61kFlR3zUPos&oer6UAYigOZ*0c9jm4M9bVj0Xl^rJVTDfQTg|>d6)Xz`Z7&hqNYK zr$HM?Lf>|<1h!^;HGzIJGAY`012`3eEQ+jNZ^#4QLQIAgBYhtUkO9|&bcXTqnoqI; zJcZeS)?ZjGfGoZDS4s}XFY(X6jWJ4#!9MshP&R5 zd+SQI2o#`P$gBcdwk)K;n}na?F#zfSWJ1 z;*LR!>hj2)PP?jk+YwMGE*a5ANYQ*GMI~S}CxD&r!AfqVgO$7$NX6S3SE=YA%M~Of zjv)fAw5oAJQzR)6;(b4Gu zx5qUJhT^S&p;+-aLCx_EGmgabS9|^NJCDX@!KXQYcPTfjB`_@g2n}B@z^; z1^gi~l*w-Y_)k?JR8aQjVl_?-90?6mQfpybK3V=g6ecUaAQhxE>50^en9i34n5H=i za02czQ5@i?4(>Ws3Dp%%r1_6V5^5G20$j#eYQ+jHxygF>S;&pb(DVPnjQ}vQ>WJeP zh#wJi1S}f7F{NR=`&dk?cbFTqdRISH=eu4r~joacX; z1C)ml{u#3m)=2xH?MzGi1Ad~Nms$3}mWD^g*BAt-me6p-2muORo!n`gSZvN%H^z6L-8s zg6KAepwVT;OLw6rH@AK;5H8l=?TCy64X(?>nhA}UipWQ_k*ES#u%9rz3#fdcsvKIT#AH~N3sZ55nIgUt$%^;Tt!$ebs?<*ppspSp!DAK!+*$p|$Y9O3RdXSf23`maXp+it zK=u>!B=E9DQzBwXH_{V^sicA-i{@|%HL4;-$sop)hoJ7vgZ4;`xz7(6kGdMfc(Ovw zJb(5$cY-98Ehr*FluA(s$FTSuj#&NxMthh&#~56e?2Tf{BW15Fv= zJx+RFCy6(Z9)L*+5K^?zB%p@Ro?$!@`#J3rVxcqh+6+Y`<&WM9jglb(9*`X~uP)ea`u^l^L zy%?xW1_73ch;3;|8|dORz*7ECIP(7#0s)r94>tOt$e;`|NYzoXKTvhl3|;vXD*`ht z+DK0jU=_?7qzb@`p8ba*#i43jRuPg+n|Ba((4}B~&x`diVg|3ep%P(3Kpyw{1IYhM zK)#hs4#<|$VaPx)J%~q!SoIN%kdQXWVhW!rI@-!7y`jOy|B>$iwteV+3~A25F9gQ~ z9!``tD?$eJLJ~iAeak3w5We{zo+)_oM))cD94eKbwV*}Pew%}YlvtHcykv=g_G4%j zk_ixbswN@KJQh%l^?+4iRQx!+l1q~7OgAW#q1?}q2X`Gr(-;SL=of`~K?n6i@a6g* zsI&koRDBYFe*!ZD{sz6n*Ad&WXkeF8x$-@`l)0pg*S{7fP}#O#tjbkNHm}9de|9=M zxg^QjE~jcS_^B?hY0UEG?EDuhNAC&O1(C3@8eoSIB6ML(*da8G2G}7=4&4Wwm&IxG z%TS)fNKCHtfvzaHc?;1G~hiuK*;FF|`S`@(im^Rl_H6%DAH#XWhLEtd- zngMkD>0w&jW~h5@8v}!_p;3Svdpr>w0+%`XY+!=%@Ar{{1M3m!I}=THKs%)rHHgy@ zD({jwED#aTqfJvqr)&vxOyl)#x)d^Ekx0 zB3X)F)}Ic{k9afH5hPA;F@WoMeu7qGkIR7h1~UWNnIH$Pkb(Iu?WV}C>E#Al8Lfmc zih1DG$Pa zoHmpJk4ftR_tnw`w|@TY1diUDJ%(xpc>1zOs-g2oUcC`GB(qLr|eqg3Jqo9l-4OS;rEB35i_t2I7u>{N!B_BweNs*(8vZ%CBFT=8-$et-1*|zPN3Vg zTN0!}#f|>nLPl@MJLg6)8n^qz^1I|(Y3hHc1okVCqiJp~KKSU4hMZDL8 zVsv(qvlRFOMUkR1lRUEoj?z$xp8R`+%|HW!I1RcoZGS)}LL0FA0)mk`p$oLL;$s?= za09!i$^>HO!K8*6B~kE@F0}UIhyprPL(B(-rAC%mu6(#Ot1}@|j`w4TUpdeq+{5q0Md72EstUamXKh^28x)?LXlYWt003pXiq~e3E?wX&6v%L@YsU zFkIhiQ?pkKGj1HI+53CkhuvYF+DCW(aW?pn`NInjha7!mdwgH%woBW7%~zgc!rzel zc;c@!90on>a&0D zs6Vf|=E|3#S)#S}v43_SYb{PpMmIBZ9#S9e&xk|in|r=68pbbMb*CCea=3=&*92oE zYSSEsipTlLGu(rmf;Jh9Vdu%L zGTAxCmw~)By^((|XFZI0^7w6}wZoVXAxM&pfI_G>%Y=BzeSapK@!#GPYvf!#BBJBo zvBT|>4gjr^3$rf4Z-KBejTKkntO8MhZNlwB+!PvYx3 zXdTw5{#(xbHAaS@%+ZO-Px9*rgxU!KN!!7+{Vc=RWi}RopaK2&Hvbnv8Xp}j;iETz z>bB}<$BGRXHxq$99r?6+AJpvpZjwLo&8y_v0JR67p?&0G(K~yIW;-_Wa|78$9;P3w z<948ZEO!O4gM~r0T3MvyFDe?z;;M9=z+u!-u+XIA;pRRvZ9VuPFRnxLbZdTGc)T56 zx@5pJ_qk|oAbvC#?PnAPqX6P1Q3c8!UXFZfu*4DlnPlweqAbueR72Og8l`ERup$$R zg8S$XoLXuwV6|r5t}``k;2Etk1h2z(w2{GQu}q!3bu2YhVsp;KgKv>H#XQgD zeP&cx(Kk9js*ldt8v)L>65n)Sf458H$L8*s0&`kGdWBixf~pWE?c+a7&?_M-u#2r^ zozf>$=Nb3kq&OchlbCF~C>tk{!}(h zLCfC{c07-z@iN5#Kc$NuY!2GIoLb-aW7=7k+S(nB5E{DQ}0cyr4&qiV>&>4#9= zUOs}a6rxq~M*hGQ6fwu_T3HL<7z#fw#`yfH$(Q8oV6Q%7DnhF&a06QQ;IO>_w#ekQFqzZ(v2V;}7v23{dPDkDB$ou#{R_(~2 zOrrMH>xPX*Y2H$snGiF>X$WANH#WS`%1b|@a|}j9`(rlncLEv5#tpjsZc`IC_l&)5 zjjSXH9ujJ8iL|$Q{TDfFUdLi4`iXDy@dOvn|H6O|-Mp&_;ragGa_a%$Og;|k=ub5x7d4BLp1pxn#F+x2nQ``@l@+TU>0sGy>R))y$9^Lu72zq+?1XD32lkVI zc3GLr!I=LUq1?q8y_brZg!mZlD+hNERwm<^!cogBYOYfhjwE(uI(;$s{9FEvFlg_# zwrQ(X1&-w9K&{tfq#^rC7BgH=HLX(+-DB=&XLF~-+9*sh3sJUst7t15HO@X={_T$KhR$Ei zOImx28bYnrY!!3<5I=h8<+wPPXQX_uMvnP{tHYOyLR5bXA25xNnb8`aIONz3;T^`M zfW&yw`*C0Gr(f6ET7PH%!mb$jDq;L*<-D{_>kQ2u-CsD{Hr}1(;3Z$DpC!NE)5y?y z$*@>4 zVtB4q#@Y@AdjPpuhd)FAeEhS-)@8M{EgNIiOJpD9fy6W z=!SgKnPI^G)+cja=k`KvNB6x7X^>Jun1+)IMXfUMHOjq{Kiy!K3Z&qBgvLH1^KFL1 z{m0i_#Sb>Zmf>}k6QZ@caw_vZ5QhR_L)~(g@7tQX^n1SME0>Shz@@bnhj*{NKdr9l zm0lejAbwj|uDM6dkP`UT^tLH`GWH36HW(YoPD~E-j#C6L`l((y@6biqZpbb!{=Ucj z3t%x=3Uxsg6Tz&KHDVz<1f#r4VIBM7S|#8tXy+Gpgoe#edkx21zK`cd?1%UN?9aZe zq94YM<0?$49yFkaIboKW;07;@eozxM3Ax@3-{@asLEyU&BQDEz>G8{SQy>H0qm-}6 z#1E4|%#~WN;Z}!^gYeA?^0#_}sHNRNrz&JCwl?$EMCHx=9PM!tzv6IoKQ^vuU2(7M z-%a5lI;gXnZ0zm)#Q0|tG`VvgD@kr(S<7+$>}arAPKE4rQLD=~F~gVjl-f%j2vO#l zbQpwK4c|20ofQ|s%&Ry7zKz}k9NKtn-UiQRe%YhE4$BsB76*j|z(tLDi%`L~+lWwi z82C*RxFQc+1Rgz>NBK(%>v^jTTN8ON(XUhE{!ktr0S7tgXxA$sqB9~ndq@G8x1r>gG-n*};r z;qMOIIiLZtp%uDkmF)DOdCO^m@|8;kGjc}f@`}(h8pcH2DU8q2044AtC2F_s^|4t3 z;;omKC$}ksZg=vg({6;G<6KbJ0T~D};vi=ZH1_U*TklUyPBB7Dy<)#bBcMoH=qma1 z1PCwZ;!z@62LklY^O6sgQOHL3-2LH~7+~!XpA!hwHEG`l-&~bTJ7e4!T?lZGHaJ#I z!IFl#G92ok&m61xr{Q?Q%oia)dmRxhI`|+;wJDXb&OQ7!tkqiZUn~R+s@Gi67(LNR zVHFVL0w>EMklB}h)aNaht?oM12(t2O%qaq#HS(wCYNhm#MjQ2$jCBO>?7Np(g+?gG zC#}72C|ox;yc&8LBatoNDCj5xil=92VAOnmRkuEGj9;?w zk%iN6P)Qvxll?pq^C$VWQTlVVott~@Rb=?@bl%s?lyw14f196T*t{OA_@J#f{1 zXCR5cUt-8MoRR~b{~@^OlH;fV@*~y-1*@p)X%SW#UZiG$AD^pKSS1-7VE5S6e}IM% ziQe0^Xq9L%U*J(pB)?A3aKZ9G&YQ7Qa0#*lC3(@LUP4gFejzz%tcVBdVuH%c^AvRz z5zT!>%^`bfB7iXj3a)u>+nnhY9V5h#>g3xJ2bR>wa+VnD*I0N!F|$vGJtezs;*zpP z`;Bkp$p(UJ23~(WZcL-2JF(_Qg#rZXytVLUAJn@i6+!?|?sb=&zmG-60YVYRf&3lC zP3`DyM!*`lQo={_ERB4*goWb;{ITMMvj_`HYDWlT8*ng5?ouie%Me2x5PXN zz?ohG;IC3v4w(&9(NJv?dro6HaDlUsr(&K9!PGo^*sPMto8o@gVW<}@*!LN|kqXr6 z&6%}hm%;fO+*3Uq@;$B;I3_Xq>q4vsa9vMFs6U?qxDn?RKLY1$AGjtDUT-cY;D&y4 zdq0nUY0eUg$O3c5W&%;>gBr4PEivQLPo%&g%3swD*m+m`xiw+0a)1vNgufHnk)(cI zh;yu=KohN5o=Sb!pkPKR+14pYoA;qlMQb^5Ww4+!#4qE((f{c#q!~cgqnZx1haKdQ zXR3=6#z<3E17yK!muQn`@1{`KLRm2EAI2&1(1e;Z8p3cI?rkejDzWAS7&t_YgI)tc zHe|@44&>-$lc!ivpL2a{z|j-W3}Ggz4TaI;uF58XJbV>~Tbl*QTmPT_g<yY*Ft^-2Z8@`IiW5sYb|*n2qxfFRgaW@<@vqX2dP$3~82eEUJl|)MZt# z-y>hXUFoA{u1&sX*ew-abmv4CN6tGiQ|En`UL$EqyiJP!*72th=0DLBEe$>0q;t)8 z!I!s>W1iPXXAN&t@5^4mo|p;z{)AEye8bDmaZo&An5FYsuA{4{DkUylEYq?>Ym=c4 zP%n|@isu$eR=uu@V8sH-hb#~HU_tRO?MnvrMPDI<>+*(PJSP{bvO!fn9{v{lLK;pQX$3FK<=%vD$E7nX1TT`#cFz=O zFvli2TCX#7?}aa@?!%>h2i=C{&lFV9odP|?9IA#6Lxcw}0Cx|=?03p|s088yvnGJx z!UhP)cVufO(wObK8(FmwTF2S5WNl?d(Cv7NEjV0+G*9r767=>Sa^HzlJb=xC1OA4+ zhBlbPk+;s06+Z%pCS8Hr`Zj3PR01(R=;p2qA&3-^LLFFfAO{f%s~wGbMp&UvIm_5b zRq6z=QK)hD{dmd}m-j>z3&qTLU_Vhs6Tl22f-{N_w- zF0|fSCz!IJl}4Vtwu0&$Xk&2deG%ZUfz;4S1it73hS$SPOhYw!DrQ8z@)rR#PqCSZ zYSX{k_lkW0K@FQ^$94%kjHaZK`WuYlzB$y|SttvUswEG00{F;BvT<};1JwB^FwKZ4 zn^g$+B_$)>ThWIl6qOiCwV|=+0(RP|NI;(m@oKb)?s$?5tpiOA;#j1k1PfE%h($ZmDl&iC zF^gt?CJLt8nqU}{k9F!|e`vbE&Rb`PEi3}Vm?EWI${Q_`Db$_wj zP2TI2hr>7&&XVf>lI60&D+iniI$8i}>4&(`5CCCcBtb{O5ss9AEEjsg`|1`ZeqAiY3!N2nJ!5f$D-F0XEpV4&e9>X*MQ#KvRnwz4#K8LD^aP8vvzRb z@Tdgd`muxdEC|T{2Oh8lv7VNLLeYTda$BKgh7BaLiMNn^FrH{zV0VkM9x6FP7!zTM z0k0|uVO`2q_vZ>8RFZQF(ORVfLV5M6@4R_N#|)uyYgNxl205UWsSo{LnKl=oKhO%c zC{1JJ#^lC&rfW}MIv2{q*9IYnrR` zb&AZD+OeJNVqj}Ij1cN>e%Z%)7&t>{+N(m*UI<0j4QN$;A-n-#7YHX2Le7@+j62R= zV%UUJT)Hz%UKjHmi6i!msVg5k00gi>XF+tZ2|3gR&!D!4G&>ogV_E)ba&>zs#mqzWQk-6%Pney656 z7HB-|azY65B3I;cdS%Hn*0Dlr5op{1g7YG=1K=-KjBEM@um&2%#R3!5a~?bj;VlAa zVf{7)y)|s6KUB_~HBuWqqm5FHv6luOO^fuvb|=q&@_FJyiODj^dz$*X0Q*ssa<3xj z+o<9M`{=YOI`jd*sEtr#i96U6C+cr4#d!N-0;!3{9eVR5eu>hN+tLvy*$GiL9+XMA zo!`lycI9dTZ)U-N%$lqZ)E5o3I~Qma?(dR3oEQaWBcWdAl*i^J(kfE?+u5CVBV_@= zIRtGRBB~|y9RQngm<53XyMzUydBkVU17jrv(m|&b%}@-VAKJDPYD#(82=OD7ayODY z=&^+?#NIz90(nwIAksk_e`7Q_G^u6bJ88-U2ra~&O$##ohm-jdd~A<72Rp`q#41cT zjItl!g+r}~!`A+Ubc4y~gd4$#a2|Ylk9~3t7$6YUZBTH4mMiiXjKD*XJ*a^jdM}*T zCZ!b0L$zs%H{E0Y;C6#^J(6d!-wJ4pq?s5TYZCGdJ)jFcC7ngzLmc(;I1 zVS-*zCj!J$_@xO^11>cXd_RmBKqB9$-Gg!1brI(hFL1D0lef2VT~8Z!J*hcs_XCe^ z*DFTQk|8rx&WCuFu4)${zYhnhCk&Aw_Aa)^;VsXomR0*T6uXi*uRMJ5xM9MIIIb8< z-E3n+EbwhDaTM24)Mp~&uR0P6Qy@B|qfm^T50F>0dxez^z&?Qk+i_x0 z5N$4ad&XXLR5ij_Rx}JaiK&wNBo?Mvm;i2!hM`A@7fk)yKQ6JVmqZ(imQA8q3mGAs z`SLwNl(3WDK-4l4dalmXKU1x8!>Aiff{h8W@I|V53Eez#b|(X3V8aP3?qQ{luh3Eg zkGJ~{_Dgdm^zV(*I6onOAb|&60=oFaQE$UzFPB*HqXg3J08Wat=&Qv}+!&lIUrMN2 zC!RQ>tg&7WIbQDJrO*QgZb9z8rb(i2U?>jpO?xit?NB@P9?0}Oj$~%TdNK8lcQloE zh;5*mLFRCjbHeocmR_GL_zz{NWE{j1jnFYdlx6U_#vEE1>MUP4#ydg8_(I4aMS2@B zDOEI)N^m$pm@k%ol%cQ`ds|9NE*grCPbnK%5yHW7fBL=9fWxkW9cC0Ndy&^}RQT5; zO9iB{F&rl;*vp_M_GAo5*3EhI1K5NyDA(hSv zuP%0GN=f7!kfOBMhXKNh31?;f;0q9_FczYY4!{r7fF4HOV=_4ayI|FYBkM4AV1UqF z4eTYLYR8e%84g=9z93hlu?+2fY#d*{oeruW;?Ep7J8_Knv0@is)|AfMN+=P*fuJ1$ zxZaCX107A`DU&C2Y6Tu#%!SR^ATW&TR2y)d_p7jy&j1#Is*sz7@Sdj*9zisy)QxBI zz!{*Q^$2Tq65`ZgllUFVd2s}}qM#B?9R;1MtF=m4j zsOW!Yi5AON#{AzTP7oaTt1A;LM*y4v6`d(}i<5p13jnT;VjvA7q z8HOv*IeZ*~|1fY74FO4jc;P8i$RylLz!iw+K%amC^L)zR=?qTTE76Jzh0N&Sc{9J? zxKV-BD`e}6f45N-O2Ee-!2e(_3QbI6@2~RYM*N~WV54#Lm`KG_S>)?oQPJa8nL5dQ zr@U73F)$oCfRf&?jYS%ip8E6|0sKta$oUaAM$;_Ad808>mT#>udYarp-C06)VfES5 zNIVw6S4hBQZ5yRfVoy7c9j;fush;(`J58O*GY2aEgwsA0)r(L%9CQArfpoi)O1GRb z8o)lFA3SA%lmVLJg5&HHjMR|ODqFF*&q$w%{0RYbrHAM|<&DVl9!C(_h3m#3I5u9; zgp(8<-7$QR=_uh*-w57fFDzrGqCetM3bM!VM=9`cEAWioV2^P$u3$NilEN4M3?m>I zc7jb2Kz^T^EO|Ez5oNJLnx%%Z8Vdiu?GE*sx3b{-0S6qQb=nKYVE+g4W;Bkn2ryR# zLNBxow}$>eUY7v@Tjz(J-JaY0&Tb0E1~%4$Zd6;}AdF zMCy~;65(u;glt)5LlWB@`zJ|lMBPy%ud|ujtA%_0c-@(P>78(;!%Rg0bTh2HxV$7VL@^{2*D0DxPdDX z%fK}L4N}*9Q3L75QXA@ZZ6q}oNIgJFiOp~fN57})1R^;ZmIFGkBOOx6&!Z_u3eX11 zrx*);-iRV*E8*tNp_meZOyJ;RaKZ0Kp3q8))vDM5#f}V-mBLNjDvg`OVqF)7>TuMI zIItWIf{;0Btsof`KY(Y5hB_cW5)ZkiN&1wuk;F0s+??z%u83aGC+>pcBxt;2OCC-+ z{clCsw*PappcXuqN6vRq9_xHoir?2WmD&ku&=TPT$6!S_7;&JFY1#w(tvE5@MinxA zs;(st8$Gd^|8VdjzPuE5h6URkCoh3hCNV%4L}3&wr8i7!Ioiju7T`q^eu1~*NgwFG z5uBrv;z_KU$?-2+IR3>Xf%up^Mpv*S&+`r=j+ClOQ4!m?Q^fPOF#9AdnEdDV^EoFD zKe6T59bb}59+?swL8etsTstgg#>EyyYeTEGqo`4O$8&3Qs%N0tPRKNj^)W%!717-Q zp}G~mb=61ghQ@J=#WMIYh4VLQ;85(ZaMH*Mk&I+ka?XWR2@|3BNa~D@(1ED)bXh&= zr>n*K>{0}&x1|w0vgDLlAfwE;4>WO>l{+=LQu5gkP9=#FN(g^X3$KSmX>r9u>h7YE zoG}jwl**UjGFPJzN)g2w7^(;y=|2Q z)KO95lfWdNcq0kHJ;*N~h0Kr0YTHiO9sSJU(IYHgOX#R2$49XuPwSxY59rcP#iNGw z3bUyOGjvsHFCj^a$TNV3coZlO3(I%Z6ov>vF;TJ&igweRr4tHODv;_9y92}&U*((D z!TCGX_YeFJ{b#1tz*$MMHm5cK52;d>8V>W}uq2M@$Z~Cs9EKFX4E+aaD6KC%`2o50 zA7WEX2;NL{Pwo!Fd0FL=+uT#Xo=Dlv#ZLxWhMNXUf$wkS!u zR5VL&3z>a=yd44Dp7xfkbcLk;;-Fl&uJ-az?4-WlP`9pLV>d}_3a`bYb#q@`ThQwM z<_?KOR2on*>a|Jl>e9#8bK~cC&vI35_A%)BQ^TRZF}5Wu)?w@0 z@e1PIYGysBJ}QarZ``$?kjuJkJny4ed})Q|f(v#{H?lh$Zn|FHRN1zvdv?X;>(bwR zF3r`f^EBpmU3U~!irrlLs$!M;E3Ydh_4E}BlDg}K0d8Gl0c@v*HzvSU()z6}D8Q|= z`{^e)m!7Pk{=SwrW7nTQu><<1E^jM!>r?5=Zn3=VR@QE)zCoSWvY@$5$*s#=TaJt`zii@^&b=^|h7??(cJMKi*^Z(^9AQ zTu^bnf^lz4%k>=r{arq8{p~5dO7^=XmmcLl^V{MPa~^lD{8Lh1Z@jusWYZ%`4`K&A z?)i4zc;*{hms4$SnykK7?WvMKSba@Cm-^e>BweN>Ue4<8csj}i+zQ*hQt>poIf_|@YlFt0B{@zbwK~K6+;MV3659aP_OLvo0 z#U{BxGcxOZXSKk!zbDDKF6DZ^u@wBTzkit2PVHeoO^}k28UermF4eQ8#JL!L`Y=RF zY8L#zgN2ek^OU*GF;mmiHcG~)Of77b$S=zmJ6KvQ#^1wkWS>Y`GU|-bo#URzvMc&~ zUf_16!yn9f8fVNGUfw@bUc0^^Ho$(~qNgvith(0*Xgdt>FCv&6c$SBE>x#_D+pA>!D zefR$7sP;K({Y_3QvYt7vsA3E&nyk}!?!wEF+B-dLBK-P~21R&I54hFu``6dBU&ddN zg!$+`S*USEI$TMa`_n>0@8pu0{XIe37T@?OYvGkW^ZoZ5cD&c+eoWuA`sPuQhe-av z=|=PP&dUEM-7Nbry5YL#aqRA;Od`6eFVZ+;M(M_Y_fOq4Hktc>o-23l@*<1V!+yyK z8hiXjvy+R_>NAI|CzRYCp?LqsL0))MjM7Tg;C1S0??ZN9QoK5|D{qo$R?aos%uUgs zf|jWTAD_I{uCG+~SkbfB4A4!yv`(Y@g_mO#pI55#vfWU1!)2YK3eolQ* zXZqW>%rl49)@yqytql!b=3A`d*B_NJ`=*KN!%f~57xHy;4^)M_dbZCxF6UOu1<&}m z->5E)zVZL0o2CCtHy{6hbQ4AS&5C^v8k%f{HRv~6h~L!f*%wc|e;@qjF!7rWH+qhZ zl8iH>{6^>QgU?Z;&~Ic``2ABi@;lQhzu{h=9&oeY_XhDBwfw9FAH9d9o-6Q~Vth_- zuj!Il%cB2Z-K5HG*tX-5l+>TArKKkQE2c;^5swLbV91`j@ut5}wsZA}#FxJ>N{z_X zJoolO{Jke~FJx2dquHvT^Da%=b$j!*qXkL)Jny?f%PTUThfL}``#QS{S10vc?=MeCV)eB9I{Sh$TjU~~F=xO4pawlDdA^p3ZV(0jIa4C8_lBqPlMv+6CceeeErk##VDXeFC^{ zqCfAmTzfiNN)Mqm6iM-iTbGi0CEY^7$NlLwZQoMYxv8ZmB)RsrwybNpbA5ZdZP&^! zh5|!FA>LXuV3lg~j_Y7*SGNS;>|2`_?X77Qe%gF(rB8EsdPY)LTw9y9YaW}+Sgapm zp|QO$JN?1-pqf%gb+1p2FBzjBv_5KOs_sc-PF+$n?5n_KjlHYu6r+{bxSM-lj&`pv zR$>~vioaC~xHp}3W_EUoV`J5N+r#hI7o@PnJ+9F^O8E_~uD5q}Hre@SHLe$|zNPbS zvZiNudX`RqDZ}lZgY(?}xqSZvTLS*BTJ>zVO{_+Q`y%6n_E3$yU^iE%EA9Ndtxx+; zs$GwAyYr;;bW2Ll>6T!YePHptBxT2pkAL)QPUGFJjIa+pRkCmk+cSzEUSBAfw^_Q` z&e>11{*UGn0v}_3k|e9@aQqH^MuU#9_oSNXFKb_Cj(j>>`_}r-;N&r4BO|s%|LU`j zi(Kit-=6Zc?gfPL=WSNr*OM=6Rqg-rF2i7QimlJ-XA9-$JR7H-a^!>A>p9~mi^N=o z=#0=KGb?+omL0#vTd`D*c{6oqY^`S69^XG4r;h%VEs~g}{MEE){KN3oi|ek>iQ@I7 zJDs_|ZRg9&JvP@fM~?SC@+oUrZN@W(3RA!4wPg3%8-A51O{`*6mp~XE?Cx$aWvmvw zygO}uq17F!zMj@)EY7B+@QZfyX0JP*)woD>G{Y>oGGD{@jK+h9Tf$XLWaWQaRQP#w zQ#pU$Z|vfR7h9J2iHoyE)7f3~jh;RAvGA!>cH_L8VN_|FCb>DvCh`3=+ibJKt9xGt z7Z+}xTRk`LUZBzHt}l~}GpbMT4nC3?uvx3&_pyQA44ulLFhJ)-0BzT2Vq>)}~PGSbdBxG01!I1>A6rYFT zdz-V0cU)hsvG7&HL_y!l`0O=&_V`ML>Hg{#((wQ%MEtxnQ8LF;v^!E;+{6S(56D|$?tc}`m%lf-q_hWO0ye`m16yr zy>=~6ykoIQx;8xP{jDnfz6HzKK{a8l0|JYtSBKhoysA+P628o}Rk^vH>;2ev{z>hK zbelEz#<6Yg1k@Waq%Ei2uI^qO>R#~hKDa7vnjwx63XHgc*cp6jT( zKVC5R(|hx-wt}xgU!DiO_*Tv<+_ddg%L*kkCzGAqST8gde+qM6{`}~d1Aml3=X>>K#aBCISt=~aDtXHt9N~tzN3)dQ1uvML zC|{JbZgJJa#@f3ECxQ(RE_PFND^0Zdlp0d2@#VOKX5RMpDOxudwM0+U-hQLVR9Q5= zxIXi;`Z>$rbw(GBem;4wcH@@qCr(th^0Lc)>&9tJ&5m<@u;cdhX~zwp+&7rxC)TB{-7dPYM+wWm7o-0nHoPxelc?ySGO&ZQT4bd6f@ zm*I7JNpSV+9W!h$e+vHX3V;6N9XFHl`#tikfXy5d9 zRBNzQe7aJAj@4av@&4IQilIjnh3 zH!7ZLOD9*~u09g#bLxX#d&9cdcC&4!-;&NUj-9@+aKpyj?IS?hMpl2!T@srxIV+{q z=JloQ%Vkbq_`a{AH>n<5e!{N9G}ur%?LfqBmB2feb(hNu3+5DhUD02)J-j_2B=Vs^ zXZ@91i+`J2WALad$JD}h_vrX=*@}m)Z);Cx=|xN_*LIs$AFbopd_}NI7_eQX(lpdM zy!6wn*s1&2mo--A@)z&E7?vhjT|7DNl=S*`sEyy1$Ag@tjp}?;L>bh_cQ1PB^jGtGQ}qp^M2M^4_i6l^TAv6a_Z%U0T=e zxVq{0kJIL@w~$K!9i^CAg*>&(A7LE0;!Sq(y!CMBxr3s>zkPPN&U3l(vQpG)ZQow_ zGH`0tG)>8=hjz2eUnv>11t_T8G7fB-)L@|+u<3$Q?90)Dvcxstww6Zre%07%aav@X zS(j{Jsd)X`kk{-}9qHPVQ?mnX)SSMJs;i!6Ir;vMCy#wJLX&G2h1uQMa#)#vH}-VQ z$9cmoM{|?aBYcW<&6}T|GEsB!+8yW=beq53boB!GIYr(jHs2#<;l9uoqfU$9U89Re z36AI(H-?Pk_S9rIo62i+ThwK3uq(pldLu> z<&RqBG)F5jXYTGi=Md$P-zL`Z8)qqL!QHh(-e%bJH`W$PzacW*vhq+WtZgoo4sFsJ}rfbRb0abCRQ7U?c@`L-n{#b@L#rvmk&d$T0F%Co}NCvZ1q z=PAG^3kR=igS)sqcQD`U<;*aAXV-qp@bP1_z58Fv|HdhKH!IihQP&#J zuhH;cKR#!Bcjm4x4Yd&or)L+Jn}41fXm~Wkbx-G%*&dP-uiI05&)!TqGzBbOU6%5M zZI>T!|H<3JgT2e{;Q&>Bc>XRbx}BE3_nxXynWhp)tB%Wxb8Nb(pK4BKJxR_bx*4Id5Jd!gu|K! z<@GJ6o}-8Ly_&)jNq-Bqcv5NRdCg)^I=fSInf2tETImq6s|`-yc2}u1GxOAL4EZf- z&*X-;>|J(SV;bIF+tV|})Wcpf`Ubp&?-`(|27y1%st9E^Poqy`~a%PSjf3$I6gRcdw{p4@nJhc*M#%{Y&!!xfX|GKy8VRrJ~v#&01 z3pb2zDjjCJQS-ud7KpiFfy>#KhcDfp7TS`-QS*JB{B&y6Z`@?=oBa@p&f+!sH*y~a znuT7oc=DL%lviGwa3f^hm+I1q)AHx-*tb*ln3_{eH7qG3I2$r6;7<=C=mn*nwxe!@ zz_#UGV(L)kx!mcnUU>7R7th-<9r9DfqUn?hschz zA2VTE*QgWC*)g>sq?6a<6z3+s(Z|)<`lmjd=J;~mw<;*J72>SilpNGDjP_VAed)w^ zoIb{P)SbZlHP(G?)eqmRtO|>f%h*sO3Gz;TrE?|ha^1$IFITePjJ)(>>q7T&nr{xv z#vItMA=H}GmU`;;#PV5HTQogJM=I`pnHP0&QRLE8vE9|Zz8l<1^nDgPtCrd6CIsf+ zfwYr7b&0{>v3B{J9(CmwKQ&hQ7#S6RXyEf(Xsm~{5SAAH76v+I~7iI8y+%oq|Sjfmk$M<@`~Fz zw*wP9r#T$Ix#LlaS*XvUJswIsIah5vUdnTa<$FGzzc|$6K{=ynucEeU=19TWy4ghW zN~zCB8$WcKTwiC(a2alNZ{NKNc=^bH(x!v+H#(N9?c{#d0Z?dtIw`+=Wa5g+^{sec zrcWMs1%&Sf=F6;ts(DKIFD}1K(=^~t2wdfIw$(H&%crzim$@uaw?FTWQm6-~`9b6G z(t$g#e3C5;j|o^KW#g?ge96u?S8ohG3b=UUddwL}d7A3e7lr61oY-bGde4%s33JXo zmwL6|t4pqCqd#|9H+wH?#Gaq7cSsm82o@R46k0w+X1VQOBGeW)mYdG{BSviyt*!K)#R z#vQA_PVNh{4mOM)>QI)yncP)P?yAbL><>zjeh2ZpM$-BO;%!aBq9nkXA?j}|s&u|c z75%ckdiPv8FA5nTC8hI1eG-;Xd459vInD=JY3+g9A!&59weZuz~ zh}FIob#qpFq4)jbn&$N3-_9;e9XiP;KP6|YS%jv|cBTE9yK=V9?RS)@-eT*ef4t+^ zwRORrv#Y9NIPY3Ir#;tMbk-Wokeb`N9IWbT9Dmc`VuCQsZ2Am#rs`=a%SZ4IsbSuk z6N2~XRX*@5T-;{}AjN32h`bM)h`+0&96A2Yfm5|oMZ1-pcMlo$d4bLoy+QRJm9k`U zaD!X(-)@(($=EggMG<2GOYX+B;7;i+-t%{dgrzyRyn4C?Am8bxzf>6VVlhQd(qy_KBK!Yu$6lUFAk|Fk>d#9O6)M>W@~sS8}~ z{2zGLb$VA`o3Oy<$xe`=!fd4Xsj(G4Dr)z3ye!OXym%w~+E?q}8#o%XR*W$#I9*4eg~u7o~tHQTr#;%v96N=KHZXp-y3XfOdkCSv|@<@EYh(zi5* zY!`91fFXE$92?#$`^@b=dzfeUa_(a?0#=5`FYt~xLtgS0VGf!${!_M*oaZi$XTvSFG=DweW#H7NA65Kvm$~*s^$?r=X_1y&0^JtzgYSH~7Hg=U zSYo$!qP=rVjLyZNl=}`oudLD%CVg`#e)%m!cbd?pc6(x*{G7Dn+q?VsCF*>Oe0}hI z)wabpn#a_9W*pob@zcdfrA&5L*n-1;)17tIvx1v!CyDlD>n-p(Qd2*-)Nw|Q{f<## z^CSBr=a!%KS^tW)c}0zTjQ{zd^7GdBN2>`&--^PUGg7 z?LNy|z{zyozWT~<{?0cZn?E?vxOL`HgVWybG3(4$OB=Kv9J(#+(ei1h6wSPyKa>`> zxn4<-o#nG&QH##xLRn1%v$_z|<($d(Pe%LcoIMr)^pQlb>{5AY-Eo^fmnVOXjg^h> z?-2CWyXik;&bH|9Iv%=5`-D-z{e1U~#gh_4!mhmHrS6YrCEaXqD!Q>(v*vtIhU$ZiPkhdk}tZikQIBxUJyBPToU|; z!WVYE3z-<96|&C%+MeG%+BZylE!;o3?*YEQZZrr}ZUGTBj z&dKn}iF1K}lwN$d;F&tls*f2^P-^3&SR~vaZrYTd@tL!UXQ8{9J&*IOeUA3-w_i3E ztF|69@Uqmg&~RbIGiGaO?$MdS$sDey$DYs0*d03m#>PxljYX%~Ul>;QfzCRut@}$C z{$*4(OjpOGV~&CHy;FV-Q(bdkOer>sR4y&84W7S0#QDNUXgJW1r>CxSJy4=xv-6IA zUK01s>=~CGEvzek55IcfDl1aF_f+TY=gSg2mMbif4FBTSaJGI<%fhUY;~3A|{CSbR z4Rv)QdCiWLU!3Qw?=KyB#eAJ}$CDP_iebh)f2*;kOZdT4bBmh`m16W1V$(ji_jMy~uM-w6 zvk`1|#LIG4Q6DKUSqiMO;0FYI$( z$g|c~-mkA2`ELEbeFo77d#&H5?0A1f(KMr1b=_vy!r8ipq24WWj?Xh9?gWnr;q2d> zxPP;&+MFb*=L^K%z4^?qgQ-K?H-`Fg=8&rM#p!?p>Zl{h5L zp>Eo0MpB`KMN7tj@pM|u}+SXv$F>JFW zJKAxxYtg0PkULv#>i5jH@7#X!Zb)Ws)1J%YKHBzLJ}P4T9Sv?35DZQzl{mt-Mi2gE;K~M;}!))Ci8(8qV z=ZbsqPrV~eLNZr>dbIe>Hr={(6%l8tZk2KBPJWp8sG|(sU_s~?&Y2#A(H*zO-t2jC zM=ey}t*orsBxkk9!$fO6>4jadm)q+-bzN~V={3AOU8c@~cXRstdX?^UzpOpp;_|)x zm7$q>UVEO3ss+r&I=X!LIPr{MNI`hXb%syy0--cJajCBNgKv()2){=PNm9>368+-i zrR?>ho2I#z$io9J2OJNFEHHS)xF^3w*YTB=E#uL7^?bdfOL(tBdL!TN@s3T<%Qg*J z;KzLRI@bQy4(YNc>97K)oKeSB^KV*36is&$$eZapx>v=&{_AV(Po;aF+U?_$7imSt zOT|hZV0_h3_iYn#I`*CWBN-NwjAS^8@914a{qiU5RpxEeJu$MRw``eimBtZo#y6ZZ&_0Q)|YWthaU&l`DSPzzQs~KR)Lul(pq4-fZr5$qV#!#gN94ZS>Z?%cXpM&uBGWcdHvALgsyqa19~3$9eZMi zoM^Y2r(30X>ND&nU+>xLj+fni`zpc~Fqi54AI{zbDynPy0|pD4C}N3NP&Bs00&3J? zMU7o!7eo-yXDo;UY7prp8qr{Xv0*`tqJje!5Tx20DmEBJm_ZOxKt{m6t zDsSuQu%dI1-(*3H!~Qs>SR586`&qSdiIwM?rg>X0^sV~6s zDTCI^!_wawH(UB=!jSbPH=}#m+?hTr9ycw#=0}6qbbNX(e9y0{uq?x}#8uY2EgH>$ zq4qk^+O1!BmOgt;#T7SloBM_*!amQuRAB!gY(e+L!q8soqZNMepAwIZUJ946S&oZ? zVqO^i5)!9wbiUPt(%f9l$jBT;lii=)FMQoFXpGII?=xf87X;;3&2YOj!oUBSpI(|@ z3RkT!Ph53#_sCaPiov~;$6aQlg)+{Z#~`1|KKsW>f-S6stDz#4oLx@$4%4&IszW*KF=?DDR_J_HIYz%LF8`izNYQd{m3**3wpnrSy8xwc<{L|%RGp=KvE?9yo zzqggAck$inV;3`&UGJ#?g({vF#9pL&{2 z{z1`YN^!?YYbWOzUI^=Q&STiP^Qy(Ke_0tE)ZJq-JZX{@U3@(MUf7?|NH?oHefzzb z)UEp^Jy+{A*`|sQ=Qhl<8ale8>xYf?&Q6rQ9>2uO{{E?xLk8fEzE(70iT+L@$4gJjt|39~U;M|=>@#W@c)l(+yvY%9` zuU*=j5wL;U| zx(z$=$K&XUTj#Xy@*G07nY>zGVQbZ<%kzIne`P+qb@p1ake|AFH(FsI98_<{q)?Bp z4Hw{#grj=LyVZ8kaDi;{q|i${qr;j#i(7Ziwsm)Uj>ZPr6r*=tDGCj1-G5{;U}jfQ z$8J)i(BI=@-Lm4p-IZAXZ@;766gGNs-Qrg~F}7JcEq$ox4oDe#>1e$j-Mr~eNO>>e z_cwuoZO*!HwwP^Yw*U3US*_2y!wni@aG_x^1_cmTFDB*v>L!<^?iLj0Y;AaC%6X68 z?tY)^4GyoDY2GGV66W;R5O$INn_We$mr6zVI}v9-E@-y1sAF4o6QLMyi?QcDE~n?! zv(Zau%htDR<9g6)^sd(cOLb6Ld_#*#WzBY7e_qTkzz=V!+mpZ<_(HS*!5POhQ7F2DOB zA#=_Nzx%5x+Fwq;QKx6`z1`x^>tr&9DG%}z%IW*pE3hYFK{=RW#32uB@#kv&K6(&t zcJil-!}d)&f3nq^>l1e++C+O(@17qP!Y4tNLjYC{*6#f_2w`4w{TQ@|LY!687~j>$%om{Q{S%w?z#VW_+c? zv9w`F-jaX2=%4yAS9$2#PHR=?%@zP5Yt_>S6&h%!VSv5)WqWJK{w3Ge?}u)o*m+qe z(&C%T4xhQdV2Qp>{h}rP0>2(r{6VqP`ee8D&vEaalH3okZCg93A4oS&bsG}iMdr}# zRpJW>@Qchm06v};Uj>yIx}5(}akj9YEMgpDLcQJ})!Pa-FAeQ>Up>nzc~{=81J3_` z*!|F``(fWtT9X(Z=GQ$1NJy|s2&|@gIH0(3=1=R#^CR_&(vk|j_YawOpvkDPS)j2K zW?7~B%6s0ixq2pSqU=hCqiNoc3t*QC^Q<}@OCvO!)mnDkBeC9DBbb-1qn?xd;uCQ0 z@bXNLLysw29H2}KlwgC7xh$hj&-cx!9&Tjqi=EGZo=DTMx@7fjeuJQhEu@8&=6Wdwckh05`9&7?oow19g8^S( z?lQ<=%_eKrCDqUq<0i#jf_>7JgoQH5{~EOHc$#-{d_*^5z4Ze9-qL-}JBbm%bVoS3 zcW3w`VTUr<{uJd!;x_H;Dho4u7k~JSduV6bG>-7nrGfH8R(~v0n|6q6y5vFF#PBxZ zHy1Q}L~X&F0DIzR&Q{$Z)bG2Sim9?r}lhWzl=N{mH2BCmFqNE>rv)Mg^5-`pQ{{?g^8^do%0r!q>nx!aXEe zXbz6TDH8*`B?c{4Q&fE!=C$HHq6oqJ!=yqQR-LiHe#v_*$$N6Q(tw7XeMF!Dr8~_; zvZd93f2&JTUTiYkEMOxb4wGprU`()DHK+~z=G#dLS&P+>xc=1S87)Dt&1DLnX0N@# ze*7-8pPqixL=G>VqKa#{K+?zN7(2a<%hZQ85wlym&JWj$)6w;D!QIJ9tuRM1&Rhim zg+{Pizu4rmRyDC_iXRvFZnB=99_sO1K(F3U;*ZXQ=b7#TjNZ-iNaSgs3RXSeHZevM z;aY985)QWyQ@yvo-TEOwT$9s|Ud1vPRs7M#?mUf?SF7S&^?;->9ty^p+Rg^+}yz8J!tyB|IUWbVDxGD=LOfPv8@4_(^=NPC$2eTK8>qkzg($)Y0p4!Q>y-5BUpH zl>|Mnogo{zp1Jpbkhh(hMjbHR)EAOMMsO(Xe7Z*~G7v9|IeNRSRTuz5X&NbZ#c{Z63}MKa#@}l_G~T*3S}2B# zZ`><>yS-@%l>fJNU+bc*Z^p5Eyv~;sFd^QNt@b{p3Ry%DI!FTJI!=c(_C+c_j$s5hL0`*;n zM;DG?+Go}JbXw+ZlglLMCA~;J(VuVO4rvJBX-?|j2vt>})%Aazl{{lt zc0KFwXN3bu-E5w(ZRHw@0sv+EXgt&I(5{aWbM>0>^uJ#13Zy2(pw1-P5fxK83Sc)s z0DRz`%o6=Da3rP$K2(4_d^88`y3Dkzi@2It`0bG~>^YZg!e$U#|k2 zw0z8eQ*I9Q6;sJLKtDg+oCiZU;@EcOp6<5^Fy(k!%5UsvJnrsqDOiy#B4&4j&7M#H z&_f5%q!0nntpkqJ$WV$iye}rJ=cF~DnHhGzhzKx0GI-XX@K_%4fPDlTzKw}{;h!mj zuV@NTCf!Q-tW~pgo9(RwQE}(d2?YciF>)L7ah-V(ZZ;x=CvuLKo_6rc$O%M*5{iI% z3Fs7NY%qXao;C61=!vyR@ril?ruUkH0J$e^Qn=9$5YK38n=K%gXdutB*Sb}(8n~t; zPEY%wrv+IL&krrP?i4FL(-{EZo2?-GEw;5<=E^hE&Y{>g4V=mx?o7Id-n7j_3FR)E ztUFEoLTs7J9^ehj9SG7xQfR?jG69)nK$|VDer+x}tk>R@0`2dF7S^3f)oPbFhMk3v zfDR|>cN0Te|9q;|x3)BGh*2*8rTf4(wJ}PvK<%t``@qQh4}n*DAy%A73nV1b24bYy zS_hT5I7v@M3_zA-eXj`-*kFm^N=nvWu(yd@6T~N>f240wmCcE5IhikP=;5mV7LfrF zXobVB*T7@%aHFG%xOhn~v==Teym8xT?pPwp1xFv=iCJmD;(tefFt9yj&H41a@b*AoWY4FUHzoTW*d}VI07wW;-0SpYaQCfethUmW zy6r>(pdjnEZQ4YJkeD-;d>e3+8Dex;e*)t*`V$#ef3Y643-EHKp-jTXo#51hu=#dl z!e(uC+?qL3Fs)n)SIc+)fe_$sCM^Y&9 z08wNKwnlx0cT$8Vb%+REZwHCP6q52l(jRB6Lb6}hU2-O;*uq2s|z-oI3G2w0`fF$9srLf0y=R`#-+1A_LBR(ZmB=M;q zDSMzX!6O<;Kee-628uXTfgml>rcU2Z5>6#e&iwE&{k4=>0JDT#&iw)jP%+yS*lh{S zNSgcZa*7q?C{6pu=s~Aqh^VN93mdr7G{ASJb)3f-ahHfFtgt8ZBdpT&;stS&l)s9I z1stgRW-K=VT*wlx!^frhLg23by)Kv1%GC?N`JIJL5^rpPteF}^NhwKRl1J16Sjsy6 zYiVnpQ7)pKSai>JMB}RSgkY^-Xqj2-M4=ahHAF$B&N-q%MKC-I1ZHv*DKN8lUJI&? zja|DrAw`Gh(Ul+XFV=taxIi+aW$w0!OtGZB+aRDwD>&Sc>ap?wpym5|C^%VQt>&UM zL0(am)ss-lUH>oR?x(#yP!&Pkt}mMwPC4S%&PPB^Vbn&}`-ms}c)ua1f)m20Gt=Ol z8KpdDE4r;EmqZy6$1)=B4GU$W>DE8|*zS)JG1h}XTxxOjURV!?Dx2_Lv;HR0@syN0 zSW;a;(GM5GIX&}50*MUv_L=2fzCgr-h@y;$JcxfF;$|%(e#hPD5Ruv@L=txu)um=Fw!jTM#kiI`0% z_M&aKC04cUZGBm?rc0W(Ju$=BX+3w>C66%;!4bCM{z4j%Fq)NRFo2y@nA{@$iIiNmMgEM*CYq8YnS|t7tR7BrC4NuM2|9*+61KxQ zOxdXDlF1?oe)G|>Pa$6DUat?wRwF1eL5o?A^rS+?R-Yq)$s*;H+zToz9Z5O zX`bgqUws{T(w$XB3|a=4=Xrk}$5DaoxVXoE(~F>jlZhnK1GGy+c(&FCqQjtdA0$Om zduM-=OzJh42*kXxr}OBffHRxosg?&Ji;uEK&>**3gT)cDBC_xWYn4=4fZDXwgyc-% zfXoe`=8u{n(jF=p&}~u@&7-Cow9Y)W7Igp%gs4z_p=e~c6tbxI0sE*DL$1GzR=8mp z|LmNj*Eht}s1&LVMKnq{2T$3YHE*0IbVa7b&wmvk>i9ijD7Yc_D#5XE&^kqg<;@bM zIKd`35H%M<#1+M$7XOZp(?c|VnmCN>F||o_^N0J{xaaCUU>AS=yYFGUUCt5}AQmE6zkQu=i8+NwpDbiKjwZnP7Jus`k2U!GABK|{oFvYz?qD4duL5GMWfrN-$y<bSs;~3F`~&ol)IeL zL()V-(AEH0#sE}5r07f%O9)1zk*Rv12u6iX!co|T)*E zMv+GaOxE;Pi-_8i7MLm4W+~f;4=r_j(*_Li0@m__rO7uInY$2yah+$UEChJ9ZN~H?X)B_?-sM+4hXu8BaJU*(DtsnacYHO?1uEb2~r$A92 z!57RFI;&--KMOo2Hz#A0m?^21m?;9qH}4Pq!)!$6&RY5+b6;8~bJzBtWydnx-ZIgP zpC7;+PQ@dZ5JdO9H%wqEmfb*`5>577k%{cW)z+t}#$JWKB!cKi4J0hA zO_}$LwU!HEq^ZaA&oCb9Iyzu==)d6M$bW+cz0GP|&x>07U8?^}y*7Ej#7c{Y^A1@* z218s&^HpcbhvAvR^BeFrmdN}vFO6ue^n|1a;q#L2Y!EO$MwA=8XGgoF_YF3xi3#T> zg0VvZgirV>GZ$glL^AzYfO2!~nv+g|iAXd_JAi&hM0#2*AxcA_GIk~7sg~>@22%`& zsNJP(J$1)%k0Dg8Fa7#JrxV?GMQ^rfa=HBi3!;2A+s|K^vTJ_+&LZoZNroSH|KvZg z@NM9M=zlA&6xA%eJ?dOzqCCqN&hzWuLT2=58U^!s)2|Y zL(;^a^9!Tn_;yBUX(TEx-P!$}wSSbI z@6K7V)?sJ~!?Y@Rx##rV0{UnB6G@48=Sa$))oJQ%tLL(6o2-JD(+9f};fF$=vzm~z4dVBmao7ES+VxJTg)L)?O`R}*&kE{(( zt?%S6Ycxs{{_&EFrh3sr0hLS4l~(hlFsOUju5J2pMO44HL<>yFC;e-K_o3xTxJCUrd2X z&HWm~mmcyDZE)bZq<0)Y8Fv0ZA3B+qHpdFKVjTmmEDJ{0zNQnyolo?tRm7~_xZXvb zmL@M)9OHF?yy0HV3YulgmnWEzL&q*+eQ zm-}PiclEIM^LAIhntb8vU*FHq*FT%+{bF|P<1=StXT?5<4+|yRa_eq2b@NsC;MT$9 ze0`62%}wL>@9ds)A|h#jcv9FB_wc}B_5lguw)36b(Ky+Y<)vL=p$)>F-NP;5%Ws$N zWVhi49~}=1Zuv*yuYBdS;FUda_W4G!4*VXJx}VR#rSZ z#ZVwY#K_slgl$h1j(RdO%!wRlbzXEO#&9xhIqsU391zwp3dZqrT6pisw6wIjFGWD1hA6HN0fYk7gSt9a}OGAT5z_3i`YeNl1jiT4RR+E29|MeS8K zJj?C3>1-4b)LQ_C*ArNkS1iL84g0ifWZm|xFryZP7KH`NVV1UYrEVW@pA3^AQ~bY$ z2qw^CWp527oXN*>mbDe!Tv7#L7K;Gan7tbV{OF1qi1tlmU_T`p1zlRBGUlW!s0&K1JD#~w)f9OrlsiAsAA7*tZkF@ zQLZ%&0SSpT%MST=wLZ*t12asEb_jPSg#!{^+9vBQ7s|){lSdyQZz0{IS0RLMTpk(s z{&OnN?w6#k>hm~G`&$BbR>n}Jm=cC>YO!j6OMyy4w~|*JPl~J5vylwV$z82~w#eF5 zz(^$p$x_tp3-xEjlYo6^)&35DYOzK)t6%!7PH;>JfJhr$NX?Z4x<5k{5>_X0UHk@S zX^mADLD0&2oTd#Sbp^k_f?$oORC!OQyN?3W|Jj;%mcxIlfr28Nhi_5}MKLx80l{ME z1up?W-0!F6j^zVrBPJam~QhDXz*S zzar1EPPUDdA<4n!Yihnb+3w?_)VbdtDh%&?>s_}9ztGIx@B1!W6net@W#qIjELYX8;k+gX++D0bbpcHH*DX~~#e+QpFb!(##b}p zz>Cp^9xr10-dL%QDIbv6Aw3soc71>1nd8=CmB*M$)rIi2m&z}UapReLJu#BBO8;#lR| zb2b0oE03C4z2?sZMM-I{BaX_;8}x3EYH47CbyJT5N6#SRv)qR%_|X>Jt+*F1aT z<*fW%FvatJ!9ms1-xGS+Di^J5RCM^?<9^cTx7uvi&w zTO1yfVy$s0S42))>KiGKdf}J0IulQC)cBQszBeRiWB$YK<29Mf<1pNEmKy3`r%Y|& zIW?+(7mTDCrU9W={g6==-zvn6hogzoFtsf8l) zt#VsU;oq?`dr42(0|&_+>Hs=7mLbguk(Bt-_if|nnyRY%61o)SeBOrN4?spZf3 z1ST;mBpFkY5wi!z7F_nRyv0k8`uL!%yTgUbO19M>*V@}h&P%MS`gsNpe#87)mz9$# zC3%Tsb^aj)SmEptE;Fk5mSr0$e69N@hJz5rGcVyJaRtb(cpV6<% z@BZ%%EB9wt;o$4B>yoYO)hCy9ZM)z#PVBUL>UsZ|K_&UOa0AAUqEVe%kb286?Un!4 z=?!M3)yksMp^@{NUMbuDQ-dSw=QU*~V$HT43HhpoTD|Sueab_4MXO(rl{HUV z_pd7fGMm%on!g`e#+>?H_~rA+(%^B%A9Z$kyh$8pTlwnpJ<0t4Xsf&U?(dgg(BffOz(kQ2RMEtaJ|7UXL7%R|p2PnJ7z0 z|97h`r#z?nE=o-ClGPj-q`7Qzz31a1IUi`TaC$o&r=?cMj+-fSbEz}@w`_<@ zBy|E%Jha9>H9yZWM^*ERTFm+8ZOu7J$ey_S2+m4@Tj3jFAzu~Xy0N2!D?j=q`JOVe zX^Cw`Oa=Kajl9HbZ*m|$7}^{`at83|jp|C8IGe%v^NXPMGfPgyCPzmpq{CX0lkqk4 z_IY%w2YpR-{hb}t@E^<^7sdI><}r<#`TnZIiCP?_GCO%dSh?;3ml$-Z=M$7 z1gd_6GU!+Vx-s_8p^=H-1}I139C!K$TV?(rJ}cr`sn<14w4@o&vFn=QEIHGl!rEz| z_`%vmZ>m!-DYod8tr~*Q!t+N*Gu`R@W%>-LS`+`84qs{Posp04zee7&=VK!_jBsrD z+2#HH&d1e$WAu_!q1hGmdDxr?e~Yt8jR6PA_|ETH*tJ51j}@<|v=8uGJR>qq*j#F% z49DiB2-BGwwQA{=HOuY`y>_tp>@ovgs1F608hv)rOZctwrX@U69I%qUG+B}+n2wB; z=SJ|s7grBQ)+@=dSihsJ!ld3OU$Pngey_(Nxne=Us@6N`bPXuhdyL-AP4B(&G2vAi zs@CmR$#K@0xRpUoI%b8!n^uD%V;sVzE+%X!XJmx?UBC-mres&dB&rv zL#09eE$WSyM%jiJA(f(eK>sdJ$&i8f_`V4p5c2FvL@R@%`8uJme}0kQwuPUO?7t|d z%1g*oYcXpw-}}iVt(vwVBQ3SLtF_2y?mA1LxDH*sGc;%$-;8csm66&j&$l?yQBpT_ zm_I{u>r_8!KBM@^z3o~fO2Y7!O@FdgSu}XB>4?wzva=M&IpF)vWO+BeIGCh>|ms? z+V4zxIljcdFtzJ)9IZ66s@G(khLHqM_Guj~HwINMaC|{$FWieN^ZeOR{-U6iKg~aX z+_Q;2-UNA^%<|NecTV zHk`ix55QMv6#FVW7gcaHIH3V1to@XPqf-K%5`P?&nV+tSrgIu@TK$zur-p18ks6hb zKv8I)Q#l8lo+lxSXSR1z8ns!aOWI=B{AW$;tP(_qFlS5Jyyo1bRU@vwB7!*(2Zbo!B( zbVLR?W&$utXd1*QozIk5m|AG4wypA|lNqiap0FVw2dlq62lC1CC0scM10A6~9wO3C zQhEM!x#jj7d%@9Q#_`J*2`}d+@aggeA5P$V{|o3e2UC3JfA-(Lu$y7@N#yWT1VntG z1Ti;0yJW+NNF)I8OddA~2L;Sk$a6?RLI8?btXNO@S(!zj_ZkutF>FXwb<&mUje1*J zysTn}QiZo&B~LvnDIocU)qQ`a3{!pRIx7GOUJevVr$Yh;T zoGh`Waq3a+Q$^R-EF(>6l14u(-SoZ#j)NL*EPvrm&lkP-MF6jmEWm`6D%s#b&DG8y z!%s=ZIbnlx%u5Xrg2@7Y;Sild-RUe{e@fIUCDl?lt)-i0L|!ScGc9B`zxqq_x+w8w z`9rPx%0TL0(}^2oHGcTa^#ao=g>;q=MWW|g58=P}gBbCyIOuF%Px|g26G5)n*y#Zvs0P>;}1#+-k zGVWh1$2Zms4eJ;Vf*?6FTvTT_>6$!%sbl0%(IM3*drVPe)1SarhuO*yzt-Jd-jbRbd{aqNLJaGQUR-{1ukaG*gZ z6doZT*h`4Ny)m(H&pr`Mp5NDF#u-z&+L4}5Hz5N^z_R(m-jkZZn7-L050ezewRw$&A0gcv6>ttm;1`z>+Q3^z85j4Ag% z<<>wDpnY^y1R^z5sZFA?yQ4-yDn?2c?Yb@7K4?2ZjMkJ=k8(CQh1dxxow+URjlp(= zZU#WKYZamkcEpU~krJ%)tTkKDt-IP}mnXN+ zj}WLUU=4*uA#$wU#KKYd)uET z@aUu@g&ICdj_A|6){v9a^I7FyXjwLy9VNrP5lab{Pd?plp|CH~g0?m`iW3T977Q(mt z&OxsBDg-c4qNf1H79Mx#I4P3UHqs1rU$q|}{dDfyz{shF<(I6)xlj?ue42syT#gJG zbM5d_+tT35n_hcUkKQtA+ApGud`V5&1?R+z%TQ9V+&(7BuHSexjq~U}kNAl5Th5+* zj$_xDIb}EBcH|ZtFhMRRbi;^SD9FAR(rMWsPavJC#4d_+UQkjfL~uZte6-QR)VW91 z896DMOs{4mEbm=bhtyPt)Kn*&n+uA*dd}=?>Wc-@^(kV+{#jC$!3_*B6evgq1v)=R zO(B4Vi>1@%l=+=dSP_@D#-^0hF;^@b&lr_l`0y#>#Wwu-dw;T_Q!}; z@_{`}E3Xl@;(#hG*6CC9*>Wn`CV^ zWIa_Q_~fnX8UPnh^vC48K+3n*98dvDB(}+C`H=?Wvl|{-5 z2XE;5W_L^ahZe}nhf8|Uiu>zQfPNCeu4Ja1lCm|MqEZdq60l2?3Wo~8!Sbv~N`(jU z$yWrsM2hLeAuOnT%F+|zu$*YFJ}I9aeNSU18{`c-6{pe*fs2iLu0A0l>t#4+{+wPA;^J_uKDN4PJ9mxg0DJw?P85zL zU7VuBLp2G0&A@JXQj0jn;F%I}tBx)>tk8j4g4>ppE(8aO(9T+2rF)Gbn#*EuZ%l`y z{!cyV06+p+a?5-Pn3?0V!^Uf2;!hK*N~%%c;Qr zF@kgBBECsRMDsz3p+cjzSBjV@xv)uS;y-6)e}qJl7a}uKFD`S=Jjtx;6lS9OWBB); z>z@#qM*dU^L?YH!sH{pg8t^{r7%P)vm?6{vJwMVMVXb6tUkjCl{2vyY`u7i5EYC!}uz* z8vuP*Ep>7%e)_%|U`i4*1)N4g9d`0nVjt)qu!DE2^c}_$Q;jt5jY# zIS6g1t5i}Ko@L+G&g|7S-y?GqDe`v|@5p_4_G;Zn7;Zhq7f;pk({GURaM_yFL-Y}N zFNsJ5j$1RuYGWPunMQD*2dYk^UwOttr^e|N=5m-sQfmT2$dE}mR8O=T!#W>f8qXvZ z;dQ1eI2T9|u~)Q?@=~g-T3DtiY_p!ZyreaJiEt5Wv#O{>Tt^4GK_q=$JGL(gAs&-( zlx9rAQQ@cpM}=8XX;B9|CzmZMD^%hBd#H_*9i75fIyI9?(@Is4GS%O+epq^WnXRTMLCchRoA6NO43@$1LgSJ^K>rnLpBW#){0?rFJ<<=;&CMA3B$YoMyPGyMPYR=o|a{|L_wUX>8Mz21} zr7Lb_?#yZz7UM~?Ru>nDs-aurl>kSNpp97SVU|@_N(5g|!z5R?%|9+lW@3R<+@IFu zzoA?la!y5N8o{|DE0VmNs!dFRY1TQ2QHvs)5aC|`;h!;$IxG_9{ z5_8Emv}wD3x+o&psJe4}?dR1kh6OQ?(^w1Yr0SgG)Q-Z^6AtqI0{47vTMZlkNHQjEf#RR3XOL1xAokz@!QXGEE@PHs=QvzD*ZM3Lhnfub4&TS758IOe{Vbs~mQKCfe) zFlZg?w8Qz08r2jsMNNTe4L6Mi{5ixz zwa-L>4RcTdn@_uW=maIVDp%k+5eHgJ=N5)PsRNgo0Fk#-gSBw!QU@+YA-WD+a_e4u zeN9<^C^m?Mo;3}h>SIfFZ8uWNJ|{*KZlQ>Cml#38v~^&LprnV8Drw+7U8r1pm$LGU zm8)Gv5C>RN6KgWH>tR@eqoNSXAyjsE;}SZy&d_?x3tn%LI^+4pnvAqaL{@=SF0u0B z!gb?BEPNZlbQ8iQA};cKVOfphI`7zn7t+ryja39+JPSlFCF!+AODS1` za)b7;=h8Eh7uHpVkWVCXw8TSg%V;r|CrWq+Ee!DRu?|I*PBDjHnmUwmc3JJr3p&Ab zD5ZbGT)wEw@k}|;!VQj=eRNZ#mOP{PEg?5=6A{)ybxh)Wc!H|qoSBjXNHmNGROj)3 zWTsf*!*-0AO1TS7ric|{3>x-gVdHfmg6=E4;8<$F!f<--MQJbpDFsLFvvzfdAOepW zn=wR?^X2XN@LgRcp114$p2fq2JoJw1?p5PGY?P7O!KOtYO;p!L#My%A~pO zY;m&Aclly1q*f(dvEbo}ipBpL-V~}S@Zd-YttoxsA72y_c)CQcPrYu{#Nz~Fpn+zn zCah{j(8ZfoIK>hm#A644r=nH-1KtLxLYef7#LB5v4g-raguX%Bar|n zT*)Pr8z7@SQz58E@}Hs_NqejKwx0`CSQ)0`4gFbZ^;Fz8eSofbBc9SHc1GfQo6h8O znt{R}7=;6G?C%sD@Ei zwT{bI;I`bLFj3^|?^!jXOu$3O7B!KYgN<9l}FchzDU$Lso3GNT1|R?&WJo|M`a z3%jCWEoG%OdXmkz3^bQUCvZE}S=3vFmQ$2M54BZQujDd1qFh>sp`WxZRceA)K((sF zKT{1*LNT-__>>rdiSC&?HRu-GvXxV%x`1|;cu!%jp((jb*Q-=5T*vgEAXnFuHq+H< zAxeK z7Ar{U)uN_w8Bw+3u}5gNmu~m$ z_x{*WQ|q--eU~2*>#8j3VPEV;)w<@FMNNH#j>lD1*w;Sj1sxI=vUw* zH;t7YS~283Q9KH@xn?yEd#|%x#Ox9sqZ9_OTSi?jX-|uzLML1`k;WrYRlp?oZ>f=V zAn>6S&qP_YeP0+8hcR)$U_I8Z>8t%@BJ-rISWFVvE=Thm2`G{t`GQ&k>czT;*jmTy z(kxxDFXZO+9~zt*EKd+B)+1^GrWuSqp}M*QHZ-ip2g7Ex<@pduLx>MnG*{rigjP8k4p~g*7KOiEqGcw z8t5Jo#8P_X3rNA8w2-EuH6aoXMG;z(Wkn_xCi&8K2%f+3PphMAO%>~4vnrA$7Xa4mNOJUO+;5~_# zLq7gZ``cI$onyRxfW+0;H?h_#b(*ZZxUBEW8mE0!{Jd1QWa|}3$%_0k4ac3}zJg5g zxT^5Bi7B-ts@OagQ3}{H>iho6|I;mkeNv9pxMJIpO%&~(IfB*hIVQuJmSjwz`VSC@ zW(qGP@K0LXEGp%=153Jx*9iJ+Si4hs3kU6fdoqD4#UvH2G%!ZItp=pEyq z9laCPrjcL~h>|>R!LzJp(rsbk`MPN^6CbX~tT8%_2#aeQKS zaqO1hZqE+3Tc^00n$u>@_09H6*WReCH@I+`t+&51yE%r%Wm5{*mz9Ot=WGip8TV{T^4ZuI z-kYzQ1gP?tPSp(ayLOtal?^o*N}%@8C3tpkeAu^KP1z4tn@Q@sP-Q30Ep7d)9xLQ(@}4{?nZl z=c~qJGw+%N7_Zu%F#7YWyyywrj=atnvBY3uc}d2hcCo&itmz|%?``Zk)u&zg zL3tlV=i;YpY%W^9ir#6_7%#CD-@7~ruMFg*#O5a~`Czc>S;P36W-brS-w;A3Y z@;U!%*!HDctNlj)rr)aiT7o0n{2@De2*pB8Oj~<>wBw4tXm&DJ9S|@i&um43=jJb zd_bMii%MI(E6pwZN=ky=8fY)Jjj?c?&9c0k>Fjww$1tZD@5-d?*(iqj+If42E2V=2 z>93i`_R2SOy*k1V}$1r^^X-GD*#NY$o4clP0DR#Goo*BtcB0ecKERI=L z%F3{CY_+X37Q*OJBh3rDz+SG+JpwDFk=`}QbbVxJtB4$-p&j@mRyW8mHM8AT8aQ8G z5`4qt`XRjavZwn`4)MzL2^C4L#*c9@@mzlvZ?X*j zy~uSR8h>9z+Y&-)R-g)7m8+^M7@DZlBBDBv8z1x!CqEf^I@^cb+a!ee;c_qVf0^b@&>(Zy!zl6HkrUG zNl`oGrqK$e1OBn|ql5H@G#V1T|lQJ zrK?sXc%%epT_?QHRI+J(|L8#ER}*&Rc6f~^hHK6yCsx4bg&nF~h09&_0dytZs>sOs zV6ZqjVvLn{yhD_8X3#B@zY_PJ(i|<&3|Zd)5P)eOUSLc#j_c(0K^-fr$T*g7GWLY~ z$T`tlyfZCqhAWN~jc~c|+{SVHiwq-s#4581`(8)SUZ3xctoeL7DiQWRBV2k%njr%3 zSykv^dJ>ymJy&{OZRLfXujWanAl1g;x+$^lNo$vXgDk5L?lg|x=ehnyuHjvUZF}sR zxKTQy)PNEZPq#R zKGuYxH5G6R`(qOJ97bJ{pV7eQut%9v<~@x|qvJPP)U#QOa z>1YQ8VIC=*0sO+#Os&;{Y@{@3E`D^;^%@gIp^(=BEx0vEY6I% zRce^dl3^JoJI6T}o5JbQAaLu!gS?VtaFXK6s^I1Gf>tRPoO=MDev9?FdB=)P4oa`d z;dXOIT#%tApyfA|=i=$5W$|Yl*{yf{s*OH!v@PBafwpj^L%+hbI=CCbFv@9{I9}yT z`=QvgW5EY*K{pL{JsN^YwJ6sbLz8_v{dB+T!%Fc=!qz`(yGW&belZ|Mt8lwcWrj3(WNuM_e8`_fMr4yLdFNHh~X>0lMaPfMrE)#l{6TzZ_%7SEZ6@BV7Jd zBX{X-J2K9T)x#Z;X_0aXT(qWL2)vbyzHbX+f(PaQLh#{ffCY!Rx^~3gGx9ZtSE<+W zS<)n=V{gZ)zBz{_gLc;UtZl6%_^@m9RjIsjR5S5ft$Qz&h%&J=tj~tt2B(wY2QeBntcKs^TnkBpE z1|7bp7#qIaA%0n6vMj;4=F^tp%CNk~PZHMR-O}CioRB{QY~T32%PCxCr#Y&>YRqQr zCfJ+nlWAm_{| z%=NbSXwm;) zj~iCW3TLPn`!o1%8fj?TXwxdL^!ymx8|0qS^ z*t4-B!~SpbtKQ^SW;e^7!zqZ#8fW{|r$#;BePz7vL%}it24H4>U<5@EQ&4LWJphmS zCTGCPc$BRl0Q$*q?f=Fq;R1T*)Qx*4XXqJW-#06yKOLI*Ca?Vv?TJWo#tq2#{P7NX zar-jRapa_Uk>Hp*HqjmX@xmERmns%ux8nKo>W$>;+#U?=3mM#!u8b?JdM86=*yg2A z{j`#b!}%0Wu2uj#PkDcg)=Jc8X0qe3K?M|bu$pD&+&>c5$+GsryX5xLK3upeHAnAi zSrcxrvMeW+4(Rc9mfr@#(*GJyAr- zkA8}DnOna(g3*#DuMcnx@P?AbbML}yezmGE!e&)BhoGu=@94E&sJM-6g!cI|iz1VI zq9>Ki2yb6ih_UZ&tih|l2j#O+qPWs)#pohUeOI?fw)EH60L4eNw+*51oyp}2gWd;m z$tzRgVTx(}Iv<>-^l639`ZOXn<2&La=oFg=Zae~3tTI`LR&d{*zg-j-*zPG=A{esU zL2ptEbf}A_Z0i20{I)L*b6J(7&3AXG)jXi`(&putLVICI++txYcWzc%z&X%3uy7dAg;tkv{p z=C=U_jR824f>NS+DenqH>2E!I@nKT!jpYg^<)xM}{%P zpwPlyzm>jeiknMKjg*({a}~t)67lr_=CLIPsC537D93Ks8}i(X=|@dS=@+At;6`op z`Pwa+is@){vn*nNx#ILd;sM5-g6p-g~Na zka{ty0QBm!Aei|kE12VgOq~K8GYhbY{ls=kGCg`sc1rla;;M1NW}<>pe+obt7lLA;jUNdG z(mTnI3jJUY!UL)i#U_$#LV<3NDhJ054ikfJUy|XIbmjFSz@(y*gEmcxqAsbW*XdDd z;P;>ZN))6vq^>$bBn3z&f@&1`HQpd6*Hl#S+xvNq*AsrScE0S0pq2?7u|ND5lukto z>^7vTtfi8vFAXVZriCPeI_7M{d00O=Ii6mCLO&EeFm9UF?fj-hel*n;0!Z7j%T^v7 zIa;r;e`*6Uv;7|c^Z-rg%hOR@k(#7RQriub{$rA}Y^Z(=##YjkKKl z#~~@5tpg~4P}mhFfC_D?)rE)>(0}eMO?O~G+LAjZ`69%q6$ozu^AQH<4d~*o4PX)zl zr`q;1As$;u-xlfE^m0)Cn8+#{kAJF$;+yEORy~E-Mkj#)(Rv9_Da!Mtyi<`QQhHov z_)q(wm)Cl982xGup(A4`BLujWWJl!^Hcp}J>`UvuWhi24e;1UkmbQC!YQ4@%#eSkv zTlzc{R0aJ;Rr{a-0y80VD5)^bca8^OR%KL%C2sZiLlI^zhjdk!?R-&4M;a6an! zE+@XMyqMhH;TT|Xab~W^C3+NCD?dtAfgFBOJf%fwDOUyj>(zHi7~0EwJ2t`+6yt?{ zqB=jg*aseNe-nEVs=k{3W>ujkIwxA6Zei`Nw@RiU04V~I9Nd3ON@)^GAKp6 zpOX5mLS2Nf2s8yne#ZS8Gk)M*@>&EQp`3p9a*BM>Ws-P)RGG&;@m_aI3j+%G;yFRZ zv^wN0S}HBzRVgBq3?(FPh-wJI0^Z_Z-oHRQBfPlLqC9H?;VDfP>Y`L}Sj)kkN$Zvu z2N2Bhs=C{wjKTD3H%~B|HjP#ztn?oe@E2Wz_Q*#1<)34n03W&VLi+*iQ7=|<<%4`+ zEg}3K3Sd@b4>}_7R_`L|Kd~E|}L5%%3sYb5cYwEJCzd ztg5P=@4oyQ5ehGC7Xa^L>U`}`bm4_Nr|`n^tFgI9KnIy?xquGgM^bA8DT(oa)wp>0 zPE@b7^4-oqwiu9F3?|9t5$Y^DALRvVJ|%Xca)D&Yo!sC1X{}nDuQN5JS$R|`8IWD( zRpVba-z8>xXwus})qZ4S9Vt9g1$e<<&(_!sr@Y;`!bfV>)%TgvA<4t1Z1Bb2H7c^P zt|Tk)&Byy^=C<3`=;qD4kZG9K;(9dwX=zCZ>X}M6D9kDQz->X{t=)AC-jv_Bi z_z@(__ z$uU)x+Gcny&kx*>k>pPrCc5%GC$A7e3_vmw(&zr|UovyzGXW zFEbaKn`X>v@iM`Fdf$#%G`$s#Ku7*cuiKqZM%kF90#F06o{l01z3;s5q=FZSkU0=f9^vAu#J+?vQAN!lyn&Ba;zXhXuDo7n%?fmzgu z7qR1;oLR|Ka$WjwMe8>$fcxCh^-Z#^!xaiqM`t?`8B0}LMhfC6gPAWD{5 z7OFO|MLE-Vy4rYxcxJyR;u#4~nP6~~(y0!j40N^`;FCQpccW@}?NpLhN^LvjbBUQf zqCBSj5Ppy`BT=9lV|D;Vp_vw34)_+-4{0}*t(b(90Z?ksGyCI%f9OOv=i24`6BIOr zeF=ltu1jbgTfMO3P~D^y;+<*+dP<~NI({LJEI?zTvwgclgzgViiQ=i>guULg|E3T1 zutge|CjBN&1Ina`P0g6m)G=?ZY`oO~j;WsybFzGZ1uC}&{ast2tMsEDwXch7*9e52 z#h@s|nSMw2utfX58H0)sFm!2`t4a){jQoK} zEJskhA*Xc!m#ZyslywjYs^mCjw_6;XH$Ljjjlqub%;2XK4xQusNQuIdkeJanmM?7{ z>Nwl+<_PUr>RyR!W`!##H;jNqEBf|C?V%XCQB}po*Fv`MrpS+;98cxgOqw?;({cOG z_(IG1v3ZQE*q={fLe$PJUN-I$LY#F=DOP4KCY8og_QHLzF#hySL?B%*Cytq8QT(kE zqp!^&h|sy=u4BKD`5?sAO=P-lM7@v&p`__*=j*hdCk_0}n5BwrDJ2x^HtqAl zzPOp{!}N(39tvfI_e?T59tl*H+7qQe!OOBiA;vkQ-dk^7Mbj1-C{=lo`VYn1O)lh{ zL{+&n*D6C!bPr<%m`k&HH)pKlrR3>j1|^KMyo8Woo(2R1N5Q6NvZ$;5(R{r z(ma03Qt&$#X-nJ$#~`v3vOJXKeg&403S6l(BtBe|gi1$6zftYSnYiirp#&x3-w+c!uh!ojd0Sh1!dI<awO6NNen*H3sTT8k&<#fD z)lLVKDe}64*KK(c`}D51(Yi6iwVAy6uQk529zmvYHf!C!uRAbkFX}`~<)SHiZJ@!l zY$VCeFy)`wqzPv`QbU^!ftd8`NO4nx=nd4)2C06zT${GG~fZ5_*cr+fi&vUJrFM^`Y#2N+z$1c=WaTQWVyTYdcxitNJqU zl+Jk6O@s+@`A}}IOpK*9xVMd=E98@E$2z(C$cdh%6mB=a^~JOtQ#9q~(saS%l#l!R zzzIK+&&qz+n)Oc}%E8oSN{26Ht!~IIp6t6k#Js+*d;mX3bR$*z4(tuR`o}}J!(T(m zRO)1(;B@EEB3V{(d3K0--?!*^4n@3TQ0Xc~er1Ldh+VHmQ)XJX>EhO@I)M)06uljx z>tpXb$dkd32`eLk7}DBB()yff4`pK3*K>7febG1hV~_XjoUbpnw|ISx5;(=_0E|iU za$lU{lBKTHIpZ(^L&d)9a|5PvaZo&!v<3WceVt*;1$BmP`?u`af&hPWZxLXbOd}d? z-O_tt*A`YVa>q{4&B4jm+3Lm(7iU4*Kf(fcZrY`E8#;HYydIcdgd(TD{jjZkso6b{ zJ_F^yJ~rw@A{82E2q<@^O1>`6@RX(anLpjeLsjz=X6~NkLGJwBbL%&rAAkC;O!@j! zW=0zV9mr@jl{!1t^u#U4RA!AjGEHnCt@jOe=nzOze}@2Bd7NwPkx zE7Quez9dTD#3H&(#%t|HQDcXo1F@&n&~tUZZ-{K#U~y;tW)*uViMq1f^1i(<&DYy| ziBf6z7`#cAYGtwx47NTk)37k#5;juiv$oLSOPMx}=Oj^^G^Q6DOl8-X8eEz?a>{%> zNQ%p~fXLGogOl%cxqk=h)x&ysZ!E*p(rn=hRwnNs2_D{~IT%lf#B$JwW^hE62*$s z*dw>>t6g&SQ;+pp-`AXFzBV?kB?)5ccoA=pwPuaZwZ+VwcwT*5(dkNG%sRzZbZqp= zd{c4VKs9?jb)Hh$*HQ91Z_chTHP2|)!N7i^uBLf(rNZi&{*NhUvhTQ8TuJ2UvAPG5 z*(J+viG-Y#foR|O%d-7SVmWq2WrO6jfe6vd%9*yiN`~`Ms@&@Y?k>}(ETUz# znEps!e3E0T`6{nu&f?V#3yC|wvp%qO&)>P0RxKT;F*iFl$ZTt|)FZtz6xcL_aagx| zOnJ79$$g!sD>^dr+$p+;+cu^`qI98JKo@+``OK51w;g5SrYkNTc2w%T#e3P(CBl5# zA@u4hPSqQ^0Kv_!LlZ5;_y%YUHurVMjU?M*kXuOqUkdS*@L11$$8>t#>{nonYr zy7sGU@=F@dRXW6@DJ`M7vEd;HG27eBYnIV(By3z?%X?U5eHq4dUY#xc(b7>$V9e4C z<-y-9==QcsTWu6a=TY;%O?D|bcP6;+oVe*%`A$btvqDtW;gJ0^KJncrsM&tpr)G2Q z>K>q^DxJ?=9tyN`3w+d*RTugtD%g4ci&{#^$(MFAJkTJe6+^8p4u@v2Z#-r zk2mD#UA9>Ddb!UQQ_+S0I7n8*ymrplwtJJt?cVTJH59cj?U3d+s~&7=7V)HIxFvGn z`X_<9*^-4q&9?Cy0b*_Dc3*W!S{>BRO5o=uT2trR$+o5Lx@0tltZX&mkR0Dbm6QmJ zsMctCE@oIF72HAgY-O+JZFywk`{OG)sk+=H?rd4Edo;h0zG`8^Q$k+Bdb5SLUz!kR z`<>`lu55g}wwOt7j|{fv3KNSjc-OTMU!rOsyDh_$Vt)GO`WGGtDz@Ij(I6!^%kqg^ zk;=;_AMJ2?`a!YYr|R^&pJUA8M90Q)3xii|-r=;eTg=9ntg{GL8Y&*0cdjgLJEYZu z-@T{%1^%VXk=Np9B>69PzDWM=@aW4~>)L}D`_!GChPMk@b1A4n>)LuwYlkmRS$%2w z;G5g+G+y2ii^HQ2eW^BFDt~fYa%rgJ$eY9-&H5l;AHH*gC7;f_-?K`+t;4SShhUy6 z<4o4vxW(#=Lj6{kCp$!@@IlV{oNclvLV6A`E>6$ZR_A}!WDW)*Ee0o5dAd_a3_mXK zF)iuL;yism*DbGYkLmbIeXWj|mpiL{PP+38vRXsE!_s$g4YRAo4b+6Xg&s89fwsd# zdb!JM5vMTgYg#UX=xv>E?s%G#EAZtqy#i!xX!F^&n?~dNaEGGDl{76cmZ@SeIr-$P z1YRjNh9eTCMGG3q+Pq!XI-Y+vaDKJxABlk> z)*5QMo#VB!W@@%d;J6DBS*RP{nGF_^M;HucvMlX09S$B~A3}rw2)X61`kV7j7Sjb& zsoSk{4+ZOa=Qel{M=bzU3w zVZArS8)xD$<1a^+x6mn3bu~$U-K{639Mv8zX*mFIo7-S99OP-x&}CtIl57b!b$6KY zQaqs*QEc64#4Rdi+4^OLZ#~H6A%6C@1NTE$DM6i69}K3`lsz?F-o%%Nc^tpGdwk0X zCOSuPxks85<8j>L()>7!_1Kwow})BCML z?s#)N$`ty34^=OiW&(ZDks+uAB(Nx{OD=1;TF-0dGPgA_J*&=aPq{NStZk5f89#H= z1DsY;CPnntGs@)@jrX^sQ>Ii1LpFIe}@?sYloCJ|qZWNxSiB%BUH<+Wfgc=SYu z)I^91>UdjzwYKTZyj!rITmPyo;4SNC`HPuSq=5bYY(sjNaz5B)JY^{q>r}5TKXKg} zXYVHY#-W%vVQ-S2+nq-2ESZ}uSNk{eer#7F25HiiDM=#$Pcfm+QQIHaWZC`CV9h*0`El)81o`OBE3ppKx@ za-xN&Zl2yJ6V=j#XLc<7Zj(T)3F25DXtfneN!1e8K5@|c8F5Em>p!9L9&0w1ybHej{($YmTzZdR3b9o$Te`!Gp;_W# zs-8|xM;Mb#>FJD)KR8zUCxgq9KVNjeCN6kS`Q=F6P0fJm>?)f)z4@WQnH>-2#=9&8 z1V6N}isv>^Q<`eLPDrLL%n>`(r(2WIu180d8XpL<%~%wR;u|J|qq=X1l``85Q}G6q zgWp%y1{T|O`%_~4~75R{s9x5?x{3|n(cn?Ymb zWD{SGRoTG-!wl&RgCJCTkN1##_oSygZqifoP0s!siy+=2uBVoCCY7H2%-`HHe{r`B z3GAn?&FMXp?r|c4Vn2C19_=)l`pl}}N(#k!VHD!7SY-d!Yo1)~QK} z1N}rXy&%F&^F>bGoR47(Qgw={KNnCQ&z@_$7#^>y47|lq&cXOLoAtx8i;YSXPJ$dm z#7lzP=g2P%Q?wni1}R%jIUD_m1uV2JJiho9=qVL{^xGk=*`&A2=54LX%@|Xy(t`?Y zKTybtgF&cob(G~&W5wlXneY~N5qs{yTkN)a3mh^vVTV_0NeB)s*x%^)-hTRf+th$k zwhxAJF{ZHg$U$)Sw(HBrX$R-2l9~o+XXc`{Sks=hFG(f$aLR2UP71Yzo9thzIG0K% z6bek;a02>$`09A*LWWfVt0P59v#G$aaej(0!*(gwSN?<6g~UsJ`o#>_ z3hfHvqdX6fm&gZa-=5bJ3ye}oGs^2Ocb(Gx0S1$(1FhF*3Ol|<05dui@EJ~)T*yC| zd4vCJ=H2c;WQ=7D8zb#&WA#v`L9YhtlQZ&F0!I1WI9t8Z#jjLqWjMO@9)fWY_AgCL zZrsfI{dUlt3+=rnNy`_*!AxDjj|mY{nn3k`@GsW*MHH{e)ww6y@QX_3rx$ctH+%3W z@CSDPk!6()cCC$F$9nKT$m^notrJEAbE&(Ycc2Zq^5M{eap4t#DS?JvZEATl*(JJZ zr6(nw_E>#v*)QXeJp&v~r)MxqxlMgr)}5gw(`ZOd$K^X7+`zLbXW28{NUT-w5B}kG zcuR^p>#2dZt}69X$DC^(MP-NN4>5c0a~;kcpv1#?gGy1r2x~(RnY>>Kql5*nByElL zTz(m&*L<$6G+kQyyot@_q>ygT#y4q)S8o4d)1`h&wm#?S{q4;P&b+IsZUdU5?)zgV z4q3P8?J(jLMBj4;q1apNq~xjFeZ;*vci!0S0x_;b*mv$ETBtgCw0MWhNGy1uk!O3l zIW=eZaC7aSX*59Oipm9UiP7Cnt z`Hjd`E+MGH|It9T;%jEo#oboTu*<3(>KIyhIA3pqJKqLSR27r+aN*%?ylhkE{GuL1 z(H!BGx~b|eUE7yEBfAYVM|~9JqH}%x*jiK4qR!)`!VOIwo4)Wj*FNj`t$41!`j6nz zxYL(AjXfNMo+hu}e)LMSVV7>uOYKS43ElD#TwENpw@{@h)999olBdfu$Smp1 z)0t|SJ<4~!7&9eUvE^myMbXi^?$ZgtS5Es%4UdS=!+hsml!uNI^K zhv580{vAdFm`ihQcfpfUia4+d{{vK?HBW|8@!_eQkAB(3Yv%Qt3`LV|AqN`N>uj2q zzn&Q`sx7u}+3lSgS*O$E+9`2A1)XFPgtGED9mlzUp*bjlpFCMK>-K7mM7~`dy)yIl zX2HPCOZB_jdaSc<3t$0|m$aNDHSO`3)Uw_&KVU8Mv9qUc22Vyk_wKyub3eeo*!ZSc zH>LP3y!(~97Tvj6Hc2(KAc0AFz`I~%WF_i|r1PCa_l?~w52*mRdz)a}HkIGU|5+(DUtmju1vSpcV==^?igIdbl{?I z-x18efG(3v;1Wdl-hz`w@J#J~02#FbU@Io!bnb>z(d!>x%$nG!pyQsNlr7<(s;Wya z`gp}Kohv?Ma-_2M(o29%*X<%cS^>~_H0P4fihAlfS92;_@VxsM>Cg<$Qov8N=M^K799M#lg) z0)y0a>_83J4k*pQ$%3PIL$!`>Ocw*9XY!JkF;2?1H}v96F{P}zA`7u<&FS{M;*`X@ zYZE_8>ndGb$k#GT)Zz|hTuwHV22LaMr;PE$HfxQ7Q^1<&8-RXr>hiWThe9PykDj= z8>FA#38fw&FYcWijrGiG)^Hp*FiqEu5Am^fi1Hb@K5KmEMkbJk_7hYhAN6KiKx*kJN;S*G-4hSHY|(vO>G+AdK%vH}{8pOjhx$5uQN%Vlky^}A2% z4LOGR_D(%+n{Tx_Asj=bL{~R^kMyC*F6rNyOn2pvjpg5#aaf*dpD(%KT}#}OQkpS2 zQ8@BtC2E_bhdBP*$C;UA{F=?^>JFE&SWhpI2^>zhW?_6z|M+MxLr5x#=?A;*A5aID z9~Ku$Fa*dmvAs1bhxqU)j64a3Q*px0M?dq|Sd{w6Wrz$E9vsli%t^a%lmD5|H}d$* zMZqq`$8p(Hhk$K>R-Dfdt;JH|EQ=bj_Rcds-5Q?Lk)1GP;NsJAiXV`%{!{Z`(JT7_ ztXE%?!^Bw(ck){ZAIMT3TMV`!$rE7C^f{a;HvIHiI_oZx0X&!MxQq%xuLdNo>*1#7 zn@tXIq$He}^2+pxPR?O(B@jsgsQR2VlVEOR_h{(h%L{sCCSx_TaoV>B01ptV5tPI( zWPIzFNjQNKo+JE0QFUf~Hq$e4%SUAXq8z42#+~%}vBPPXL@&vrv}!(*c^g=DqGq)Z z=9z+kn<94vkCfp6aO5a0YkPvUqr|4;P(7P4Qtf#=z}^F4-`E{F*4z=nd+Y_(?0$aj zkh|rHDU0~*)S>gwgI~EnDrw!7HU~({xd4H95KwyQYcVpR8G2SK>Two#89FMA)MZoH zpNV}m%yyEf$@VIWD08w4cgq_}H91-7mklDs`3Hl6nf$7(DGSeLw? z*X6ukjPI>A0jMhV_-4ch6v)tje(|#a>-G;WSISrh9VqaRFx??le=3J~ttxg5FrW8E zf@N0@??4S6KQr5Zbm@C&&GG4%`aU;(`cqB5qAl>AJMO+WtLwYn{ikPmg=zsL3lM(c=J|OwK0gV=jFj zvN_%3)&rNpk>eL`4NA^(r-f{-b6=k9KEe<^TQ_rl9FU|u+Y5chf0UytyDBh(PrZ|_ zu(@jOS1_1Hc{WI8w&u8@4_f<3zjW>B3=2jl91$evcos#(%`OZYRNt7rD0tJWNUt<^ zI(~;tJlF8uJIh(YeI+vOHht4|8qlNhWlBOMaqK9=K z^GI0>yK{Bg<>IyIid!b`-hIs0`7IiG(?bRm+(&%n3XIDZV<-<5Ff+_@-w=RqYW69(0%X%^y!M zE#!SWGN3zMa$zW3dNnJzZm^(!W}vfeFi>1Hnk@OmD|CH4P`t;rEG~`0mS8_JvMib; zZ7##?LDikFZnvT4EmV8x_(TW+>$UUm$%q%6Ntj%|?%ed+vq;WVx8}8!;5~=%r(*7! zleh*YZ>wCX%I7HM)ks2GEO}+%NSky<*?b_X4N(4-MxBmO6$XQm;8%pW zwYaq)nXXF<9kmX54MC-jWm=d;cK0~8$)WL<8{@B(4iC{bGm)%QH01IaS!w5LlqZs^ zzgORS={rVL3M%=mZWu3Mj4)ZO-3iEXOajG2gfqP~B?#c*V~sb8HdPBxS; z^;Vqu#PV#)P+;7lBLuXRlvZ-I*sem4;_kqO8HF)S@_dBCJXV0U0h5i^Gy zm*j}7%UAE==c|qGi-|##3dHWf>>_4kH?AV^pwoLed$rMfk$Wd+?TGbFz3q=`Us{EB zg8$U%k1GNmo?ndS7t9LBCn^&r@4nl0Qjo7SVd3ugT^WLWqy*~SEeMvQSihqTclRPL z9>w|}WqiQS>U6crpZov*m%U*De(c-&j~->*DuJkymt*?P>HlKLPM+!YQAWeC0RF1- zgZ)=`Ilb5}@%b+MuMBsF1>CGE7wx}##OcKziO&z%?G%_^b2I+RFjN0kMyD4H5}*Cq z$K{xAA7zvZ3*e|K|ApZ*57-}ZGn!SEvpW4-zZQoD7*~}G^j|&X^kSF9=lksA=a_DD zGycjjXa7}Zrx%P8p99#(<(U?aGJ1vu$W)d8$}qFU=Ro#x1*QdV#?`O@@2Yay{;OP0 zFMeT|U5<(AC?jK707F&z*8Xo>oE*1Ei2Jes%5Y#%f08k2btb0{oxl+2xr+jxs8T1^ii6zOVlq!UxNv{%@x4c5>Vy zAs)aUBhOTSl+iLQK)9;>aR0Yo84hHRQDCa)W*iC&aIPws=>Nv<m7GPUdF4F&v&B<|(#G79jwm-@! z78Y=%s(erXw;fK73=(hr*}LSJer4FOs+_<7+d(JCT@r8Zvv-|ivgc+j2n+a?VJ0U> zMu|58>|OFqlSdid!UCkK$~pSK{mO74dzS*!Bsb$?Sb%3$xlI2zPA5lZi8sG6d@n&Y zY#X;Vi@E&WGb&*_c78u9&v^`SZyU6?nI}&Z`{aTcx5GK|y|+8>BUyM+TG*Hi65P(` zhVC^&DR`_T^c;_ng7WZKDX0XGkcK|svC_~dJVFL)#baflE<8dO>c?Ycp>aF{4b9=P zXlMheiVh=~0gN}t`&q1fd5eg709IF6Hha(gr#c-@5q!Er# zf^@>MN{~@F;yh#?jy(_Ag(H+9mvF2y9IF9+3P)%{t>IWrs4EZHS$KxCk91U@t}6M?XSQX;T6(DMj{EtD65wS`I|5O&aq z2&^6SDFSg5YK_3>{US_E3KW)*c#PZ6jhGq1{BpEoeUxdkbPG zBAlROM645Znuu_QP(-XV1inDX1yUqpT_6o2!WGgXVqGC4BH}h=PQ>1Z?1%_A$c2b? zgS?1{JJ3BM_73z2T(^e8iCA|ihKTThQixa&=s6ML3FQ&7o=^!9;RSslV!fbGM1(ig zO2m3YT||V>$lmM^*kNLo5A=hm;tMSit9+p?kt%)=BC^U4+8e3j53xp8`9nt|RqjH3 zkyUr0Gm$C*ka%QO03;Wwat~68thzUX5NL;VBC+=&qe#R9$UGAJ0J4ij1VS#6*g(iD z5`l&8MPjkgqeuh}vMLz*7O4^f4M$dmKtCc?LZPL|s!(W4lu8(ch^h*M_C~4TAl9fV9CS2FQg>m9YoG?xTnJA2t zM7|WpNg>OHani^pVVn%IR~RRYoEFBRky}wXIpjVRP9DjP!kt43p>PUFc@$0&sg1%Z zA+Mou=aIKiIAx?i3a5g^p>V3mL=;X9`4WXwN0y^-8ptLTP7~RS!f7F=Q8)~8s|fA_ za-RrJ8_6w#yNDDL!CgYii{NyS+9Ehz=nh?Bd0}i4#=%yI7j3@ zG2AUAw;0X|DI|t-M#_ufT#(vgI9KE~G2CtBEis%M(q9aB2Z z46;cA7mMtbz{Me_C2;Y`t&+F|De{&i zE)D4~iAzV~ByrD>iITVsm0HhAZDgf3vr=1GsqL)P&#ct1tkf=6Y7Z;*8!PoY zE481MI><^LW~Gj@QpZ{UJz4&pbI{k)b^mXK0o{G*?n8HwxYD^e~`9!T;Y#n0u3J+m^RycKglodsDkVZCUz8zsC2gR~Y}# zE>h5E(XS)YZ(-8!qtdV8(k~?c&+cLWbM95pZ+g*hdeLusWz)le9tQL<0AWDCT0_5D z^G~^2L%--ok4Abl(xY)BDgATqRnTvG(QkUuZ+h9&!+;(J^e_NnK)+f;zgqK8xmrWN z=thr5dNk6baU&_wZNy~ zh>!lob@VT;qknN7{fq19UtCB3;<{hHNe%8Y&~Mq%bwIz?L=OWx6ws0IpM-?;J1z7( zE%b|)^xJ*(+kJE-{6`@nxXVDlWk=Tm{aO<}4CqimN5X#+64LLq(C@U+FIv)X_t9_n z(UI^Ug@lvzt2O^EuGY}aNH-(>q97g3{$E^~mbG+i>{oG$v0ln)9L)3F$5^G|A{H!c z(YYnC{~E@2AWn}>Da$1+@4QWZ@w!jx*?q?QsHKSy#?D21PuzbrqbB~xR%yJ0`D9O3 zS1GR0^H1l+^MjMYpSq7k6^os9`+xM{(Wh8kq3~I^^MmzOU5BHj{&co9pQI1c6+(9g zdLYn|fsTs*y)r^|mqe5luk(=kWXz{ne4+DMH?6^X`XF5)bZ4Lk0v#FXsQBM1Biugg zCKXj2`>9)N(4N=10AJWy-8Er8Ngw`yqZ3}|#W50fY<+pTU>Z$Y8N;Bx3MoG_Nt7Hk zrIzfo(mV5{_U3X4^+)Eqr~dlf5P6NV?zuML;7hF~t#xA1YfEk&Tt3u^c=FhK=QIPF z@?-hZvGpIBOO+%_Up#e%ND5V6PK)=s;=458K%y+hlZ<>;$9&h93rN)2*}$^bTq_#r zyjZkLq4$>xuHpi&RTlKZ6xuYq4~>pnFQF{Ge;JZIJbPufI5hgom+2#G%}MHuX6hc} zWOPsj^(B$3l5zcg?ywWYQ|9*lO8LCA$8)r7ZJ80-x9R0-e9@%uvdIuRsIOt}#P1}I zoBB?f=!~xpUh7U4rXdUKYv>;8s&66L2iZ-@AyMYh?6H)&KK{jpgY%hQm%SB9yLI266hv3V&kfv&YrECny^?FMnO56T zHr{F7@hPTQ`vy5503rpo!lCG;d@pQX@{%Mm}SG?m> z2Tav#eRD#deZ^$dhMJbi>})Zs92UqMEM4)A{?IbtiPCS`7SiJt?pi1De)90aI(Lh1 z>z(?jv>bKP+siB4lUB@jkG>;w+1>H!7DTHZ9P_b=N5{>DeJomy*BqNPRUj>vkk*z= zC@svjXFkp^&t+xUu14Lg+%+il`TFwXj}j;JPm>y&XHE&8BXTuN%L=St^4K?;Q8W;b zmJl#~b*0Sw<(jN|ZBB`(k&m?L&WeFFO@)|wGCbkS8?S2k6*H@+`AIWL`!GJ@?y@`H zE!%YHy4Iq7os7U*c!syA!1_fGA&Cq#PT!KVrpJnywIvO#S4`_Aq|024JMw~7Jw`@l zSK8jC`o5NV?^B^Vr|wx2nnAXmV+^K>D~=ozEVVbP?+C6vJFc!LfidWw?_*}^c0fz7 zeYX@}`!4a&R9bmDXo$~en*F0-kJ8AYP~s$2X@bkF-}L(a^=04n2{Ls)e*Fj0cO_o= zo#D_#r*7@Q3{`wOx#_V(@jKb^g(*Wx`K03wTvYbj@r7k;JL#38+hJsF*4ULhA1)s* zZ9Y?!dTnlOcPLtURPXDyJf9{JV{+V3?OOBHj_e|iH+e;&_&>iUUz_{BJ5ZQMxharc z>5$WYnJR6UgrJLz%>v)sm|}9KUh0n5hYA;;o;sv;YiqOsMsSMv`>N`EAvwXgL+4QG zQu6^zmEMah)H~j} zRjob8t=x29K&>G%FTf*z*U;0!=F)Q&w${5WF;PRLH2j~XLHqVBr;lkd?MdcltEf)A zhEjTOReQL(8h6_w=k-9>>D1SGKkR~JE#ubXzCISvP3GrvH3r+fwqm{6bmnW)wY-7d ziToXTeV#A*D?>|3TYRMtm6?>?=h8D>bhu`;@R~d=-#f*(cK;pu(h}qE>z~i9d~6vM z=J7?1bYa(Ka(pR6=u!vGvRTfa0X5I&fj@{j#@&@W67Ns1^FJbgU&b1mgK%NGXIUUQnJTy`Ln+5LEjz+=EYkE;Fqp40g8cj+EV;#etmG;4-YrO z>3Z$z?`~nI>o0(RhI8kn!h7Bo$}SqeH*_X8ysDcTEh4?EWOi$KB`n=jfzCeOCpMgv z_c^a=g&8gS#)veLBm26M*x>O_y0$F#Tho|;+9|%$X%;<+8H;ZNxh1YmH7f_CeP6{Z zTcTVtf|?~;MEj&-B~8-<)7rsf<$Y6S93(ALJy@n9I8D|sUyc^f{uX2;W*UEk^1IW1 zOpq{}WSf$8EXCG-t(%lvKdY2MN+}-XtB+^@7+r65<L=hYWF#?2?p(DpYB7kur#%0L2bv_xswtn+e7DG4eUb6l!{m`; zUgs$ijmp-Vsj6>AkA?HKqhjybTC;GrJtIr*OdY-DeqMp`Dc+G^^IfuJmMZTxQ^JaI z^u0{2b5Ihw@T6n{{zYhWv>M*AO_fjkxwYiZj^<<184Z{*bWg>-Ga*Y}&L;#oWf#^P z9L14OXC3+L-Y0v!VOjIA)-UiMPi|dkmNSZP$?=scxIyW4aaelJ=5eO`NSW{A@O){n zcC1I^D|>Bk)WX$M!5@+(xwPB@vz|*a$7z!TWYvOB)_u^lOj2A_=Soc`SbTq4tN?wt zDw6Vo1s1+_s_sLwM-0UBG5Tro`z1tyQ~ijBG-raT9J{9FcVPW9-5mC*QFnCGn1&}` zFMJpQdCz=`baRjJ9%gOQ`9(DCZ=u^0}s=jyrhl;n#M#DtX)?^@KYtnn<3G5~It| zXXR%MV5B8BS+U6Zml$1G zfOvAe*SJ!d!g+dmWACvj0dM$085o-HxSK5LD#x1$3&^sdJt}9-;?oSA0EoYnOzJZl z_M1Eu%E;>W2`u@~6Y5kFfoFy?s&F)_0;>G^{>{gB_w!QP zWfFBhO8oTcAGyHGzvrBdy%(>J|BmW9)LGv0zC~}@=Q09 z^K)ML(3L^oHBCIPCI^sWGqm|!6Hq(j_qtxemj!;-1A)NPiwtK{Zc*jaZSuDtmmyth zSAHLz9iU0+F&%i$S+5>EsSqA=IqF_Vg(OJz)AIt69i-Zm!L8P(QZ)nCH91lk>%AcjjQWf0fyVdgxOd z_d-d5(ZciHn7@eWl%EktJo6c&%-z5(ZeZ?st9?pjIJ-0dWc}8tpBwS!u(uz>JEp5C zXKK6~yQILRj8{$9ZGtDDvaS6H)@SZYd@w}sh|tk5{s;Snts3v6fdg-Nk>a_ZJAj}F zwq<+U5rc-UuR1AZl+^jbN&dJ%xyR)BBcRTam^PPxe~-V3ht@~R&G3dgd{ zwU*P}*;kT=-8e%4rrh%e+K;}6$vwNK`*W+$tKqZgw~hop*dHuWF$^s-z2z58e7spc z%*YQ)v6_|309^s{#^Q_Rxirnv#{g8K1HYc%N25%lTKHuVIQp4IW;__@Mz0*N zaXqP>&A88)cy>rVzM|uE3o&;&-*wy`v*u5+3=Zccy0il#vGYKg=+g@o3i0AD{=5m>}-oP zYKw%!*&35x(SK6gMUKp?W7eFJ&X9`HX#M$c#QU5Gj~g&0VSUkR75y0%ipi^c0d6hav(d4lrng@o=yO<>Pb6YJ?yoxs;c*wQ$FWh;A86!v=V2G04n+~(OBa{dK!^_VF6?G2=F@OfC<{I^*(^1bV%+uK# z{1rS(y0(h&1Z}vA)EN<;+Fp4RQ@mHupqJlt&RG#2_3FqN8Yymz%;RDQhZw&DOUMy6 zg^XhkgX52pdWT{qxpRAXSKr{_kv$K^X}m{LP#u3EShZ{650b)J7#o1a%y9tK;nB>y z98F-K^~~X8`){+@Mr*wTg7^U7_)YCQcoo>{LG%)Pqp zR?vzB5R@iZpWQ{XvpPVD*&&B$p4C741|(#_R(>4KSqDkwcPU6jlegC&ZGw)5gD8j% ze{c^+WGUtiaCiOKdf*{4QmTLk0~gi@(J*I4gN>id!Qj&hbNIl3TL72y`qb;G2=nA_ zWW=NDBsVG89s49MoTaG{mfiEhOv%}3woN_jCjdRetcEsXO>U-H~aw^|&bz z8s;VL@s8SNN!l?0Kw67q0W>iK>HbIn=?Cv&%Aqup8t2V4_oWP6hU zh+JuL!CV2m_e^X6+q^w**6)&=@=PkAWOu1mn8WYh^jUyvrI>U#DR5RAtg(RC9R!+_ zF=)lSi;GPWA@Bg#R)S*?kgCL<3G=4nSSx^unSIZM^l9#HiD$znp4^C=S2WLVytyTQ z)n8W4_9X3`J%i@h=BAVJ9D={8mD%if251hVWxI2Nxdyxyh?Q}<5guOH>0ph`bMpR# zwu7aWU}M0!6MOn#sX>0G92li z>Z}(GUH+SZ12Y~2{C@G?akE#$GFm9O0BrS)$vYXz07k$WXvtRnf7H~5)o8ilUku3G zJ15IiE3atc({Vl+&hNZDEvu2IQ&&Nt^s!$sgF`#^9y|m%KqTOti23}j@jcktgpEC2}k zavKW6h;K%gwdS%yxVT`N=R2_1ws61#HgWp*xb1)GtS>j=uiZf)@wt~N{Dh1?iA~p^ z*f}rz6JUnk!m0z2AID&$QP0Q<=O&uL(tL(OmA|t$Vl=>ntcP*iL3n^*Rebprq;TLi zrJ>OITPVP8Hu4OdCz3#hY|f>jH_Z#idapiA8dGMk zXkjmT^sD{9hGi1NO5Nyxshm~^IE{Q|W&+|HqG(3-aD8539@SH6exkdw|G5@NV*_kb z7#}GI>%jS@{Ct9dbNp1sGX{4CR%gJ4L9!y09efV^D6?%d@VfWxSJXic(NabNzX?6) zIz&quJ-mQ+fT)W!=E#BPrZH8CW#*rhJc@S&tl*?xC7jy+0tN%-S9Yb;^`-;Y}ouf=xE2&<^Dc zxHfyn#<p!GSByKDov7!-WAIC@<{ogPjoaaGs!mdkW=l~%>8k{tH1)C36TEyn>A%H!~@JW!A zTYu7UVEzYuKt-^sH<@Gfseh_HK}q*)H2 z(8j(pKSKxfTB5FrL)}U zYVUM5DaUW2#38@GjmbXzMHQ?cy%N0X!GGHtR4#z!gXRp)H8NoL20c^YC7Z$Vmlbp6 z{t9!@*jokFD%?v2egN}*&O_X@Y5<{;#f2%OLOpK~K^X z&Vs(1@C_JsIT{_B<_bhrH%dJiML<0j_fr>_ z80S|1<+SAIppfx#6lZ)&=KTpAF~k;!%fz1;7f}FhbR=9%A^?S{q{S<(BjM3MMuS0G zHH2fOssZDTe(t-hoOr zeSD`FjqO^HdAndvro|CP>mn6Oa)Qo8O`PK;0BSB*MRyj!Aa#kcfAmUb5@8OE!qo!EVXz#- za-1Q5SASms0t5C)>x{KU+Ieto^66(nUueWMemgDVHmW^47NyO)bVc^(=5VCbrfO}# z@4%AMi&<`-~ zgNL9c3Tmni&6MoF?Zma=YOw6$(O%b^lgbzX>e+23=~bF;;DG<~cc}sBjVPRNr}d&t zIJlPj24LcZ|BG$Wz~;#&*jyr<%4w>2yov5m_{=x5>))pLAumE z!wAX}FuTbc`Co|2X`Xk;S^#A_`@=wtAKe^kbhE7g8m@4 zj0xI+)6;arr(AvtKQGP*s+^xG2|oKKlx_Mw40Ic&Ngjc7B5;S?jV=W|7Zgu%aCHEO zA>2-ct5#J|YHix0Ap~$A_`K|(H!v<={cHlR%I3bj1YSZj2Ronlbr37?Awizay=tTJ z8V<%vOABVT5T8oZ8=xQZmpM%U&RgpO#*qzpByh&R(wQb80RU6lrZ+_mh4Fra^uRt# zBR%VqX9gGRvEzP4boA|7*~S@T#EkQ?Ghez=}!wGMfSLj9~?;{y95&gqP>T5^Z zZf&T6rWm;HUG)b!j~14j`H%MdCV*Ho(%_w$mJ8T;dN<7YA9KMg-pyR#8UJGwMvXXZ zfn+?i{t@U%Z={OV5B-~uHO^%{WU7jz6$=&pG$eg%$I`QzDr6EtY21&5>)P}Z%mz?{ zT;Z^ZQoK9{8=n&da{w!DgaYVMEL+TPShP^mUK5(k ztm8Wa!6!{MZPObTU6#EDf3C7{?`LlE1|O<`e#V#0=Ur8H-(<1Ft zhp$LLkL_7Ln%)2{W^hW_8DRi|QT6VrWYB7abxNb1kE%D${j--y>le~O{1NDritxaw zLql9|RQ5A-4SP5*(W-V@3saR=0?+~kZWD>YP!CFvwp+mCX)A#vd?x4huN~BcOLsWw zZX}w`7AOz{05Y`=bdG6FBd{MRP=2l}f`U)v26uYV63N+dQjlUxTG;HV___!T3gX4NC`!_6GzZEo7gH>0{d)XsR zH~@))g#xwH5Gd$26YxguGz6zEnyxkj$R2jI| z$1`j%Sn&amcBZlh6T%)V-XJ6)i>-=Z1udf4-xe=iH-0@8 zf=;OJ2w*4y!d$1O@8y?@vV~~ zh86ul-VuT1X+4y=MmyuB-zJL9f`lZhA}>62NcA?G;g+F#9SYkR5P56bl((sevIAvO z_J1kDv?)wTpG(6w!Q0JlB**wpke0^yEKW*V#$Ehv z;s|n6gA(};8XKxValY>e@+?p7@s+KAJtH(;*I@ep$ouZ7sLri#Y*B;JpaPbt5kxeI zM6og=i2*Dq1T`WAArS-w6#(&GiUe%24CtT{m7R)3l+z{Eq4jqFg)Mw;VH1X zb(e1)y^f}{UQTlIW5CGgljh!-^R_qO!yL4pns46iCL{jNWS!ZZ!{VdszZttiz+d?U z#hJ3f6HapA+{mV^qp|Dcbbk$V9j;{K8n);P>}Ta^4Tsu8mCb$fmOy9}ZgYT0IgZ3wJU`Jr?YeIokck z756qUo<%#ltq%VBLMIy^8hupL#+43P@Dj|3EH>sSbI8ec@eOD(xEaQXEO$D0ey`u( z{k{?Z_Mxc#=&ZsjN#wioPwTx9s|kOPEDL|GlTC|doH^*Rhev{*9C=6m{YtQs+QaTApWrHaH)4*m zPhB)kgLRcuo5irssX1qKerW^CF$Nprk0%#E5%44%(WEDVU!&BuHi(Q;N`E`MXeA?9 zl7a8K5IyPAIW~*6_D6gNc(Dk4aH7X=nSWjK@V3nWMY=g^T!DXGUfXXPP_TWh*U2ZY zH%3N_akX_UlHvCLjbv*ARwn7KJ1HfF2+s3~+Qq8Z)!s=GS>B)=^J8!gL1ix@> z)5>=wdKzEuB+0VgX{7c`I&Kg^NQTzv87x}UdPC6~b)qtC+rxj0oiV-bV}Il6 z4}UY`E@QGhv3}N^dlWYY^d%Z4Gt`mE2(vGkc!TmMjCPYr()n8XjGtv^VASX*4~~)c zLRC*V`s>U~W#xAU^q9=)4=tSLAd=mYcjG^9cDm1;IwR~f832eh)1e-OyWrf0`(*&* zpuagc=KRtCW=vYu`sl07`X29=_S940?%NU48BL{D4G3W1ygLl5B=A6Rf~C*5$OZjX3RS;)e)ibZ1B9k*0*~Y7$kTQd_f3? z8|mVa=eF@IsEgfV*w&K6KcRK}sWOak7B#tOwvFq6wf^gj-ZpEp-XE3OKV6Du(AkpE zSu*Kb+?;EvZ{sOy{WsGP6KUtru@ z#%iHO{I<{IkU0ag+%+jG!&(V}&ors9=)CJc(D{E}yYGhgty15(*%(x{5FVNlw$;#W z%Beu)9A5y!HlBf)wGe@)HwL4B*x>|D1_jLLlNQcbd#s}L&^@nvCOhPxnmDe3c zH@Nq|2uC0fU`EFtOQDLyACxuV>WD*l%*vm4MMlr!h*%q{HwqX4mV1Qj|3QMav;+9Iz=%9z#iM!KEw* z0hdIxo&ntMKWF+i3UdC+lYgWBrN=NPYI*$j(^yGsPVcD9Q4mTSPeP;}uG<`f+U!)l zmU`L87uB# z;N$Rd%}16ulFeDdMv+4!c+s5e*OCl;-~e$P&LR)ec}75In#P~b6HQup zE@}iYhVqZ05rRMd1mnY)A>X?0{WH=@O5AU=04kBOFI*S;9b;nXn!#vUs1{#?AD9ih zDsRUWVHB`>uq9i}2hgUD0QhhL7nx%cPoW@+5`iEZCldyQ-?si@IE7Dlpwoci_pUBA3z^)_{|)sJIEX_=*~gHya^Pi zd`+TOJ_&Lh_NfB(jSwU-My8QSC^=&GbAQ9j#dDpROoYjQc7KtGc}oSlXUZP5Q!f-U z8?^5%2WLPD07t|$i9RyCb>djC8`W^pB_pZbAmgq-Dmt)%um# zL;kge;uUiZO&U{NB&l@BA_lcU8JmlMB&MDg+cE;dSe}5m?ezo3BsB9opJBEyT^)*o zMlV3*MMZU66{cg_i<;t?*#qbQX;4Bc!!j1_mT8!QW%eAHhSvQKY7~wIeocDhy&^ou z?I3H%T)-Vd1YQHz5{+V{BLe^ya=!o=&%gl6=-30aBx7B4#%MwSG!7ui+!-=+i`@jO zyu}bmJVgKl$BZcs(Hw*C2**8Hj|cXG;5XFXh$P~^F;5!YX4(j~Q}Gz;S)-nFgWb&! zxEvEV>agI!+SNCpAUwt(APv}KkR5%TojHvG>Bkrl@VgMFWERbqdVrBKHaHMGQT^a+ zk|Spqkv)n9&zaMcjU&V`B^bto35p3N2GYc(&j&Q~=6nNE0a6$n7mHYFKz@EmnKit@ zy<>=1!Zqy5V}- zc^Mb{x2V83)~<@bZ}NrzviR@L=UMR1CwQIIDE`bPZ`>vuT<0^L*sXPMrziwRJ~veI zy!2O+j`nritTVM$j}~dK+MH)GqhS6;muqFyPbz%cZt9>ae>y+<%z5+ePpkA?=dTIe zaIm9TA-!zQSGQKy@(+e>>1w-H z)>UO=rf@Lspl|)PgKMVO@q2WQd)4C(hM9HU(|7!EbXkdi6wf2Z*T|}&_uGX_CF*~44B z_ZHB3gdLf`@y-)1=+1a?hr9-MWx2_`%h?`$e2_%MZtNGZ_P$zs&Eh4UxVtHjZDYcW$2F+I6YD-L6VL4T*=(C8xm3!3$EvXFo;2K5MJR z6PL=bO6_f{UeH~(`-)bGG$&(>W_)tbhVL@H(wqEH&>A8~38Gqi;Zs|5|{&o@nWr7HdqSPbo#0iDW@EI1p zGwx}BTPInUn|ZXnj`Q1t$07y(BJ*43o=K+;Y_#0b$^(V(6jn@J{A)*dKBsT7^h`m7 z(di8(o8b?R>cX9%jv1y!#{9*Ch@aXX9@#ZhIxP5v`}dY}op$Zmet)Co`XXZoQ;=y& z@}$LeGk4!Of1B$g<{dY$8xGRwczwCk#HwMWqIRKj(y7+GIIZIRSrL}XRt35FH^0i~5Ts~e@2(emhVZ@S>? zpWq3)Jv(lFmBoLBGK3_}M~t;UQnfA=6G+~%5P4`CC3 zZ7QkF0|gY$ja}GY?-6sdrr5Y}*&;s3n-Rov+>zYHsM@3Z;Vr;p-{*~8DqxNF=cW{&y zF7BqB^;Nyyn;X(pb#~b){n^qPqJQ#v<GoMSZ|#k@T8 zp3t);xXoc=Q1);RD%(f>JTE!rWx@~B&5!GHa~qD9zfKUHztrY2vMfruufLe~oMcXEi`$9K#jju3;3?vD_0C1926z}e=KAVs zl=_1=cRnu84DX92F>PK=GBg5qnPd7OW+dCvuFYYSz~ zmAHkl8Qu5v&F`@2bZn5L&03-jlKw@95 zTM34vkESQF*d)5evklmZ%2O}x?QYgBEXnUI@0Iq(Njt>eiyFF?2Nz|`T%T+HSnJ1h z1#^yAtvTg#`;3IYBGTS|hM-v+kHhyqPB(AbVOm(5 z7hN_rZeC_yXBvBXbk9!x660<|rFzb(ZT5D>`JSie+GUlUKjf}|>tI&a=Aay1j*qJR zYRN_jMn7>P&rH&`Y1jx551-`%m?yufeJ`w7uzQ!?OtZ=7#Cewu8tU)yJDs;ROtvgY z)4#!6)i!qz|KLC3ileV@@s4O*I2WbuZlKyAZHs5 zVP}-t5-qOuY*xybjK*;#@9(CYCrScl&XUW?SyN>EK=D~_2^c|dS9HyTSu@R+G*r)2 zurzHx)2bU=Gdo$uF*M_Cz}d5np|FOhWkF);0)5ddH-nG~^(`IlvvHrBVVT53D+Akg zdmdE<{GDz$yE|X@W$^L&$^5ogmoj6NV>C+Y;H#})T7t}vTj7P#i7p}gg&B#L40>W~ z-nkgOuo9>hc(hv<(1T9S>oyL*KB)`hW9ieo?_CTgJWwS`20jB~J(=WLIb9(sLHBp{ z_8%)+P?Qh}-ZyHrJ*=Yjl{8HE8yFeY@!1_$|2z>Si=iIQe(Y^PltDw9w!V`P_B5dm z04c?@0xrA<$m1S-ps0H}*d2U%)n#$%b;s-O`X=bXaM(it2NJNN5oI|L_*dN&m#QZ; z;c2|b#LnBjR9@o6?3}->QNfh+dJDJmNr)Mlf~ljuP*HbPtV5ZR|3pg#pHMh^*tQI{ zI=Ki~+iVW5t;*OINE*;KBZ1v{+s_lZ?Hs4A5K?3hkN;8<;LU0+VaVsTlO+Ko%@S8% z><)w*1Zr^y2NfebHymtWE4g<^mdxva*ak}1sRx{{NRW>`o{@88biZxPA){GxH4=^* z2m=g15jhkX(BWl;%8~%jRzS%Cy)8;;7nyn=x<6CZ=Z?KHxY(Xo@EnIOTP0Eq-JY^A zEd%`q&(?9=)2s-@9-?uf-9qbecshGfcYV6OdrvpV)joL8>bO_`Wp#CH_8Y7RJqd>x zGv$y;a{9lod8<1N3d$QO82Bz0?gkq)=AH!IuQ(_$w|%s@3#e8%pTp|)f2vBzd_5yYmo|;1*s@(~S-)os0%Bjl!vfO&!+v|1Ka!M{`kL;wm7R{yNZ1#Ag@6%+m; z)uRP)RM;^lDX!B?+_1dWUBB+`r;97%j+add-T0xfv11*@gL`9Rj{^nldEMDCqNmqu z$42fZ!RpsvsUqIGDm6$r%Oz?2-Ejo_7cz=H_7U2=<+fj|UQj0T*f;CPoX)eI;XYO> zrTJHj7ewp!%mpY_l`qL3{6fx=BsVL*T|xgc-=6!cvyMmeS|+;dxASs=1v*{NR@@8E zR1$3#D()pzj-4!4Ea;e#@HIF>{7&6ihe-fep$66*_9OBSlth8`9{fIdY*K<=oI^`K zSh$W#gh%1>l2IM?>u=RPtmQ067Z7cJ?XeHPx>UaL6~;m@`$9*hl9v2UWW+uVt;zgN zm(29{2F(LzHoLoPhN$@l_i;XaeZu(-C9D8U&Qzh-s3C7>qI+ePo9L%C|7m%&93 zD~K}ZKY7_V7jqwD#Gpq&tO5hWqzoQ3H(z4|BxT+e_fE6~LI}F>R$q7k~71JAY6go;qv4%N%XSgnr5)`V%n{-{XM1YdSbAZe$-6|v} zyLSx`X5jj~-QXRp<@z9*NIZ1&pf`vN_i9%nd8PM@P{iFoWJ~PRN)9bBy^_dG)5l?;azVlrChlZU=df{a3^}?4BRkpT>t1ZGwsq8iqIcB5d7>_Z5_ofH+of@!JBV{Y1iveoX5i zk}_XD;-l_ks)ce-*%>36rwfp{_mGjMSt|hi?l|+?lB>?P55zp+Gus8G-k+oP`3;kBs=fOxgn8z4{`SJwi0R0}#w*;5=fYWdRsd5#I{QgZmD0coT*%Av^M3GyP*A z+H>ypTJTUjm8M;Zn*mAJH3W@qyYdl;6J2Ll#nzC17^}pGW-+ML`~*uJz`ZDk$heEl zkuIlzp05_42gb1?u4XJqi=v^r=argn2y!xtN8(NAW`?Kh#npV|fk@mL*e2f=G736( z{I2Pj8)(MR+ z211TjYu7nLzSVcrwd;`5=su8#3It|Kn%3PH%UGFscTiLnLR$7lH7Ogc8LE-VYX>d( z39#)aW{n%bM8G;NqV?f^&6t5b13r1_J&Lk>moC#E!-F9Nq5*ISyNvq&@HE32 z1DS*Q3HYa0qXHW0n{?J?LJdS7;1Z1GRbqa2)+83{pcP(M+(S?}Wd28#1GpoBE43nh zs6K_+1sEHde5}4?`3A6gbk5|pgZ9$asOW<^9of-9q)mcgN#?Z6?w8=5nUEq7Af1Gq z7yeB-0>mw5KZa1@?S-O)1OS5EJJkPWLI-6Yh z@QJDX2)`ar$oGKufZ0MFq%MMF&M;UemV-*T=nUs&gaVo~Jiq_J zpS5`}J?2^yJ%v=ZY+Xc>+wP8jmEG=k+Zx{JP1*eHh!1dEg&5tQg%mX?DX@rjpydFL zF{J#&@u2Y7L=xdrJq3@R%E8_iGyuYAFE9 zWgZ61V~%hSvW2mDC`mz*R-^)sNY6D=Leqy`nL-{x>=QP^WbI(boW#(KD6;HH+=RXn za(!Lv>l1+(5yfHc7fJ=li)MUeHBpyG=`*d2h5Xxw;G9J0q~Cp?mGV{swZ6uL85;k@ z@n*fuo)RiBMZtiFJBoK`c*JEZHlS~s17)C-l|a3tCJ==P1tTmaBtl8Km3xqpC+0ci znNZuD+}fe2LC0GUC3;MO@kz@{Mv1_!^YbVxktc#o88nIk90QYaT1a9A0DF&Ljx+$P zSd>8vZm^mz|wvRW+P-Kv3#&jV!#I>n8LQPii0T&i4dw0$O`&KwDfg?>_24xh4M)Y}x(Rd_NP=>Ut`K(%dVw^aM- z0i{u8L1SA{KGoZ>u*VuThAr0Bhq?uuhWf3AB~d#Av{D2_ku2?en?o17m z!ZPSmLN%)6cn$Ooc;`EMU+si8(-pjEoS`AQnP-EwJa6zMcfiady8pys}1&ivLA)4-4wk zuhE&F9pScPo+0E|>+N~|Nl)4%?T?5k|2hdn7Nj!!+7k2gs4u`I{I?{B`fh)}66%oe z0x_vT7L2i5%c1ILN0DMW6*@M&m&Lp@3xHg!fyP3?9qHnKMgfpi*tWHl)>_dHzx2V( zjSj#jpY(YEDG{)=5D9g(p)ivHb=xwG>6F#EGu;I&TClAM=9^Ic0@l>_Ds5qzm`8tF ztbN;%7)UinHRLC^4eu;O@Q>dK%$eB=B<(;)pctNn1uSHJl~Y9nJA*0(OPleCHam`E z%NCo}4;0h!L2N-9Zx4l*KWkKR44!z?9-(OmKHt5Ex(H}TL);ThB+wi1_1d)sP)etL zVttP){3Ep{n{2#{b=lqmS0!lHRxw+)D}l@)nSYLImZp@BBU1$~f+hsKNX&y=oUBi^ zc}GEEbBco~K|pHLRlynpqeAEvQLwcyAVN0$hshpss3**&;B5MuC2YW#sMM5W32q(T~LY% zA=aq2#;3+b1LeVgK#^9QpryGBC?=`6Sra2EkPVbEE?bGcE2!X7hvh%*4znUFj2Z4b zs5nCy5Qkk|tmHlGSVuISyX@ zsimxn;%kU{(sN)80^(xzDXa>zVp{4$^?BB$28=yrC-n$Rp&ZiVY&sHJcP3|0U>ovrh%%-)9v0xcFx zR0A`}#1Vd(!Vg>8Ad%ToF3u_@RRtB3_mGQHCWV{vJ1}aI13;Ij0FOKXE27fk5(V0#oQ+=n|M9QxXE2an9| zR!(^9d>Y_2vAv$z;Y*K&n)X;?p^mXeyYI4s2{vZ{QtG_K_%u}rQ&^?qwpU?suu&2F z(Tz!AL(cIAe9XQeLqlh^+@GNaPz&WA<+fvblhM-o>+g+0iV!>^XqiUlP_7||mj+KQ*pMWk6-p|x-$5Y5)V0`sOst(fA?V$MiUZW0D_3=$>TtcAV5cRL3 z@i7@?hDPOK@&)MGR_0HG$VXj(*-W9j1 zXj!7o(lkH=`m7qj6vVm#JZY;?wWt6FMV0}hACQkF9$E|?V(|0su4fO1VOfK|Ad4n| z)VbF&v%_=jwDYjO0qObytOyf(6_c}J`U8K%W-|dksPBr|7H zHpXHO27?ERGh}pt^}wY=bP84k@Kj>I#qU$q7VN0wlL9vY**=C`?aA}oEyI6e_i#$J7$}utfsIbwaU4k*quf+8OfhvJ z9;d9J!jBTo5!F@pN>B5i#m-sp%Co*!Ag{Sp@qDOXO!#Lni&dihzaDPsu%mLa{pZsT zE)OtJc>B7>ymhCmk%?ejLd(?s!at^jJ5Bwt_oHv&DwPaZK%{p|BQr!dTm(U;^N=wv zt}`$AB3Y%FuN31^0ebtR)S{-(I5^OvrUw#>q}ypNpIL@Fng*6|us!<7N%N+Optg+ztB;&HEf{i`dLxXIZcPK=&h{E{!bqs5q># zS<~@~WS*vGY31AN?zZ6`54~iMw`Ao|29czcpDyx(&gfLDOXHIHlg%8#;FrJi&$@ZE zC1C6Him^!Qa#l%3#@2iW9~}*aoZsj)7DdC+0aC!R#>KS^PlJwk%?BvNKXNjxfv-TB z-RUa+359WTV}#dZIAc;WU-6vS zK!WHu=?{k>*wxiD7J%ZYyDZ5V@T0`7fvQeh*%On*ykVov7pDEz0wP=syqWe1PF4W( ztL&E7M1Yx|gd!6B;Q@A=r|L2%1HH>P$&RB{;bnW=s&`$$t)!;3EuL5Q&ucP%8?eo? zJ+K0)8CuDsCnsI50p~k_Hjxu0e0A=uBT(bzXmz`+ZDPe;cqhF!Vn!MgvZaW)x7nv6Xp% zQLO#{d5Zi*fQ+FvVxX#$e$6myZs>IdN+(vxz`AKoe72MzifRfPBD$fr+f zyy#%cFxHDrYiuIEv9LXw(US9Jj2H@j2e9M)&OP`rPPIY1)z0(T7_^e^J?(+MLMZW} zv>}FrPa+tcvycOSv9D`3E&e+IO9(R(deiH3TtzH+&PGnMt#Taq^3eZ_M0 zwhyDQam&cUe!<{p?T4HVpkm=%K@Ds2I*SKvEpF-q@|I^wHR%xE_T5*!v22_3z@EnZ zFnQ{)!ts^`0jdI^28aroIo^^(4_8Y(=DlUU-a8yTL{Xi)=KHLiTJ5%iEp?*gU|-04c|AB-&?*{VD5KRz5SPdP3+RX_N-Ng=0ZFXwixhjYQ=uGw^Fl z_Z4@)*{+JJh_+(IQ^fB8>cdFtC^<2x5!e80(^%1CFWMWR!T;N)8$E_I3f``|UjV5h zPRBf|s~t74^9u@S_HD1;V_nk&-OS7Orq7$Ov*Juh&q23Q9h{|&=N5fljoxpktC2DS zbXLS~%ZCCOf=qS5l7)bWgx22M4vYrBjWVd?(W8=-x_z%_8E7U-Hd@5^SMxm34=oZq zI1(lhBua{sqx`*LNJleTT+d#$ETDyB{Jrtk@wy-CDx3>9XoBU82Y`r#=D-1{2~M?g z9A+7s6%5vOIuSt*kY@zx$9wHZ{GzE(1Lxeq-c6e;H zr=$tbB5Tg74cE;C`1cXdph(so?EsfY>&2)Nws4UBO^xw5-N@YRar*38r-H^;bdKCK zx!8G`1f_Vhq2}8(D1TUdWge-sc*wrcZt(VHzH1M|R&ZBqt!mo#bS<=iW-L|(Jyyg4 z=z%kdL67j_00i(qN|z3==t`^Ch}|ZVJwU02i4aiU9v7GNT$f9D3R;9+-ZapJ2q4r* z!HZf+|JqpAv|+IhyPu$;_8&b`(RaueBQZUrdXwPg7`~!C)20OXHz_HLyKs*SIsBAw1E3?lp z|CqP9)~y|+20laTN1uU;S~(;Mf0PF87fiwq^RuKCZ$@YuLpUTm>pV+I2kB($6~bjx zlH(A#M^li+0@gLgW9Z%3+Wl{ROg#^1`J2XO=#0xO3;;kScsdGkcal;?_zV&Q*ufBq zyfrT{y`>7}Gt#YEjNQOvm68tQtZ5@TT#!F~Hn}bC^8q%}GBMlq@l7U@gknn%KsScF zlAoE=ZEpY&t!(Ac`j&5Cm@I;TS(3n)$*BbpiN$q)q+AZHDckLMN!pjN zf0-vIbw3C9hfYg(K7@6K2!V|ukzqXo!F7n7oyVrhw(Mj`VQ}?Dv4J!?rz)Tk(Z)fMFqQ1I%svs_!IF2(vu|NmyE%1eG6(@j2lyAV62CNh0A;7M#n&^L>3}`5%zT4Amm`=1Q<>(IaMA@FobYR zRXstUbqPK@0k@6SN3u75!78}4iXwX z%%XTANsK**D-MHex0NbVKe5QhJ5hnrke*U9W)=48NNOqG6qy(qk;VBe^MYuki?LZ8 zdZXRN$Rb=B>o~ybT@9vnrt)c9%Ca4j@ z*AZ*FHH-ab%`q(DiYLi=cZByroB#+&Lj-Yo?y;K9P!R9Epcy=YVp0u&PqkOUY7OsI zSH7AunhyBPnyzK0l=s63=!-NlnH`p~C06vq23>$c=JHraeUY?EN5-m-z zhF5Q3>IA;JcZE4?c`Pfm`f4h_G&Od;hIR?a(REot&G2{hbjqqGU_6W(^+vMF5%a9! zFei^Wh&Cl9KP3Kjg5a$(3NZ;K2=Ixe3_Ohz%kCaocy<6a@J5!PqeYyZzB%o;jFzY~ zp^#*u*x*eo`zd~jFuK%x76COeTTL&mLD$lZ0k& z4xF9*;a$moD>N~fgqaEaPdn|9(S6ANko$nljzQ@4+%^)KL#-B!B9ahP>mn4rSS>B4 zEFu5|!aWERV8dVMV=8^U zUW`x50Y=&q?O=H$BcxRuvcG&zcEqI~UK~*TcL857bet^=hzFPO6en-?nXuY%wj|3w z#_m9Sebt8INvbxGV^;E-qu+7lU#o+pcr;5KV%eZz{ zW13%c+LkGNQ%E+xo1XMz>^!F=rErgL%$CG1lz7+y=}OyjkMH8%WLzCkQCT=`_dUKs zqu2Ftv(}WyF6EEYYP$13sS7!0G`x54Av@a|ThowG=5bQbtDrds+hjel+N)k+@sbD9}*OA?-!Vx zw4#;Y_A{LA9zRr}JHI`R_RXwv7|z$)Zr*Ghs4>m#NXC}LzwV@aSXdS$Pi%z;e*dOM z>$JvG3m%klz25tONEf-d*MOoOj&hk}xC1|@2V78AGCR=y^|*rli>pC{H=SJ!sy4jk z@q^DtSr%M8+sp1z*woBXu?UJ5CFuPc(IFE280%m;quaP3YnmyDo82UcI6o5c7bKMf z@Ls@IYQCiFbORR5EM*Tr2%7%xeAYc#n^^Hmr0Et7Ssi;AqL7LCeN``#`{0FR%6m(u0#FKd~BVmZp+->_3R8U;U z#P!}*3Xe0>4(oEcRs~}^+Uv=Voxm~Ntw7nH;0|9ZC;jPhI(}Oz^qxU#w|@8d#}dAZ zrz%x*YJ+voA=p1esT?JuARdDjb2WxEk1e8}9MB)?}xVbgInirG+At`-{EX%Cx35h&h^gBFwnxVdkOmd`RAYNc3H6Ap`Mh-|M#xZP1Jm zlD^e{1VSFZH(CL`JM9JDcOM)L>Puwk;OPdCh9EFH1aB8B25bBV%0FG@*alN=2%0sh zqd=p+%+RGbq1ZuC6rM0E2@72SUs<)M7HQq5??4Rq5{D{VRLlpQ=pbAg4%-DQpE;FZ z&A!(#PFQiHEPG2~bJ|N{KtWHTq@`su+11Llq&6qIhliy$15FFb8yOGZQN>s4j>Z(b zB-{tfzEKA77FUTEcxjo(O{J-A<^_c(E6!6=!4$ocxb4q$;v6j3chuiBz)nK7MWSRL zzDV+@E~psmA;ovw>zRd$IOnKRLlxv}N)M+6heB&jR;Zg?;?Ri&4-HY_q|d!O+}fEw zMmiKnXR1cFvzxsSSth>ZG!@?EO&6W7bZm>saHE~B#_UgHymt)ML1X;ed00$=x6vr6 zI7}JbZKZ9ZdsyfUif-W0Hj=u%1zW0i21D%yRt|#~Iv#%6cWCq8qRJ^|*rUKrsMxf< zFb!1wp|$qGDX6+*F?27m5lSTKdSoNi#(lSh*iR|8Aj$yeWjVXUBp{(gyQsK{Uq_pS z3KPkMveIn;dsy^YhHOF%O*=?7KYAHNDzTgzvam$#t#qDc3i9|5%=uR>*3TUfhwnRJ zSuUVB&IU%>_p#>cvVs~C4kM^;g1nu1(xy@H2ZSQX{lB2hhmxSb!6>Esnv5}6j2BaW zw--s$!2Y%ddJXdtn`)?n3h*phweXS=3ETxrwM+IDVV(9rg+K}#h3|dJbVpO*jOvT* z4W=n4Jr~2V^HHTX)$xEF5;Rj5fx+wHPD1CiJq$u+<{m;R#VTNlu}nYE;y%h%acvUtQj!vsW0-?u*+W+R5QQOjr({H8>Mj^G ziI)j=5K2IEX}TPEpUPoTeE&+QAK;OcroQtfD`)8E#c;DFkXr+7rHfDmAJPvYwf^)G zJ7yQL76=Bm?WXRhhTV>^wig-9)Ny6Xb@&z>%qU6Z5_q)H?4oeUcX~ zMP^^cD8Q^Mrlipo>~&d6N{tF{DD*H`g#9v^@#9I~0Z`LMz~*YX=w;Z@K#Y_bn*9RI z3D_;6T{~dT$V346dYb+xXo%sPgs>%oh}9P{rCdfmE?dm$uunqEzf+#bRIQ-Kh^2hi z4pXssKz$ToC|*TOACdfxsq6*+UYhN)aMw>*Kq{ODlddi^W8606jf-;{i7RET54Qqb zuZo3|z|G7wImwwLwBHD^asub_1$xA18Wi0<-6oyF*t&uYBXFPSZoll!Q( zm8s)0b%Z5W_xwZKumMvwYDtuD@gF}w!g(@*s;=3RiqhMbGoUAMZeA=DyO)F?@`g^5 z|Lg#Zngn=H&f=@yM6^oCxIZ}z|6tG)?eJz>E1>QCai&Gk1!cOzNLIl3+WUSC{73TD zjz}}`gq4rxIbIRM?@l<;c;b?1b2BY?m!NV(8%%Cy`ORV4U_Q%=apLSfHhhgHK&4t% zqA})Ul3h^fsyRO0fx#9Y`UM_wzkxcsmjG&&*o8${H{K6p?Mzcy2O6@}7LZj@4h#nz zW()-$K?MsIT_=G(1Q)+{Gf+oc%)A24!-4uY)q936$rNYmUxly@mZ8@OBkzazMHPp7 zp^J$T?gph}*{~voMT>m(B z)KqOH^tUBiJ>AQkpyLd6p#Ql$Z6#S-pQP`L+6l9!t`F5WMpE5~{RqWq>|RrO1nsBO>y$Vx9_OfcF(lv9geqVrC(hqQ6!qK$UgYJ2xPxh7(08dx_Jsgj7@0VW$UK{75mDI&%uInxq9K%wj1h%Z>#$u)AE&-E zS3q{-1i#zEii&rFLiX5v5Ov9zR^D1Lx7W}vXH5!O1gl`Y7L><4X_?&~p&}0fPZAG({2dgs zlQ?aqaD2b(3Db*~%mah3OSn;5dyjvLV#H$VtFtzM-K@4(mP~gWW$*=7o#>03hx9Ej zv3rNGgm1Fx42{9*XJIsXtc+DbGYV}QQVlo)BP}S@txud{F0hA2>`Mg zDyTnwY~#TfNtV6T(POP1=0O59FpQHslGhhXa)_Q|RSa|^>ocL620C`s>SbKJ1KTU4 zU+f05r%N#${EYQAc>mUCSzIWgJsmH)V(_!=(GJ8o#nA#)d&GjSpEoyDc^Z6dn(1Jr zY7g&oOtsRkbvqc`vnyzg5MT&F*`B;U(MSA>X%}QnkAs?id4f7nx#oOrG&jw%jFx&D zX3=al4~6zF(+_AHaxXRfETTLdEsNGLUFBMikobW^dQ0z7p9&u>d+b}nkPs6tumqov zf^aMVr)Wo~V0tT2$n0^{1T+q-1IoZV&*Knde99BF8eUq@VZkzAMy$0-S4Fx#0JCM{ zdgh$=(a7qziJ-at2eyV_X&kd<_B zga|`yhu8~>z9^*W#iOASdjmV!?M(M$qn)gWi((2Eg;u@NkMop`cosg$L18Vdj?>%si52%rT#d=q#iHz=rhQY5r1v0j32>+rDArmPMrMCKV1 z+dF^kt7CT^quvY{`i8-saahD=TCVxnpJckvI@En`S%Wh$z*(<1ty!e?mMHAPHh4kv z0IJP8{XWdgO%|-kg2VwM6rOh{_Ow}nz%=Q}&9dN2LT1K25)e@kC>YMq!;bL*kNf!c zF8rR9jvk;^95gQ1GRV*wV`p zwCrFbgX;ElWR`)Dxkf8sI5UJ?giH(PZW!U+{p^22tr9e0C9j~lfKC8~3u+=d1VfLF zT{J-jkPg+zkP)1662lY~9CCvN3;p!XU?SjP2Ce=5kbIFDRN-J2gh_HRn)xCrR-%81+@L%gcU`#Ybz(9Y$c_@Td)Lb6)7@2KCmw#Q=9}vGz zCstw?7=#Cf2pX2dk8B%*@@e!OHWUB1$06|ook3qkpThnEa)%*9IpdHLFq30=r@uAH zkpMRH38vCC`iAQ*f(D|6MfVKg?k!N6kot~9F~`p$o5GG3s;TTRn%X*~=95u~MslmHSk6u;KPV8xurb1m>SgnsHE_i93uxVMF; zNpI>wqsmP3+t)te)>KW&8|yvK+j{hRTdSOwM_EvFc19`u z22sue$s1I*VM#lW9&F*`lOH?K6K>-{gv1D;+e6Ljk~NeNctcA#2`easE--e)4hJ>9 zS_)%FKK3*jP z*tf?mX+l?kc`5c?64Y8|3ctO{^k5HSU;reNjfKLQWGuab!L}L>Qf;c#K)QnAtcPTl zIc*rln*vD=no0!>cG8I$U;|{iK@&qTa!<1RB>!tLH9ScPIG8iUA>l1q43G>v!V{^e z)&u3T0ERdy3~syn%a;D105xeafk}ObieoNyXz58XO$pSD(I}9ds;N}Tg^^iC+mtoa zt-w@S+C#%6I3|1cEDf$OGpA)VzXh*E-dAiGN_*g$EA{J)qjCCkP)oqKV4k(I#senB zQL@lTXLcuukAE&&T>T1WUa-c7A&V@PX-+aR%t2W*;~GwO&=qW|V96w3UV_{k zWVHTPaR;Iv?uw01B+O2K>_z~^C7oig{nub7Hg=r_T0lp%U|s}Ar(?T|1oot~c*+47 z4HF)~;2>s1AX~&Q=nFI2y~D6ZT4hH%^nLFOzlBtQ9Wo~*oKq9q#*uep2CUgIQn&!e&H0VeT*yMbOKpT)F_(wp@;L7n=ZjG z|H<*(DAruHz3MR%`Zpui}9ESozOR7leB#L$86$p@AQZyIY+jsX>6Xh}Nsdp?l>8tv zK_>HwN$&@OHI`g=V2xv&GYxNhh)PpXs4Q12z}IO(6i{iv$#B}>2YMHRoxO&VX3cN{ zcbd{Bkq0r=ei%AH4s0OHS#i6v(!h57QAGPmeX9(Ip>;EJlM7K;*gTW1WTr)P+3cR{ zUxAmmy=vvau$wY^q=BP^6wLRIciajyS zx4uxM9k8g=l~1RE$nfA_9D{laGbT%Jz>eaRK(!wxs4x?K?rDF1r=k5kwU`ESak@w;YCxJ<8UKsF%LHdel9 z78;9S_~r;02y76j16CQG8oJ1xtW|)d>9miAIUEw4&1RBz}Z0wTFWy!s!Lfw)s zGTA@Fjq|p{csv6=M0OdgXJ3c#g?ya;08@4{=VAjTj8_J>N^P&&I~}pU>levef5F@Rrgn4bSe-@ z4q<)@PbcHS0S|CZd^XN+V+tAWG1KcxsUX`!LDO!JbYB|40vJf@_b@QYoF1#?`3VBf+Or(ie$PZ9j2S{&Jk=4lwYit=9#zY~FD{_L$4UTqB23uRp0QFB3T&F6$cC9+!& zKsI42kAVQ+kiuK1C&Bw1w`6(tV1ExGN|C_4q%U6sA*#(Ceregp4}KAwF)qyBE)>*q z;utKaIu7*B@wjRE+kMu~#}R*SJKYN}C0JU-LaW&da|V26jSU3s&GddiLtp;DMwo3T1`Rx@Dn%%(6<#nQIOw_+(hh1LsL0IeXKcx##V5eu;N z)mwLI6c7c*roL9sNKFZbnl!_y^s4fKCu_ z*fz%P%@9TZ0`3d*;${@lna8uCUPodYL7=e_C*V+Wb zJj876<=^k`jwDQ8m?lAM(tL7}%2QS(}&i8xuz^yg6;%NRW}{Twhq zSwDw79bRgarLC|HOlhg?k2``k5Q01T9|P`Y41H&3>N(aftrx+02^26fpv(UO?+g}+ z5+EN#G0HO5V_u(*`E})rg(Bas)`k}*di^cpIKTehPc7EcZY@z?m9wj@p z9Fb37uZdr8zwA9DoLP4pCiAtJzn-?&*9E@4y>)km)_T(2hcZ8fiuC%rTKuG~Z9;3q=kUiDogegi z#Vws?ck^fMo7HHu{I2s|&*yDzxe?OBzJ}M%g6!-6WVfw8sqT5ndDiMTjdwj?Ho;Qu z4R`%c>V@Z5%{V=wYQbY4Y15Qrks*5h)h*ZceEN0zJNrDOt*@PJHh$8xR_#6}6!o`t zNPMNOJ>ocNQ?*D>`l)CCW53?k(ocfQKXN-mrb-nfD)kydMAH7(rOwuRK3&UVJKJY< z?ub`}H~dd2jpWWR-Ko51oxKtOdPYrP8kI*Va}` zPb}(dt#bD3e$m@wBK`P6Pug$2y1!4_BZ&MZB7@uS=O?Y2)n6si>wo8YFT%I?MX8Cj zy}DG-uj6cUYj1de!`(P(&%IvXZs~A2IXS6xgxrrtBSub^`%G>O{Cl?CxBVABdkvqS z50jHqh5vf)(eiM1b#imqwd;VJmbL4yJ#Jd`k0lE|_wHGU|BeoQ=J@E_afcxYS8{si;!L{4D`?|l6SbgPLyVJDdvGUpaN=hli z{NHamUi7mkCv8>q_jgu&zHj4ErTm=RdnJ-(+^={=vuEzK`)U4TrO!fpZO8QtQ_t4f zb+zo{=JS_|5?kkTq>bK7a{u;PQoVdc+0-o!NBraEjeb1l7JE@@cRe<6X2dD!Uw^*O z`g~GAPxQH;u4?E8jEd1(nlVyi$C(Fj{xR>pzG-3T$Xtzpt@FdpceLgGlu?+yPA|-^ z{aE|-|0bK}`%2;eSF&09zsjcO|5e#&EojNf0DGA;Xg9X5zk2N6XD_oF_MeLeWOFp+ zd&d!r#u;?@S3GdAcKSQ;$ETk0^MBi8hHjD|Wo#y%zPo?;N znT7A#=!4bke!8Alcv0=lx|oPeo4Gv(;h)^69Ng}!{fqA}HzT!wJh^YAdy05pe+2KW z+V=i+?Gw$*W_>>HPAccm0I}V7PC@m<``$<9R}K@8o#lH`00;a}xB0(5{-A06e|h{t z)cF7M_}c$}8~@_}Cy)Qz^!XWc(&XggXMZL)e~=CJ3Z$$F583{4)AV&zVFV z>T7T8u&(gw?d|ECU?TOBwtW<&_s2=Ad;AXdH{XpDl#BehD)yaybrXQgwKs%F!u6!x z{dapzBpIuFfXGRj&sppFb+tBL>=kPH`SiDiXaUiAHNLy`Q&(4JU{}|5k6FHc7Wqx( z=Tya=y>)T3Dn!<+1=61DJtD!GQ-|(JI~y-PmbTrU;CHAv!N=S0{eg%IpRU&;X=iCi zgkIn5>z!SXvL}f8@9|nco-&aLdO8IC{av}K5qcX0(v~F|+&FPX|7c_B$45O{K#}^} zUTd!`Z<#o+r?RE%H-2e;(uRKJdz(!ndIdsQKfA|cmPGn`Y4)s9+}UOl?;XDVyUnliStiyYI8|(VI zyQ-vJO}TePvCmffH0SokN&5Rgy_RdgH*xhpHAeZX-e5|f-R^|*+= zFZHI*S{{DAy87V%VeQQWsan53;3P^^H=?98QlVT*lOZX}SY%FAgi>S<5nXO`WF{mH zk}*SN2x%~tDMJWNB6G%&de?gPKB)Wsz3)HoKldKzoV}m*tl_ghYdyQO-j@y;jwL+!&wG5PHZ-4bafdT0lokFw$t>U zNpJg-?u5Rv{_wC)=R4>6Quf~+EM8(ba>%#*`%mYH%=Qazr-Y(?)}Q9?FRh9GFxqma z=&_6FuT}A#szqt?e)VsKVw@kpIFVHKwt3{?s;#q1)m$o;NbZ|8mf!Al`&Wv}4e9US zHguH-&2H4KVRGs0yYKVErQP24U9&>Pr^dgWW6K_^o@=i?W8+gCdAaQ2C$mDS-l5J% zbGm;y45h0Cn}6vF>dtRpqda>Dl)S zmjxnpqgI?tv1ck|=Vx3hiE{XDhi%<0YCqin~8EOi{O@39)#Daif7I`N~r z^?`W{yw05LGDw%;&aqquaa%klx~Ki(muAOp5ec^a&mPVkwjK_8GgNx!iIA&bkfd$s zHlt0?ob1o|udn1(Prdcy+lSlSB}-%Ht&a`mdQ!y|a=UX@y-8ETBff2koQjz?w{8bW zT?qR*oDnbZ#Ro2}aj`#hTs|5uo2FHgwsOJIV_wl4ZLb@#1Rpot6RqZ!VDbFftz#>; z`Q9}B*;H$6vZmaivFca4*3A)}8+ZCHnFeR4hd=)ubE2)&O?_YE&j*X1uzd0Io%T%r*oMT__o61{Nzj%jZrq>r%YNyuo zzS^1;Z>}WH9?|pI&@!~D>sk65i+o=`;m-X zP}KLW{*;mvM^aaDd08kF$^ZIsP-Eznibj3iDamW=_Mgd+IB~UIgzKS=L+WNrlf@^) zZ#N!0`9xUAqVBug@i(7KYdWVo$Ip6w#JXDBeWd0^+XhyX14=jErC#R?KkXt}wbrG1 z_tDXj@41Z+4|K;~Rd&-$O>P>fEm*01VQX;7o+G_iM?XtT7&lv5JPLA9J+yyE=l0b( z^T*o%d1lr9bjPzq-;S`WSKDXhyt+81S)KE3Z=K~Oy;a@(QuhSA`=?f=ZP1#2aQ$7; zfv`Dqax>hlSP!n?va*WKn3enF1V`?xC^x(qICObm zU9h%2S#B#G96QD_N2^{bIsM|*_IDc&*CoFzEKd!RPDl>kpDGo4(|n*SEc%V0OxUwS0W)$QjAfgkO)I z{p~OAIK3s~_#^g6hl>rHN4XkWlN|WJB>@z0judYH8EVEe)G~7L`wO>rw_WC1t%LIh zqsmTv%vLvd*{{jJX^lz5PT>uQ)K6LR%Wu1Pl~1p6?%Q2=ja^zIZ})0{9a;J#s_gER z{XSOnGFXNm$|c`@a^+42$LxTVu*^JlB)sI2dQ#gphwqhswIB8c!N@9yn^$jKtZmd>-KuJ; z>gXD2@0$PF< z-I3@s>xoRa-TbJ7>-uN1+}y+-ac-5(njy>OH=+kU&OT38y*~euT>_JXx=KWAmsNp7 zN8r#SZriansvI4q1K)Z+WL8}f;W8*OUUkZ4ea;)pH%<)?>QCl$1b;2N8Zuk!mBa3v zkvl?;c!VY2{;9ouMm+aI%TKLQWvXnAtsalma4aPihd&7jl*nDjG$@$c$oh5diFr)= zYPJEA*Wo@?>-p$D^2PUo?yq9WGno>8U_u(3T^YKd?ik=#^eH~UZeKqgPm3Nn&E8Dd69tsB>$<$a@ zA272v;cb2Q3H5;>=aER^5Dn>Lt{a}QmE9Mq4=74L5aZK1vpavlVDSDt?XrNoJGV*Y z9@`?(wr#3DH+%@+fy;YL4NBo&y4!Wcxlfs}2&M{|WNOSw#cP$kI;O;x!+$Pq-w5J;BbfE9HrydJ}Mp5sdVUp zaE%e);%p(lTHysZwU)i%_EOQACw@S^zyMzf&9f8OSGY>s29)_wIPNpZeMmqj5Uyi6 zP*^#5AuSv<(mB&26V}wN4|q{0bL7~lg5|$lMPv6x_%`GF@8dd)W=<{D?7i^lttV<0 z@8Xf-D=a)iYTu(()hFQA8&6iBI8vLd_b7mST0~4m%}}qZ^itR?vsr+4;H)q$eZB4P zLqeq<2y%gPJW>ROi&;xT z$)hx+E#umgMV$KR3MTg{*Ra=G4KgSv&Up}8s0g}YEzu`Z$0VQ4T_3QIzh(K!Ms8fI zCKo*?9#&0HJMA>87SHOF8X z*JHW6HbN#-bqX}qyf$klbbt1qUQ(34xM`Xp5n8$ocS^0u_o1={Ym$FfE23~jIkiAx5=gipHKKwULDgC*0Oq-MYLv{*bAUXCr+=+ zMHSgs*@BO>3CVx_uxCS3M)qgd7{DSho({NS+x->@8L4u{G5~PDz5gWR$93+NsJ&BQ zG(&L4*w~0m9yvu)#=Ao@s)Vx5rssZj;;Xf|G08}>mmhC?Y)xy#=OECt+ z5_PwbxN7$RghZna7@#$WFH#1gK@g1mKfmr|M0TKAq7xTJMI!no=pNRzH5#FBGVWez zA!VZne^_W~&nwrjRetrFXi*YX#CcxiZnCxd=qG>r?*5YZH?DLAv$^HJ;%E@#`gt{E zYKF1;ba8Ko=3BE1T-^)L`3sfWyC1P@NuQnM)0K6PIb>JXb(VX)QcQx2@5z_jyEl`M zBB_s_M9+_l!B3=Wm;$T9TejxrW%NbOHsK$RFid*L8f+KYYcO5c&@rNY3VTP%rL8_r z{VvW=7xEpf@F=ofd@!WJDS=reRZ_G~_RHL!uPhcP+!d$e`ppiw{(G{BFI*AIxT2O^ zk%d>>?T0l68Ed$aHF|K3HBWnaKSs`;;x}9Km6So9Sf9Ur{;N-S7TbEoMToY_c75^~ z9U8LCc_A}*zvC+hS*M507i(v)HkFLjt@O|oXxw(mOwzqgWbwV=_9;u|cT3fHL~^zd zN6o%1WId)5zS3k!x$xYwZ`C&W2GhU$oB}zg1?bkF-|BP!`GDWaZ036;RI%GTffJLzbMZdePGGyc!TH0 zLo4saKL?G*G(skQ1x1tHdtu;oIrna@k0adTO-wSIW!9A1qqbq~zcdd^8{u9OZm{+( zmbDKQ-YZt)aWNhAF-fAF>&=qz&1QHzqFwfd!Sqwgrz`qc7VmZqZ%;i_S5(P#xc5kz zbN6w{$ly-*!>A?2IHID2ra&7V_h38N9o`hK24UWkZRRYcZz@dP8g%2NK3yYV^LK}; zHQ!HFT_x)BwqHC$$odz%c68;cxS91i``G^GmD?_${c6@taElp25BT{GfcVwkdbKYW ziG79JbCb7w->vM@`PjLC-#Ot2Zt+F9nIhXAtMR`&`1(?U?0wFfQr%(2MPy^RdIB@t z*buc*U8BBCmdZuRBJ}Sb2 zQ<%qosn&&m=4ghW71itnTb$ezm!Cnd!o8mQwbh?j?)m4LmB-p9-4H+0%^CXq@7|Mp zvd+wJ8+;Mwci3`9mGOb;XO-ge6&CMq;F`W9bSsNdXq}iN%UPGh($!>#;L`V>kJdzX z{57+S$oP&+7+mYr)_4fdnCLenUj;XL!Y!mmk86sJUX44P{H|$RrkzH_zMFLlWaHgZ z)SeQUpT0Rd=I>8=4?`e^jC-PmOO3{z{ejz1Auj(^=eF8Yv)c}@UgJj(woiW-ef#rA z=^szK-|yE*u3CEI3agP{os+ggfSKf9r}rM)wy_P2(8sLd82$d1hNP+1ZZN@9=?A?X zE44+)M>{ksJl;ndoe-%nww(g~Z=;@}rYEO6Fo#!X{bgbT9@*#`5 z%#}qwCbzsbE;RF-{@R?J|3iC8*E0?8QV$J*JIPIrb1LUZD?WIa6Ysj*p%(nyIeULn zg~!>D?)sm%gQc2|ZR2*U%dW9IZ5*T_(9BwBHzl~Ec&f_Qy$|X=UAYccF!kJK=CL4- zW3{z`Q*dA8yh6T}A0GMaG>WX(@_o-fZ&tgeb^H=%8?gZW*2Cg^{lJytnhx8<2jn&D zTP!P-^)O(aIq%3)t#@tbd<<0X@T3QGR33lqS7#FM7F_U<)m)m%_w`Ao^km+9dwo1Q z*UOz-r9IZ_b19~B`gNw_W8yydrwwGvCZsK|NJ!)H<(OA+BvMwLRpX=Kw&72Qh4eef zl9kfx@GpTa;%7u##Cxq|X0hR2z1QEP@`T#hH1A6>tr3?BWmQ= z+QwnaI-ckqCnuZ#e5XbLYzi?^oo_VD*ReI*$XB7U;_O^J8oBaWC)Ncd_TRqMZ+%uyC(lA9+bm zn@w1_AlG!aG(T4aS48Zss<`QkDos$M7H#6P0@IY?KXDMs{+!yQ_a^N9Bq9Mkf0Dn} zZJ(s3G`m04B=dFLle80W{o$>H^7A2Nl25aS<$o)eI5e=Zu6jzmne2S8I8JSCACK36 zozi8CbuD}GT!MD^fsu6d#Yz6sWIOKfu{9-W3cty%96m{I%Rl9=nQ+rK3EMyA{z9Wq zU$FFj&#Lw#`yEP~txEf5ckap7aSHZU6jxjKsPY zPQ>`n6@P?C=Z=XG9~k*FLYl1U2yudQu)MaM2k}h$rS9uy>Ipy*&3t{?mn1OQ<%x}t ziT<&1ef>!r-)8;i#y^f5tisslZoa1vpv&8V;IK_K1>f}Co45kG-cD~7Uq6dr%vZ53 z%)Zt7*8T*bu7I<^MXW2uc&+<+Px77IcHgrkJkG@g4G0n?`oPLAqsi(txbm9al>}P z^m5KBC4k@xi>{0LXplc{r#XbIhVZ9so?;3dj zMrD)4D{Uox)x+wz823!@!Q6igIi#(o+y#28>-}u;k zcTTPv&ja3tPPWdAtm3OSAHCw3-ygghkZ93@BTMZaId)ul{yg(jLjLD0xQ&@RNT|3a zIy^+2{jngfWVxgvKP~17cOXYk*W-4vEzwefUY%O!__>nT&8!tG1KaH5_sg?9{IS6r zRNNTGe=dKDv|#fzH~F2gRRh+Gn^{v1_WiTS`-0Mp`aOxGW;JYyX{PnT|o;P>ue+u>C z=Q<+KyE~qZctdc8MV^2DXBBVkM9MFVWrm$^X%<^^Jkc{Le7B0iqOs7j69OaV%{TKu zbL`gt)F37;STyrx?w9FXq}I`QaLk_&5YPs`a8cYRL-H#lir3 z^)>J+`&FU*0m*Q1n($ZMpegmpO%=b8w&s zZW8;@_4dI#kp&z3^2@~_l~|l|R0%YhQpyIz#>dG~sto)wL1_=$xz|6er66Ynay@Qg z_FT!lR}OfKiT}w+jNiydf{Wk=-yroAvxUNc1DZ{@cW?QSl&)|!-*XdqimHmV0Qm|e z5BSSsuiTMzj(OS}SjCk#;}S1rb=bhiJovffgl}Gw+lV&x=?$Luutv~XWl^y(?p%ts zRg8CvB5RVMCS>BFu#?35^KA2Mrfyr8$?tavy&u@hjteGJ9P?+UbM!X`bC4i9rKYP^ zW)d0eX}RPazh#r$n}k@oGR+41&vFcwU()$-gl=|AUw;1tV1SfxW31eyg^Uxk2J){jN6k z#gX|YQ&!S<|C@c|wt{cyO9V$+2d$l@AiyUt|El4etT)>-;ye&jV0Uy7gavu!z6vMqCOz4 zQP!{>?3So@={DyulZ~$Dk@Y)*G;uyl@v?PX&G+pBaO03ZR-j|0116u< zgXrM^Pf_{KedV7}Oh%7)QTgkAgV+#p>`DYiT=|&zNv-&2X;c2?ER+>?p|=d-uL1DA z@-E~&G5hYT7@ecE^JBUu@Zqxfy^P@1=6qSo%)7;NC6?jM|7L~Iz^^mH<{iMq1S(m` zb)j2)j6`DWGfJY$S1(uMkmC}+Ltvz82>K$nAJ?-I@=bO-sm#m_u|3`~mST1Kiz?wnr15hURpRC#7 zi_Ak}%NW5JiP7340`VD{|9m^v9tEyMf}&ASdUnYOJ_CW` zAmIJEzH34576+8@>a=q&Q)-R!DQEK9%=!|Y{(5kv=hfzyxd3qU9NsMS_kl7wf|LiJ z#CU;Rt<<^W=qQEPHkeGYl!W4;CwMg!54Mg{706f0_T`BYtuvoe+YQ;nf=&*g9Y_^V zHVGOd7^$+JB)LWD9+3W5wt3gU489(Xw&dF5H<-GN<*Ff_BatD3Z~=9%Q_DhRTS1Tw zOIYv_#!@6s6FBWt2d|=gk!9a4XmwJd_Qdi2$^~Ny-hy|Fy$RkQRK4d@EZg1ijojSN zWAI-+8lY@QKsE-i{w!VwIKBxW$ofL&C!48{1nqp5Fhlt6rn$y-5AaAx(lhH3O&0+} z{nGFaK3rBfW&CnNl_&~F2~z!75VG+cJKk0j{z+zW+6afww+;CGeK!Vtnx4?TqavSsrt5ok~b5%FT?{84oU@} z9@8_#%Czzzm~^K@Ui~U&y>~sU28m3x=}RbaGe?6jlkC{@@^)Bm;&})zqI*-IiNX9_ z(q&gXx zLuM5i4DTEd+`EwQkknuicC%+w^V z#6%09X+X5m?8l8r1O`4c;7hg9VmE&%+kNJMd!T1c2+>5Y7GO0_3)cQ^UP|R8+k)c_DO)TD7 zQcyuy7trkeImRbYuP(x$)}X`?53`TGlqK+nv0=jVzTp8mC;)d7l!b(i7nR6L-j~{C=pr4ngMA#uWp>Dx?sP|2Cde z8?0&Fy*xrW7~z71MNn{p0+Ol?a+lTXR%&k{ETEG(1++4m^76>P zXYVOKhGmMg+Ki!shG{?`YCO4Zww67SR0G$*_)!7w4*4E}gV0aH4lqDEv6(~{5$Go3 zxx{t3Tj?P9&4sA02_8kzyL`O>IwXJ##AbWh7`ip(nRtCyB3tYxGO(>ccqj>cE*BFt z#>=o|o^a?hT2LK|Y-6W&H@N_$0~b>*dHH*bpnL+wQFr3(gaM@L?VR0|SYfQ8c5v0d za9q&v&GhHyMtxxyM`A>%W4a*S5S(b8a%K+{R({jGMF&t8`3SL>mJ(w%Bf}}LokAzr2Re#Inif* znJ{>u_}~X_K>H#g6zCP>RA6@lbTI(G=w1+b*93MFKw3}XD0$7Oq`p$!VmdPZKkP>@ z4s;w_^<@nAns7r#9MkP`h&`%d=1im}%^zthOkZOoh<=T&8*J+WfYXM#9{k+}omml` zIZc5e5**cru_%)eSNVP<%{W~z2|J(-ss9>jBONCkL!95w3wCXz<*f9We2V>RIDv(X zN;TPUVtWHS-gs*u>u!6n%fjfR;I+_4Ni+|n&|h{EfIDVkcU>F+d>sPvCXtMYs z-b0fG;zJLzU7jVQF976Q?+FovDj_U@%O#U8F4Al8EfE6lyt$&Wi=hQ#s`{8L;=W06 zX1ds3T@oVf1Z9Z}D^*s0Db}+sEX&62e_cEK;4)6%*8mF2z(h@L^bs5)R)*=b&f2iyoFLRp>ZOFP*DzX z4+}Oq!VL*(@{lY=pL>ywj#?{vUodvUvw>Yr8tX_tp$-p7n-j`DMw?TFZrH^6V7vhY z^vEFnhaL?Y6y#v=z(?XfSV*(wM}Xr&}OG++cM(oIz+ zwB!t$i*sL9L4B!lC1qz$$nPAMsC#ma#+q=!0LsiZ4FnVB@?@#RF}g=fSp z;8%pK5~I;wD8K|nY`7B|iuCHy?RHKlJ$Nc??A)zX7?x>Tczl&GbfV)BC+N68?Rfme zDmOgm!%N{|8IrzVorRr12ZIoK^k%vfjotewsx3}dg+z;PjF+15KzoW2eJSKjm4FSj z)Q}R8_BbLe#_Ddmb{IDo_Du*tj3+kQJtqSr6-mvUL#+9+<~o63Pa!|2%9EEchEEeR@9628Swx(WWqyHS*%(Pc>E%M-)lBEa(*4EM*JKAIu!-W$eck^SY`Zw^b5NCX)U+_c zEc}qOwTsJ;$5^~UfN5CzX2x=+qj>`AQ%hX)lzF)VmV0y!c?P`*R&i964c&X-n)|y| z2Al%#r6jY-rRLYm4y&wVQu-Owf2*R~Hyd}c4j1|nf0|h!aoZegHKXQW@}--*mNT7@ zJE9UOEKoL@3nVoREf+$BnP3U35YE3fe& zHXXUU>r22jC2O_L2;BG0T|Z;y-8#yZeaBz6-jiBLBW&OJ%gcAs);3R@rqcH+iD}@{ zzg&nr-6k})?yJk})XRlv!f^DH&qa*&<)_wp76psUf5kL@;fYD|XudQ_U(M9srpxQ6 ze0y^=5l!PacZ)TKjUG|))ztQY7Ar9%rTj~rNeNd2aA%4dYPqn7BPx_THL1Q87bJ$Z z1S9#zt~}Vu2H)Fxaat<;UvFJ7t;qkeKlQ2FTtcX2-`nETV-%TNyBZd!ZML$^?(|`jG&Mn|dNIP%K^KrAbDy`N;E~ynX{u zE15f884CV##KrzNQT3Lnu%+%%p;dEZWwX{n+MUfQcj|W^;Ae!*sHbSfr_w#8#23`pXnS-q zbiS@nW5{!@u?>PvP`TY6aN&`I`Ye>oqwThobs@l^{+9%}1@(u^76%(3fDG?ff4MT< zW)5x2Ywlgdby_F9c-;NP2+9@9v+24}F5#>B#XW5mpd{W_m!)o802FKV?1^lg_hZwXp2bQO zN|B|6qHgo#3Dp*(wZmFS|o3T~<<>xgTD2f;pkPv;eVKnN9-;WiaO(J!_vb?DyhP#m1X2@b2nsAd^v<1N|ISL*N>T3GP;G z`sWMC7-HFsb}H$yz)kA4C@7`xYX44Luyp?N-j-32_7(HzQO~A?Fn8+KUw7SU5^&vg zs5p3%4=Itfz|as71EMe6Ko6nBX zJ6J=f=6!@oG|+}2fb^$4fC8tL{VA}*&wf*W#wtiNL{=KT$ws9@#Rc0Cowy!eE_{P5 zEzIxd#k;ghj%*m?zJio*jmO}H3$#X8DLQcjj#BcFWWw$YSVo+xrE+}7FU*~9U=l)# z`Qz@c#vF^euoc(Chrtyodh*pZ?~%Xu_KEnQxXnb6At|EV`Z{1=!aGRxw9%-5_WbQG_<^|k83ByLO0n{}KKEL4 z<}x?g(J^x)vC|t4uz$PpQliVqDm15a;MHgGEu$6A=YM^cl5(nVKW`Jmk$ufeN_N;h z*o!&*`L#A?zcVm+HpU|V`<{~0_@=>7FR9&3O$BoA{k;Fx+bqDl>;AR}{CWkY2`TU! z`1|~=Z#y55Qi!YDZIp0ho4(tFr!>h|9$+9@Y3SHHY=Z2Q%@cQ$P2 z>yxt-a@+7KZ@64_kz(+?G8kOo80~fE_^&lVQ}r*e&Mx>E4-gQTxKtJNR%`h3}vxvd6Zbfo+ufhf5GqHE=^0kL4U*1o5I$1tuPNctF=q^<(b}$ zeNESTWu6ah5?Aog^jWgjth{pztP!mt(!HZ{eS7Acsd^88`I|7UP5#Tsu4TWnUg`$r zw@`r5N0!5#dNE&TV7aE z6|v~+4o9J;-fzt!BVDO~1#RBiAt}$NXIFas<2I*;n6To}zm8}LeWgD)yvMogT-Ur4 zCgqONELqR59c)@tw_t9@zMDbb-h<)Qv05K@C&6^;FukU5o{{9S=ni&sv8eA+l1(rZ zeC;nzPymbLg{s&YD%DDk`hTe`VnbO(J{x}7MXBI#N(CVU4M#uxZM_oJao$F!?-mMo zT5Ro^U+mGEDwk)BmJBusqeTjXhn6Wh3i0(3@lThpRp2QLpIPu6^f`Q3=knZ}lH9%* z@V|b;-|tBpg?1}#%CvzN5!Ng}eL7XaaNgx_YoBKC+a9{$L6c+l zg89ZfA2-GPt$KOJkR*5X@b|yjyWOHWC9LgWzM8nip`nD@fcs8MqJAu%+tiAqpna+L z;^DmrRH0$YSoG;xFthpje7&r+%K2-Jxln~M7rHcG30mBdG@ae#jys1_ncY_)lO^m|lH)ikq zdVTX&7<3G?YQ7d*+-`EzpP@!MNmYHfEAX6rop7oof0yearmfa1-#T90 zSP}i!{U`=xuZ>D=lwo%_$4jh4!tY8>pX)L6#f zBhO=H1g@Bmdd%Ss5AZU7;JiO@)z3Gp({oC9ez1#*m*-m{=a`)qCV%F&lIgxAJ9Th-)UWMtaZ*t;&Q09&V8n~q6jvV4Dj?S1G0qZQ2A4-^hI)n+RS zb~H+4+Q@Y8@Xt0^ypiP65EEBA`jju$0!n9Ul zp3$pIj{--c1kRv0y33TC%=~2%|3fvc=f-AE5}UG)LR0&{m1iX_jU*xw@nosjD4v&x zjLfUNdPku-^LCwcZFz)~LAo^sS1WkBg8WxxVTATxK#CuxZq+~K(35LAcoxkgR(g59 zEZl1C5ZSw&*m8rEOJF5H3a+}J`_yKnE>J%$CfcZ96m`T4g^S!?9)6MiNPOH}_5~ML zYzLDjyLV}tw|=^nos@KQLbfvMHOltl9Lm`j+b{7lAi}EzX(6_YiFj+ z>DAC)Vx?qm4{G1vmiZ>{0{Uvy74VNH{jN*dl56k5MgW4s^yL#(Htm=6W{sk@XqFozJWEne*_lusb|{qFE{eOw=o%pf+{}~i8GV` z_Uz*KbCp&x$6)As=K6>&&U)sKB|9qNpKb?5X&u%&HAj@?HP7 z+DZOeq1_Zbzb;()nbRSAGXwX$tg_MYLYs4{WzufFnOkWcPaM^u{d6KgL0{zArG3eL%nL?_vugIPk8rz z>@3!U*>0QQ*NO)#;9UWu*Pt{qOj(mp?^VPr062Qu@)h2C#}@V}BYmztWGXLMa6~T5 z+j|6loO&bv*tuDC7j>hpTsLt#z>U{^Q4Nlk@cZD9dm|-thHs5egWbIZe|B7in(KR1 zR1bb+{ImpQDwqg@b0J3LjDq^g$%q%64GZ=eqG#7a5*Q30`55LsC#7eQ+64@Gf#8H+ zR2Qr(n3}QA=w{!yLp+T*9FffM70JRm3w$TZ42IE?NB`=b8l^VqtDQ_w7(NUWEmKn~ z>4CJ{4`CJ{@=>iD(1AsSgvM?>HFAR`?p$bF{k$xB`Zo>npK#y$35Sow+RMM+%1V71rx4Y#+3V5Sp zY#$icb=RKD_ex=q5KdWLJ1eCp<9AhE&rVqNvtcC8{HW8F$;RI%40AZq@`rb#TP4F! z+mnshfqDydzA(l{LuA6wnh#GH4=}Bt9^?!z14}M3{m@BSdR$jHlM?R(@sfp?h>nRMTMvk|w|aCo)61koGy4^#HRf~6BP)@l6sO(4K~ zh8cDd-MVfBe9wUq00bS@KO}BWMoh!BW@TkP7#~55mJP#^d=ujsW2{Y>$ZQdrHik-& zl1m_J6I-8D!Ndp2@XWO1h*`ELFM>qUV_ofeb>k8yDZI5ob zG`MB-=T!Hfr-P2xS@0AQ)EqhShfCdM#?I{)wYtwjj)FT zxihy?Vg3FO3m;_I;w&a>(@v{TL-RX~Up>#r|1p18jcfF=TcVI10M{FETwGlN0BIMR z{Rj;0x}9AxwNWQ^LlFc4nT~}xI@AcCN?fY*!{i6?IVUBl%dx8`8-{I!q>Yv|xEPhE z)`&z(esIN!vZ9S(&^pI1{K@-db2828?i16SIqDisx+|PtXG5KWe(i9|NWG${2`vNH z-M`X50D#k*Wu92;h*}z1`?XurFVO^GQ4+jNo(zRUxFXvwgwVrSM6@Mhl2{#|+eMNt zwE?~rc?j1Gv*NfoFe~Fa7#Nk&2f;!>6{moPdfC6uMy&+T{|!%Y>;eJ} z)@1E9NO?922@wAI$>@ICH*ph~iHYK<_=~~0>M$YhsAvOQH;F&Y!<}d&ptP=p^3s#E zvhQRw2B`rtgvE+?ST54iy(@q~V>ZT5 zd0cUPG!3g{5(ec;$Pn}hM07n#G_SKTg4eJM7@1I4d_M25KU9=x#@c|n&glbu88v^6 zh!?&bNDuVLt1?}vroGPvM#5V z_L7vQI>7OAw0kOa#b2tKUQlyaq!3^$%QE`ckeKt3wzy4d;%OM({4kihX z?2}#q8lH0|gYyl)kC z1$#T6$c}kdz@@4F@}-od#g}2c$#7BDsi!h$Ozo|RO5Bk}7w^JwAUdL`Cb>IOazg74 z9Y|@yxnY>FMU(P_=cjS~dQpB8ov1jdW_M2a>FwKJhE%opS!1D+nxO#GoQXN0GxUe- zN<1)n2h~?V1{65~PW@J+WSYXzWK8-GYH-Hc2As!6mkNwcZ5)RwbXt%U=SOE*Kz1M- z_~O;rZ2(Y?RFr&3@hmh8;hQjErVn#!nrQzfr9vHKa(v@d3ZcA}m>lfMC>4mj6z{8s z*)`-&rNEN2nUwV;NPdN_Mqg*C;4DxcdnJv%QSjqf({X^}V zL@@&K{V&)D#S}b=qM~3LQ^RmIbhP&RSep{m>fDb>4^kxV3Ad350f12E>YJZQd^~`2im-xd z#t}xeL*aNOWYJ{a9TuhmBD77ekxXoHn_<<-kdD!D3Fot|CFGoTsWJF5BMJf*P}9}` zLLGC^k&u$~QLL8;mF143@F=Y>^l-&wcbxz#GA_tGSbaj~fwzdC@z(!RDE!}$@MxNW zdM}ioPZCL-tziFt1!gA|?{WpgKw{Xe8uKxc@HYxYG(od;lqm|GlEfXr0*QiSJTU6{ zlu`LC!j7jV)S@vB_m(wv$4$}MFy~vtGUJyI8=R0imCm|TS9-UO=ITz?_+Fyf-62Uo zXrzonbHaAyjp43J3x|O#BK?oPVf&@&Ws}hY4QXhv?8y#&v3kpjOLZ51eQdf{(*bcs zf2S)e=kMF0UN%t2rX*$bVOlf3(h4}=yYT3lCZ{t@vM(RqF1`3=nT^rPc+*4nEe9G^ zH+%t@*Mhb_B$>^kaTbG;7^zfeAcK9!Jm_h_L`!tF)j$I?kcyZ9iV@lryyB6G;B^<_m1VFVdXGYB`3xt?O)?bwJksXb&nh6$l_S9M)%AVY$`2F|HD zpVpm)9Ak4zU||-_jv_>#Zoohi1F}denmE98ybAk_*GhP+WM6iE&O6(|a0 zFgu@91>7f5Lm5|(j(Q6LG#wN0ym@WQ&YwMzodGNJ`YmGO3Gitah61CIFSOq zL-{G$ME4WA;82FLA4!2w>SQG{dNQz*e`*CxU`F?XGL`BpA%g+n04dR@3~>vj%2mL6 zf)0)Z!*TH@AwHp?sMEtQ8DC^18>|zFx7Dowr)f0|wWDHe1_5p4@k3CJ5$`iLOr<|H zWh%vS;uOnw1_S0GB|%qL!i-OhH$pS{>>f89 zu#b*(S{a)6pDuz2#Q?J*Z0sCWT+>cPY5=?v3g)f}T}-C(v~AyFNrw974`Sd z2{J#fj+bXr6pkQ!r`)lJ54tshr0GjUp?M&B#c$0Sq6wPcV0g(JL5mgI3WT^(fPe)( zL?~5;L6$;{BW0mM`7S>#`OYBqN#jO&VBMQ)0(%FN?Gd4CidlFieSsPQ7aj zRIIU*OR)Y@;DK(;lEzUenoBM@yUHk3S`6N4&Ne^OG<=FAf}HNKbKhm^txebJ^rKMN zzP_DJ5kG99Ni&%JIl}CxBE=i1-5~0m&u`^?k;$Y^5|BIct?(#8j+-M=!oUApXnLL_o$X~Lby z0;xX?50*9!LI3*o4u8qGk960D5|E^zIoSN0l!EMm_z~$$kJHjwz!C8b^!iHTrj%@? zh#?Wc=ntF0={|5zA`K7%`ZkQ53GESV_=9o$Q64TcR*`?7;$&hp@bw?6adEZW4GjvsOPeUz8H~)yZpJ~)eA2iajToB-Z6`OI#TT$F$B*5IN% zcw#}+l|s0P>&7u07))fO`b)iz(4?J>X=nn`sSEa!ERfE* zJ>ePernW**2*e{;p>v~0zM1CQB| zI)*ymgSW7MOR5F*#VFVy){CU7CNtLwt`aXucDERW9^pAs(z?P)ICU67?AiT#ya2^XlSKf$@6 zYcw9OKOfS&>~yoVHYjj3D#sKGt4|P^-A#+`L4%k4jT<_=^BbkCR0Ze&;7zSfjY_?X z7D9^`^8Mqfczk$`>c$e^ikk~$7fK+7LMUp$3bV@a!U z5RE{(CM_bWn1#k69&_PQHF4%Ikk~q!z%W>@XDCeavz?^Z(w>qoIx-p##FQY+`iJAH zegURiyA}`LNYGQKyZEdH@h)&Bv*~cseGhx2l)Dky@?S8YMDI{ud2Gr8Wydp95(m_Q zF?~}ImR7+a3Z5PXV*0gxD ztAY5|bO0i+Cd;;!aFJBhDKQEPd}ElhH(@ti2~871=85^Cw+iB)FcDoW9|3H_CFQa4L4>1xe< z=$^tM7~xLcxTZrHp3N~Rr#4UenPiQt1TM!Lk!*;j)B`ehIPjcK`?tn$8Bz>{4A3B- zfXgyK{%`7`88-B7d`JZEGeK1#IztDOo#8AE5)&RMl3N{~1IJbsq>!eUCAQXht=+1u1S&IlkzBz!!GZ@4A9FTu#b>|}(18|Em0)f* zp81gNU5CkX9P~1Pa^_VH&FzT496XW1|<09ZD;f>}m7thu?>=vC{BjVHCK{@EA>7tPhWpLqgPfLel;e?&)!Nrkfe~G| zhdd>8jEc~c*h;4B26|gf8stF^N|$+fa)50|e0-!8ElnETlZ`-kCg6M2Lsl3_{`ub2nk>CyrpF^Q}1UHioMw9-l@k3y; z_uuuv$g>FHj5QJAaknqCCS19Fp~tve!?QYg_B(RC>(b9qXfu)90+u6N!0RR+t|GyH zS{a|o(^~;%#^5fPN*%Qg&=^7Nqn#&OnO6;3`Bsk0cQKZM{=062sbIN;?hU4Ikojk0Q`l zXQ#42b{{-`M)z9Cp&-_Gc5n_#+Uh}*TP^*L(5NLM!gD<1U2mkCw-ZOnx$kH=b%9(u zKBA&KT0$-2oP%wcK;aCmODuTsX-WxpizX*>+A4PglB`*|VTutW;|Lnz<0k8{6N0T+ zcwCiU7Bdc}fi6cwMBL;u>>!EgC$!=g5~-&k$X0ieMqYc$7U-r!eTB>qIvt~cFBudw zCMGTaNiV}F;qZI(b0Ku3fe^mh_$20pG{mdPsn_HdI$rwrA7;9@g8IX%5xF?MB7==# z=?!m^U!U*%D|=s>nDHpNGaLropCBoq z`mr-bjRLhH21g%Wzu0jjSK378sDnLU^fAFuk1tJson5+G;rq;#&I6*Wt~Ku*QIM%V zcT_Zovja-h=0(7g`9PHA?7B!#PFG@s7>^tlk*CDS%RkPaCL)0qHeU`tk3};fY}DgK zju??^A=ar|275gsN9ce+_ykV|Nym7QL!LA2L>JB2r+aI2^59rWJw^qdw0cP_Y?*;2 zh0}*lN+A5F3vi@?nf|x*1MdjLM^H5t3XaP{Lz>*zOe7BZ>>#?yiae@u_-_7K24I0D zx*2bMBKisL10IBbNop>;s{p5vY>ru*5MH-7tL#kvBkDx`s3DZBh~~3>3ctH`4|r@8k9gh0Y%!MS}?U5wFu`5ZqnrFD0E`#c2HMrEa)?b2@BGaG|BiuAm(I1q z7+4FudosLHhC^b43f@?)Pj^B=@eAqH(}Cd zB!d0c(SvsweGXy>CwL+ik_I_!vz?YuJ7F|T3M4lZ&&Nb;di>05IFljEjTi5hh@ic~ z@KnP8k3Nl70exW4lQs+-rv*!gj8exwXPj>SKa9NzI96Tv2W(1;^2nGBMMWW%c~&w+ zloF9C%9wec8z{3(DWME031!MmgQ+slB$>L+^E`fg?{ibn`@aA0`>yM`u1C&&pR>>2 zYp=c5Z~cDDe2h-^llK-*CD6m!$)qgQ$>eyIc3RPW+d12ZTvEsd;1j>${~_PJ8Vf?_ z2!x;5$nruP)C18v-g^Sh3NId)X^BM_xjR>5dEu)?%N9$9P|Zhsm@YG!_5^tq6TXnz z4B%kaBmx<~L(mP-!}Zex^?61{Jr}?30f>`x z`*7H( z3{i{Vw}aT*I_M6qtIP-GU~ml37+|xH9JwoW>R_?}!`==YglI&A8blxoQ*b$U%cV5b!I+vWGhmj?qAO2-I+I(6s{U$QW>8Yl_J8 zC^^U5#O_{&NZA(9j!inMOrWFi5AKMJ4Z4#7E*wC&(Fii{z=|ryGD5?UN2CID?O$vj zF#PTC1_lp_c#sHw9n1tI&mib{d-gFtBKjK4zu+A$Vj!=A#{nE-#c(%l`-W&8=lE$M z+6C~DKj9x5PAP^4|Ftw2v2bVy$fEGYE@%$rMR&GuJ1Ro72z@&Kyob{X)>{uNDZ;UX zLlOe$Xh>KMf{v9n7DRl=1i&fNy@YJ_DL{KutYX;T=|O~bQl#+Yxx^OemLYc>uBR5@ zjxRTW`u8L(Kq6bJ0)WA`Ex{8H5yZA<3Fvj;Ne4$^6I@m>n+UQTxFp~muoxLT^dYi0 z%mfe*G!E0#V1mK6fF8!xj}8wvA!ZnU&CnTzUJc`}f*1vwIk@^SE0V*P1h=nY1$E4l zK_z0{U)Ktxix;`>a7F7)cOClgiGt@Q+DBW(nggI%vr>l5CAN0kw&jT^wdh^{gie@2 zZx^-DqcPWxZB-l@V$I_BDva|1ZK-4kWxe>dgA^v@0=8ZIUmNbL2mlzd7t%+^7t&+k zmuBmm<^MWqkojVH3^ED$YLLIWy=Yle(9NSg0rrb=sU9{33pI&5X@Hm_+nRL04X zjI-8nteZ)7FSpq125!;_9o;P0z1BV&x=SO%!xa2xKs(E8%;8+Ge;K_dnZ{hpNphSg zZYg=?1kURW@bROy)6Zj^`lSFmUDUIyr0Q&5LIx1Qc8ipxl}RfplRSWnu}96#c1;oR1GLgj);Kc6eCYi_ zeI}A?Wu;N1(N-3!V7qj^j<^VI%;vD_iO9cQ_pcCYi3^(bNMzDfcR0k{|RoV!!B z8yHkuV>P*E0VOkTQ#G9|yWtY}SPnlg7*>0+1IV@wbvZR6av)0b72NRQgj)L0C=lvu zHvlQ#@;7p2|D{>lTNSzR-=iwMK5QOCDuezdAnpRXOAY=K=GNGR^1$)9tdPwChgY_; z&of>Re};pcG*02=PB(F<24cWa*+t8>rHi^wBcAXBn$0;w=q`|o4!+ah6)$!@eQ23A zfNQ1wo1V=LU%3@HO8a1dAAw;Uqi7Izi{$#MHLQZo>}lXlfesU-ZY7L0Xtqf}9j!d0 zSug9lcEi%qYfk=j>|fVwGalo>FySs-w2j~bwX=d*4Y2H^;0*wsc!GxKw~sj2iWwlC znmdADefV6EHR%5U=rRZWCG}Jbt}KF;01hc`dwLUCG=bdF2ACG*SNni+QZQUMpC&>2aW0!geBNbBPA&sHeB8;Olqvw z7%c1K**Kxcki=#b&}(ko_gpa8zZnAfIa)VQ0c8v1+>ipj)Jq7}dk9Gafq<%Qg>PqU z2qo{_CXO1hD8a{=UsfL2eLDC;&t!~V=%nOPM7D$#BsTKmp8V_>S+|-ESnSCFU*H2b zQFoGrVKF|cw{Vh#rvSJuNGo$jYac>T=sas4+k6n95u2Dc!&nGbKtciNj@6+N(GjrZ zAi*5flU;At$Cj?CipYav39OKWO4{R4&j0|eQo{6y-5g{yMT9R(KL`LNAeSN#^kuu_ z@f-Ao?J@GHwt?iS1ZEuXcmdTNeI28_?S!cd3K*idcsu~$fS?iZWd!T%OoaGiyY7&u ztRCY2O28NOd+v_Jn}0An$12}cWO_pGiJW1I>=X9U41 zfH1dbqs8tEj7eEwA_T%)w?aL5h+`t2znaIve1shvaDOWa0lrMxOmFU)p_PTY z#4UCn4)hwpJDY9YL&={R=gZZD$r@H9hv_J+;-ba-3md{L9F=7T6X8yUzxdZ?|68M5 zk=)f^zG-XGYA0*>;d%fy@O+-K%oy(Wyc|m;4A~W`61?Px!7f^=56xYj!iI6QBu=N3G<>RrSfLi0T+U)sVO2wbPSyuIwNPDoqG}-JK5{CIC;T zGw!*_Cu=vX`Mcg6w_BK=9Cc=IRau*SvU)YZ?i?nx?OvMB&~TPlcLS$FA)o0y)B6dh zy-Y>fs)4V&Q?%xgh-U%Fx`=bV*_$S?>gt|z=jB1s1C%Df`pUs-69K`msyPui#3T0x zM}$(zOq5bi)!C=t5gqW8r)(uvaqge7QW9;hTtm^1)p9bTbh~ zX7LcjkfNYx?$+SYkkH^yzmb*;K+E465vAIF;Nb7>m;}ExEn>ev0Ur9h%`-T64uB6q zQl!x(CjC~&L1L!_3BYoW>U1EhU-O^gT1SZr5%7kU^KZeI9)nB;rPHulh4-}=+ksq& zfeM3Q5%&(FjCh9!i&lXMRf5cJ_!)^Cr69q@Tv}X$EU0RfWV;80rVr0STvg{pom{Ma z2EeJPZ-gsWWP;EU5ET!h+Us8mr#V~z$m~|FytMLMpzz}Rv?1w3Jdm_7KPQ){_?)?8k1%zOuE6dK{?_b^i}xkEBIzawremt0pK_LnC?RT z5P)Tr-Ns?V96Q;I5YWzxNs%SapCy4P6xLnAqycd_q-=I&3}Gcopi;aD5ONUo5XI4c^aSWK zIOw9g@z+CTH)B8@5l*lmLf4>l0-GwmU0djy1hkOMJ2(Jf096Mhg1}qb+(eZHv^M_+ z{J^guRD;fD^cM4wE`>)Sz^X%l4cQiUUkG+d;EVPJSv?up%z&aj2(Py=HgtV7^dks^ z1&%`*A$lyx%^@g-d@P!H5Wa4&(BG6=^iVvd7ChAAFIg{m7fcJVo0tEm>OEi+0RRMm z$3izOP$Px|$S@5>Rk0vPXSx@V*m1;Zy?Ts6x6$N&Jh_MX>$B!;rWT zR(hc__X+(wkh=ot2Zpcc;$MANG|S*b6Az&;9d1T=hz>A>P578-*G!TbU#*5LyE z0aAgB^+P}n_}(rV{PFQYu{Gw3++@q8)FJR7uLqG1gI4- z2k=&pjzKhY__P^BFtCmbhXvqHq}fHr2ikvZy(4h)+x>KyseY;g89LxUl&^7vV-vFW zpP7Jq1+2cnXW+|m+YPU_JgoczHCH(nKby5MHax#E62KAExy9sp4 zamNaKu>J}9Lx6)|q3M+X`DnDqLwL$lIdtb|LtPctRb>|Ma?zeTfd~U|ztxhPcjtfh zgc(!LBqwT{A>iR5r0Zc541N7ccp36AZZ?4TM67p>zF>XVLdtX4RtJl6yAPyp=+qJ^)AIQZFpz+F0c>2dMNa_;>xO6SZkVjOhwyGS=R(W) zr*F!_4oF|YR)c-F3_q4&Lk9x*MexY9F5Qa$9MLiN3lXAGP7CFQ5WEBt6cTA}wJ}23 z0)9}?sTP`qf~R0^9!4}^kXt>npos{=cYtipt#^Ss9Q+J?5kkiy?7o3n6DG9*L6|_gn>g;Df=fzSxoB>mv9S*z#4vm(QltEH%eha9IKxG)uRYQWkYea$S0x}6WBb7i=n&ps9Vp_>hC2`vETEr*UJ7KTXjQSJ2Ko|A zRgBDcv;(P%(X8xOWk|qynou!_UEWF~`XGRjA#9EHEJ9o!L=8d4guyk)(9o%}6&Rq! z!}%cA7g}0gr2O7mp;eH|XCpsA)yoX_HLBKwlKLvPoP4=nLO-|qRsr)v3~uCAFpdQ( z`9dEci)r96#OD96btC5iPi!D{f;bd@)er{?Qw?wLFrWt?1xMhvhH6%Aye9)VbI9aD z7`c4%Xf0&&pntHB04Xf;#~4E%Lz8pGLWBtBZ~{wE4dwX?egIG)p8z~%C-g?ZCHA-! z5gud@aOK(PnI2!UEHc~ji`_0or;=8onZY@TRaGP$w3;vGYrH5od)dN`3^+g-1}F2Ez$?*bP&Z&${0n|O=H=ID6r>_ zsJ;Nex||7d$=mhIQk$coNn2g4(^jPbv{w`9gZ|>7iOo$Oyxe7O9ys;}fX;#R0J{r& z6F89~Vb`mj&~48_kQqYqNFEafSUnIBoVQ#<$UcyoL2Z?!u@sgOAniWL)Uw-P*szLr zD{^3Xv=9cSXzX|dS```*GnUXey#jB60i1t(Go-UXqWA5X6p?t)lx$(~Fr*cQA?=#- z4qz$Uave~Y+7eZPxDUQO#Q0%s03Nzcy+9AeOdgx)V9>UV*Gp|%eg)$Z7&@b+i592l^14Hx#%}(XLT3aB5U^t* zi>)1M-ypgCoXh(9TQG`$cp4vWO%}w|!PmF&4YXLZAYBF)Q51i$U*jI!lb++oMs3J% zAuSA+6k>C^@CkZV^fTVUgUFp<6jqa#27OwYT^lMoKsyA4H`gE*C2G+C(g{!#8Pl-$ z1tP@jFkrzF)-5R-_!ZWo0h+2T-4=d@xQyUeTW}g&UuffaBW}y0|6fCb%4%qv zoquV(kX-7yGCYs)yW>6tH880dCSF3afSL*Xp8OuLp&5$TYT-Gq&KQV>BvVc$ALB|h z>@j17i?=m3*nxw|wm>Qf4xIAJC>XmSX9hr`ZE+~f+2J`n<%yFARd&3((io_q@z(h# zcb)|#fc3E*TUPZ`Kjah}psr{)90D;6>br^rTN{d?do_NEMA?d9Uxt<2arCoUVB|1; z6a{H|(jSk2DpIq|2I$gFSx0VwH(0ZUyehLWBR-`Jw#)5Jm)};Y$|?l0sVp zo`iT125rx6i6hjQZF_d0l!eo#0$rkbg4w3{)z!t+bw}LHN4%ga6nfxobydNHn%>QL z;3*L~4#+c5iG#pQXbI-wN)C7dPX#+y zLarukod5x_s3$1s>Pz^lUxz<>{iUtHc6Tj4Pf4EftSG75TJFkBmu zbl%}6y{-WJh1tM1Itq{>6;Q|r;1Q`CXnDbC2agQ6l#@_K2bAMc^eaV8&i>$iAc8Im zI5@DI#UC`peq-h=7dhyv4*USZ-*f36z`ocBa>BFd{qevfHRX9s z+_FX5hhbWGsThb#wt{c%MMRMO#D51~lpP2nuIQ6XhNLh?P~RkW zgrE%?CI;GIy2pQmHs~3D+55lUJHpgq;S!EJbO-XHFo9gJ)zdZU?xzOTD1>%jVMwq6 zRgEp65z6G?CvHIn-SrU7#di1(4mY@|wkqD} z@P;mG%h;ezu;WE=STPHPt}tgVJ^-3(!5P77dsv!|1ablxCIrn`7W{pJpTH#Wr6t%8 z9MVf+w;QR8Er7CF3d*A=F@+TXTRe?t23>3r>Ic~Le_)Ba4qoVDAsHXBQ;p(BRpw>s znxb%kf8vRugiv=o0w8!GzEl7NP2^w!T?{div$mj^A_PET3Z+g59R4ESv+IC&#V};l zkPC*rN_3D^kOQ6%k0epF>7X6sRa5w4feY2(JkFR15@Tgo3Q#*u)OiX%Ech+xTZu+E z7s++GX9+gG0{!?#4iKF7eAyYk$qZ}_SS)@dpqHC09k>G!igiz-!T#QQLl~c5?y2hQ zSHgiF_d0Oj%~$Ee@C6Z-nNhQ77_q<}9`+dW2Mh~6`cFK%JuZw0aRN>&9tH$#-BnsR z2f)FBGZB>xVnJwyst9pFmxE%CNuc{djOkIR76L=UqeIYT!e>RHIvkLhX*WR5a45d} z!}fFWdj%2e@d_Bgc_RRvH+bW}il}gC2S%aC0eZVdF}wkw`{={HfT^%Rz=6_5$Vo>8 z8F*tkx;`uf-d4>q0U{TYRMH@_S zU~w01n+2@T0{R(s{lyYgi1VS9{0<-oBzH5X!^>h()dGzel6|&DFYgWC8TGV;m@hOo zt?%I21t$gE16$SRDW+*ybOSGh@97I)2h2RIsh~h{9iGRdfL1TxiW>DO0S5|DH*i2f z$cqu`*WvwwU_grWkRG7v4Xk@eX+d-Z4RtgW^$A2{{JYc6_C#)N2UM4Xuql2Bd+(PCH>h8Y-FNFVxDMw6Uw0lgwPa<(1BV8>epdq6}~by`*>9q#>PTL z0kog7_6K-#Lah*>D)2uYx+Naez#KY;FU=#!1;oXmqd{C&4|Fu8pnus1BxVJ%H!5a= zzYr3=jue3i&;i?Wq!uY4Jy7ee1kjiOL#^#WYcv7S#mowNFo0ou079H&w+nVL8{Zp6 z2wBgTS``gyORWk<@QHlgY0V4M4kC&U(lj-x^dzli7YEh%Dg8{;f|1!07o@ zy!Gz^*8l%0W&|k~>P8G)M_&~nhoIRpH3!Xrg^=bSPtyQT-S**73JI&KkT&S5j;$gl zImSep5PZY8-v{E-ZPSNS06N~lzL=Q#E`UEe0qW&wy#hHY8vc;`y0O#um!>KZq>RIj z4MoAAOasMje*~=17lW`7-Ixu_VnzalXy%MF2jNH{y#dsbEYTVKH>nL65`c=fw69g5 zo5WTH0OTj5EYAVRhjqmT2}~Ve3;}EmSs`>$-6)6w4ZqN^?SW(i{=p$H^!Hw{t%Hxu zu}z70F?cd5{4%~){P)`7T_&7kF6c7h693y}qD#qCH2DE&LXaQ-Z-asb5zxs77BIo5u)g_t zuJ0ZY6JV{iw{pCfb_4y1s1-4O`tkDOEq)pFhk(b!4~n$NnjoM8->84GsuIMS=uAEU zD^swd^dCzHo3n!y_yb%VI{>d201eMmGDySB20a|-kW3BUD-`@0C=iOkIYg;?=car| z$3X5LV%4SN_vm$6mrW^@%?_9_gF1uBof8G>h81)p3PfqyCYDWEa|W?g-aZRu6-wI3bMRKk-id z?4^5z`FPf{2t4sgacuNHG$_%et=jjkj{M3v`fOv{Z0+lpZ3>}WY}hxVxfI=9=#o3n z!&kfsy6UJZWpUPuRm1Vb`J~7C@qYVMK?_pJ>2WAZaIX$TP#Ipzg zU0f{uuB0&scIOpM@ZhYIX&t-Jbj}s=nVHg+3y5{V*Uloy$@)$kioH_}ttqQl2)z4{ z8<=hQu%pi}+tjECrgOH>!Wt`hWr@i^@XGe3;Q(|Hs7}Z;LXXj;1LKygB?7Z8quHLv z1~y2maKLGebJ$nQim0t+ZF-V)Bl6iY*Y)6Z694t!lapYHe+bniXp32BQxT>snA_^o zOge?ZVTqGp5+l^0SyayAtP``?)HsJGNHslHFx?jp!IbJdyzcQ%7cDXf!2KTA@ZQF5 z6SL!&f5PJ!`mMP#=Kcj15wig_#wE9b=e#uu$f7_Tlve#pO*g9x8-J248W(1IXfhe*b$CR^V-D&A;S;=~5LF;r(4%Y}c>MCpbEoI4kzS=Hch} z1(VMUYy=9UV_!!)QKohjek-4sFWLBQ_U(6=(82YZ`O0Bx7ZFeK#(B55-|i-}*K9hO z7Bek);3^h2YBeZ5gnn9TWMydzY%u;XYn^{qvf8`$eq3z$)2}YeHSxf;g=^z(J(9C5 zH8=VT8eA&f;x48e;Uon-+cJlLu{f6*XDmzIu02uLQ{Q*n=1h_Iug=M??viYav7H?O z3>^icuXZ%;kJ6?e*ckcX$+TMesiN3CxAr2j^N`y_cu|C>T}VmZwCU>yM%EijtKaX3 zb1jsJOmQu*pQd~u-%wSro)y2CXw_-sc)IFY{NS`sl_9B$H?jF%j<8Zom!%Cyu_OPi zOy3we+rreTvzWuYxOqBMGA(M|@jz~doMXLaidfj*iuS$l~Kco=di z^$&~EB?lZzu~}J6yjf^@SCZx%wX7nJDU3t6Cnm^it^1Ntu<=o68=H zH_A1A^^ceszyBS=uvGJVy>MQ0Yd2Cxg)l29t5qj4wY!7(HVa;*M#~9xa)^s?atK?$=k#1uOP`*bZpRcpGBvwB6ZbCqXd>qGt)kA@2hvm zHfHa9eOX+zPkF;uIgw-{#`&a4zy9eEMz#*I>^I~w%e!j`Q%pCN!&J^p1UI|jB5Rb- z(iSbrT0BzsPpstZq!COq{Z3!EJO8ex-D%Y!lk|rhh2bO=lntT%FGPjn)<|hhZ{nhH zFKrgC&7Kb0aa>&f=<6v{8|66mTWXAg&ng9p?Ipit3{fZ%&Y#iZBaE4lxvV^r%(bhn zfWPKKJkO}Pr$>I#cgnb{f&N2J)sugxo?a(aHnq`v`#pr6Q{v0H7vp)=&7%yG`4>!N zn|jW8oA&T-g!IqP&9|=+|1T^1$gkMW53KCL|7~Ubn3YunEBmLIen{${BB8KuVH=Wf zcd3MA?`8}5|0b?zu44Ntd(iaT^6K7W#}w}{-CN?187vkG$SII8FIO2V%1$203W(w3 z|D@i?q`0xPxbZEFkF`wg#oLczQt`MCqjk^KabIa;dqm|3D(L69U8v7qzxkAYkJ%J` zuB=Q$r|6!$aTAZO?iIb)di)t~`RecM4=*i~p1QqC#ya(j*n}~ucQlFHeqnE9Cqu)v z%6DNm`ju3e&rLqMB9^*(`$mhX-mUj9O^%YB_H3J98MS?UF@EU0s&V0aw&+COiifvt zUyXT-s_qa|t^Ju?RFcpk{_v;F({m-|VwpLY=dyoiha2EX_mrxLRo;|!)8o#-MaAr| z&o)%tCI9etg{F^gy+NeJHEA;OXUE-`ILTH&`g_IgcWb*N@~h$lC(+$~KZk7jgO8?* z7VJuTE-<~wIlQdcrCYtAdt8f@rh%olPeyb9@K-9$@a%EwSYHwGUS6uR0@(k*P)5zjZ!vR>SBiJ&)OxMy`xZO9e2s;E6{qdtITa z4KA;KciJ1jz+=$9msYaxqt^@5M-MW>GwZv=)Bx?;ocXiXgP;sy<$tpJV=FWze$c6> z&0eLG_rG!W#V_-ww;A-Zo+rvLybEj#Gp`P!%8d+^eyXP1L-=Gb(cQa`+-mxs$ylV*sh{Zlnq5*ds89{GAvA-u3oV3_9SjC8n@N;LoB zh@XB|{G_HYg@LsN-H?f{a9>DxL@I0^tUJRjF;TK3-4vGQ*`V ztFz~|KGG3gP%2%r3U2FGJ!(ZvYx#F^ES^kt#-|SMWe);qI*{+%{p;5c> zuRkZ5*a`ZTMAeJ-#B*hR513t*)L+J&U)iWre(<^a%ssX|)ZocKoJ&9XpDm`c zJy$vv{-$=}iaf=uAE|qfzYO*kZ`vW&MCbKt-C22ZR=eN@vzTtvPj32e@x5CnXUbdt zGiY~7>_TvLw4fe$fWgP7gv!^Gxq2H8aS5k3kZYx7%9E4bHQqM4E@X1@KUV%PliT~> zCTCop_@5?62~3XnKTMAGzfJCmfIRPVFw0`SSB?PTXTx_l#X0MO*t^c0XY9!DtJaT^ zP*zR&Y^Q(EpVj|BCTq&GuP&|y`;+V>-Q`j>DNN`ZpDFyB`;};WSy;y}rlNvgnda-e zlD-CklwMicZ+C)^rErye?dP>UyFY5Ny7}0asR{NM87|!xia%_jzmqUIR&Pz9a&%fI zbNPRsq8BP083q5}O^xq=nA-4T{;gQ;FW+_yAFKUsYTdDTQ=92PzKzRt?~%><+1}58 zj?qM%)9B*lU&pBZU&p8hI7VCGF$#Pec8nI*&dP2dqr1T|Dpk*~@VV{0=FphLanKp; zeejJVpDUtbj{0`=s*Jy#up&=wT|OSbUVie>rK#fdHrA*t_v6U71u>suva`Z`+d2BN zb7HGv<2Cnw;$GUH5wkCPSsbfZxB7s*H8eFcfkWU`ERC2Dr?codQ#h@Kr>9*wuQ1;W z({J`in3yy78`HX;NxizDPk3nR_Q;sci-TkGT%K-5V;;o6?;Pk!AR|$9HvAg;_UH+* zM(1+yG@c37qfoAJjlM$7EDt37d`!?jlXu4@Q? z{;F1}%9*2-{4S$O=Vi|J#x9*P1X0`l&j+I!T9Ztxj5Btd-Z^hK7iKkVv)C-1sy%X%w13Pca33=`N!8Z)3y-XZ7QByn_3D{4I7sQUqs#9Y9V+%C zQ3;Ve&f(J^S!H_Lz2RIu#i$~SPB^3P)ohBPCt(Ex-^4fAIB0BKo-0T85nP@>Ma9W? zo3B>Po7a(Av5_?QAN?Q8<$88`EK-L@|Mxk{Amej#f|-C|@eKh14VD+!ncT3wb@Ph7 zEldueoek)8TXt22l~6u%G9eS*IrAlX9@kUt{G#2qqR`KS4Kv0 zJzk8?V->sDg{DeVo71#>L_B$i3ODARB3XGugdDlJ89O|C7KnP5(`P#Tj`y&Nd(4RY z%TY|OG&n_4CN@}m+3}5dSd%*5+#yq0srPedZy8H(+mtIG|AXUDr$*eYyPf@%dw29a?Cz#y(pQqG8 zOoG;lge(-U{e)ll%(1x7)(EX=RHldA>&Ukomt!B<>w2F3&ZoU~ddwOfl(ifO_So&r ztu&L*Sr8QqD?JmKBT!uQP5-9bN|ZDE_%&Vz3WnYR$FbTpSY2EqxGDMbHCc&q)R^}8HWvCjC=kQ7D1XoVWg(Trikfb|3;l zu}U7=GaLs$le8LlL~!(IyG-Or>^@7D*Uo=?wSq+QE}Np!vRnMVWaZLtLQ&%yvK(t2 z&jP|fhYP)8wy5wmXxLHwZPi8G;p3%EK6D7aXLfyh`ay+%#iv0uq+fxd6ym~`+hWDIZ zF^g3y+WkI&_ZrEea}znN3VUAh|6bVh^tAVMS!7%9m1KJ#^{gTPn5@_G9j%N{Ro@+Y zb&i|r%Rt6^lbMI~Cl8Det+LKCnFN}|E{99)Y$ssn)=A;wzP(37MR+-KQm&r8eo)fU zK>YKf(Bd~!;q)p7X?4aD?Qiokp3E-_-ikB(S+#GE9?r?*4-0+QA=e)2Z*i=s zC1~B?tFC>6^OE#6nYWteBi&Nx16fW5wyZFA>A&KrT)Cg2FIkz)m?}7YER*dJ*+S#= zDSB~tyP4cQFRlBR+HSi1@~gJ$qhdHa6G|`WJ!C*WrNhwu_Ihe*Vd@)`E@Lkl+90vi zKI;qNZ?2pF)ZFu+NXv;gBTX!-ZDC{}$8K?^v)ImMJo1W6VTkMn#sih(WQ-wui9Zs^ z8+r;KN(|KL_4P0HINCJ!ATID-aL)Ovg89yML51`}*YjWd_jCwTlKDKyGUN~;5zqldavY31R@s$HBG?V7@ znQGTP1>O&RZM0m@8CtzweE6!91?`c z!M$Jp5~)w}3@ST9c+JK|H@?GoA-KmsZ z(x+Svss+p^{h6gE3-d1*C|~$;q&6buFs03k(;8>)uJESY9E_i;?@(KHxte~g63M!( zl$aB-S7o%K*ENvSe^r*$cOcK&BlL+t+DrcFxvy1&w?5Z2ghz%i2TZyS%r7a_9uN-F znW1d(yTM@azC)PwRgIRS!>gKo1%7O|=5!RaQVz}iv*(n(@|B_Z>d zI@gCkqS?G-%SNqJ8}T@$ZkCyiqlBVDb*M(E&$!uxv!+aDcIXL#l>&c7(d*pLp*x(& z#U9FkA&VZ=XkZB;y6BMki)@C9@B+Kh&mUw0i)-Z(hiKIHc(aNkbvq&{_8uIB@%QfWw? zm~-#8FVZY^Rn5naq%Kq>Rb65C3koBcCw;g7 z60L7^>^rj=E0QOiXN?wL%=VH@SoMXzuhd{IS7>eTdg_z8Cuc{2wAVS}`-Gj7`R=a< z1@qrV&wcCdjgLQjF`w5&SZb!zN?0yhFPqh|W8|J3@R|b(EitNh;BT zP59NK$j-g>rg|e6Z2*s{=P^yVhZ5(D_HfdGUeWBGw#HmXT3z4OC59dr+wIwTD1oB> z1?dLC=TMswoi*<>{$nR8#6uE~oKwiOJDl{QLPaTz#DME9-wWk-x$s*pm-BmGa=z9* z#VRK6?x(YMbHPSU+T!fn8%%9}k%!yFq`4ZF12#NNy!glHPVvRJwfRIF8w)#=%akv) zb~JG$&GV{Qw+6^nFRswkh#6?>8)oEE;X+!d54}yl(WT$3I<(TcaMzTLa?<#$#*L7d zQwMbwb@d%GcX4>lb(td1{bX#Qibo}6-ADsn0hb3RkP*5U5t8Y&R1Z+pqlSD)Q=&#Lbj+f4Ay@%XlP z4=bdJ!YoMUcvh+Oo!eE*l_Or7OAub*WZIwZmm=73nKtbBH4mX>_3W>ff|D{USwIiK3+Pki*`_xzG3bP#;q#kwTboO$8sGQ(oHBb6L zcQp2*Th6DJ{S2;YT;sn-C@6BCah*EZyj#Oqe<&y2o*(@Gb+@+P-FWppQDT`4hnI=@ z;Q!;l6)7m*OdVoiXbz6t&!E;JbMj=iqc{oi{UW*)W8TX*?l+CqMmgQSH~l-t>4c}d zLx-g6=Qq~Fht=tCXGAqFtlYhw5q>pWc2|itt8iFr$%;apVYio-?0glC(xWR!^Y{p) z2+#H`3~=4rXTRw}%d>Cy;m}X1EiHcB+P^CPd3jEY@CnPWxY3dl!`W5Bw7re2MIzx| z9M+^au9ZD$kck#6H{RFoN7fd|G!qpXQ6Tm9>^VyP@}o2P&uO2jZR)GvZcLy}zm`^e zmWyumTJ^nR>7S__`{m}G*_|q^PCmVwyh+Q?=Y5LqHXkX?Nmh%>264d`9zy97jKmw4 zPWlN4lf5V*;`C3jX)0QZjCMOnb*t>9q=#+qr#G6$d)7)_@-N1RJifEQrYpy(OY&i9 z=gDFkRny}BjO;Io*QHaN_^z_X@qpaM;BocmDe8o4X%=Wd3w_fIH^F!*(9I%op~C zq_i?G)dLwg9u_{3E-NG8BGV_hV>ea0OnvC1{`Cr94YMWQD5dl7IEF?JKL3TgV_0bS zyt{~GtgyAh%h>qJsDCJqE;TOp>5E3DeWZj^u8&i_^RCX%Rg)Gne0~%1@bMJUr`o`( z`hoAvY;DpRcg?_BwyS*xchrb!F%seSMNBR0=Ir~(Lp$x)Gi>>+DuyQbJ)wH2VCDDOxpTFSNe!vfS6c`hX?7j&wxG^Vpv%3a zdQ@DN2k?EoMd;5HtP$+c%&(gLcv+F}aADW))0dP++=<>Fda`#QxZ*t74q_tauYN>l z#yU39pe>9SbMtxG*`9o8ofX zfR@<5=>0^nNLDk){K{$5YuB!IT~obwjnjv&HCRNz=z_-;|2O0JH$Lhg{D225WHa=`4qWymxo1v4Ca!h5Bcn~Mw54nQ+!5YpWf0d5T(zET;ZydOIrJEO)@5Rrp@Sk12doed?;nP zZ{9VZfWVW!luimK?ce`?G-^=!<6!>crx#pTavX1SD%KH>TiqntRdSE#L$KmlqQ5Fgr87n0>F5S?XEI@%8>hrOJzrg=HK?#NL%8iuL0&X;lTX8;38eO9%_e zFfblW{8Ciwp)Mt3eK&i~N^eNd{y}(#Lb@yO`F}FAKd(Mz+Rt5eICQ7cwZ3To*h_0m zqBT4C?b*036yK!e>P2%z?ufqImfzyoI58A^$SaWA$wbFl;WEoDBjeTk_sXt3WxRjV z!tQHCwfxmHb}pXpbAt^ZDhS_dnT--Y>N|N{p+Q16LQZlqQ=jp}z{-*RZx*P}SoS9! zYuV#_oOdqFIBzz3hllg7FelaunhwidaRtV1_Qy}vmM%xC@XC7|U#1W^@-yh8-1v0~ zu6GZFOBFSa{&vzO_NAc_+`ATbzUk2d_xmw|_4KTd?SwK1XFllX6tsnJIts5mp_1K^ z=}j`|;Qgx1SkBeTV)}&6gWQl|@6IY;qWD{shpWOf&UGuhvsdl5f7C$gWzrd0H6C)` zq~lG!gRV+0OR<_kO%3bgn-1@(Q!O0cI;)#RWEw`we^8;xukw|t`!t$5dAzc6!29*^ zT){)(TwR}u3-`Lmiwkl%THicAxO}p!u<6nHG|l7M1L{gA)D1@02KGgX);`czArpB| zUzd6?^U9g?HC6FDh%VOd-b>_|%WP-fum3WMrBTLDH+J&OCLK%ZT3DQ9HBF>yL-k0s z9w8lR15UpyG`J;3g+pzA&(~u+GfbPTFZs_Ye=WwPELOE7jhQ5c3eDO+r;TpD=|P=; z=E3IE<6)lrzP8amlt`MqC-|i3^$*Q>oHLG>?CEta6D#%e1?CP~gg(089vR_gKhvp^ zKPCNDa_`=rs-o8KF5}YEmivU(eh>1ATz@{V)5l9lDDFZKcZ8dvF3I@UepPvKcHFBQ zDu;Es%73LhPCY+0GEO0se)HPF$u@<7Abt0ybLN)9_M-Cg=5qU_l;1p9usEOJ);w{} zs{Gbtl_{Pl-ud$+uKHyR*XlfYa|J_QT1r15iAgF~OG+eG86;ddH)Z^+nJJI|AoB%} zveSMG#-|%})0+#b6CXVbl$@Wo<+EZj_)^MepFbaCEb_Q(^?FOT_TxfdeLLPlVQ14* zw@bPeF5|viHhH}7yf9Q~-beFwglNo^<{SG@v$&Wl)4a?}~WjyOzu zteM57f>h&iI@i}h^Jhm6`W_FtmVP+y-Suh(tIOQUFF9G7T$%}WYSY>u&;D+_tQ~Ue z!!bIw^UcBJyUf0dANT9DNlE@i!D6JutaK;YkV~?_Lo|aTzF42AK5<%=Q1N` z3XFcz3hcRP!=(^q)?h<^RN{1J|HX4wkA1Qf^`-0R&IS3M{H1wtC;1wYUq4&%<8*QM zh_@dj`SVS*eeSRf4<5fP8ZK2#~|&GBQcQ3=CNeI+hu5v`Vp=ZoCGg$8JmqQ-((`k ziLGqo><@%oETGJ;c4@SblpOwP6RvbAfBLw&gk-N|{ZX89cUmP!ccJA>TARZ=3+NyE3Pd0~XT8O_zP9+za9zU(ZSm|&A`xvf_G zsNDJD`jywJS(@bD7Hnnry#Bj zZS$^SlD$`{E2-bzqu#4+;!QL)FflQH*Oc_>2cxVcyKR}u%y=kAyTjL8Y@tRc2lavF|Sy`67zENO*Ry7}fdvQs}F8Gmum zoF;0yB9!uMrII_p&WRI4nOz=v_5=~u1A7+jPlg-|CU_DT#NXz!|5o<>`+-j8>XZ-X z%kIUNow-j@{`9A{@TYg9UxI14<$@HL$yhEFkyJIXIZ++4t@c(_p*s;qXz4a9B!4#h z`!kI!o&)`6zrXX`dqjOhK%{_0;-DL`@;9Y>SBwK&V=GQ~i&VAm`xMW1YW=LSjmOb+ z*D}2u&khoXq_g%IhkM_t)0ty?R&kf_aAfG5DQOs$ij+ ze=7He@GFALzlkI-iuCVtk-QW-B~Lupl~}zIl68zrp8m4E>jUca%HrQ`-2_T8PQ!#H zv9>PyPIW($S*G9f5b~zl$#yy^I6UC-Lj#mk8dr|Br3DvJ`6R2OHc%zyB(Lnq<&UU{t-|Gl1fe^>rLa0kNiz0cIAD?tskef$sA5!+*>`KMkmzGy+kmOllG%5M{v3LQfu-_ zvzF^Wcob(yE9;B-WvIxkb}9tVU0W%N>%Tm++$q`cYtN&n^WyOe@o&lsf0taJ z>K?9aOpDG>8}XS5BqBSNpGL2I%1L%TtyFbqv&Q$7gpyC^uayg!`Mv!f-`4Zw1ecvJ zd5M^kde*~d1&=tm?8xh%8B~2$>mK3ya*Zb=Cg4_NqTReu^4G7;(K~na#2(_}JfpKX z)}^F|M=Fjar|~y@>|BN`IbN@sO-<1$m5)(WN`&K7GQMW2DLPA+=@fcI{hk?eVm|_9A?_&AaUi^4gyYuy-8O ziQ$V-dK<|```g~;RMyF+@|Sz<;-u@2?kJl1x2S;wA~+xf+}YKa(*t{s&2BGulr=2c;N`*#-n z1}m~D-4^rdXc9+cf99w>$q}lX)nA_QW(2C=^}TwwL4tj$ozK6iPd>o&r5E8vZ`SK` zhR-&nH_zVQE#){=IZ+riQOn|4cAfHGVmA{{LxF9O66ZNb6*XX%r|Ev8zRl)I@s9LU zU-cvI)KrDgwbq*b@eHhh`d!|yn+-D%{@Q-`#a7+%loaF^ffJO z1-sy^Mt>hGVl~Z}owUSKh3)0-uWkJ_TU*G7j-{LrGok&Jc6n#EWeaZ4aF84EPP?8s z$w#-H3N3458CeJ!4lzE`3OrNzrQB-Zj=_t`+v_c?A3AGyg(s)-{6CbvbzD_j*9HnA zAc&%bh>{8$Bn3oD8kLgnklHi~($b{}N;gPJHxdd064KJrB_UlB(sAcn8$9QH-*@lt zcmH|ct!wQ$#~kAs&v?d|;Q9XQAYoqp%?8F){r<78PPxbXu-}uZoU#u0$ipP$nPkJ# zaBo8@0h8*38Z=Mg}h1f)@nj~y7=oGL5*);D|bfz!~jN@6%SL!cx(0X z95&HB&-?k{bo`0ROvSrsVTDgUCGjXdL~q-XB)i?f*eDoGI$vsusBR#APjWd|_!Ut| z@#HzbUPMp5fR(rycG@hlO92;VvmSQxUNgFcAkW7u0&jB8>j;Kud|bb9r>x#Js>i-z zfi%=T`gZ`2VzXX=hHI3Or1WdC^Di>5(2Fli;39Q7{2yVT(1FX}|KsPZsP9zjnSdXN zdG!tr?b7M}u| zSaby&4qbah@;KCZ?B?=!H`%WYI-wtaT{L{F5b}YA0!fjsY39dt?X7YK3sIA$Lw<_O zN3X8!D!=TXw#p3~((ZcBIez<}Ws5uFvwcD)nem!-a{czrUM-F+Sh{muPEl=gda9|C zDn$5{TYf;kqiF)>@7~o+M>U+c%J5V)%5azru7*ZwJzlb_5N+qQkbR<2 z=I})NcK%hD@#nnhYtP>`CyWG=S2aG%@;4uMS9|HE+eS`hm$7q6acJRNlEXapSG#UM z^Egk+{qOTwH~J1|dhX{*X*?bl=V()u>dIA<+80{d4)v668t;!Um(Pqo?tiO$uJ;== z?cR4^%u%v!W!lNZ!}m< z$VAnTf${CTT0b>|D{O!8+SJV85SmZcUci9wZvSL#puHlbI@tlrD^w?Ik^2s;l0}K|H?|GiC5Sb;Vkr zq##2n$7gs`h4NBU0=E4+%`?+K)aB1U#AaIvs;;a{e!Z6C*rokxn(SF8`5=Y00Wa3K z8|t21-WLr|4l)KVU8lgmEA(M%Y7RHyDQ08NH~>lH1C8Gz^L*Q0avznAw_LGbq zq*_UR(QwdZ>sjfl&s`oqi5>L%bzecr#ym(f4|{B;kV5Gz&n1J5Ilwu^qY(KXK*-z3jHZ;8BoO}J}7 zkGtVK`E1-4x$2q1#eNp6)eY zS&16vtJnO+RK|-1AxvU|E zn+-=|oRqU7CNE}lu_Ps_7RPaUCCsRbo_yFw+a+Pqzc)m1ykj_M=YIH+@#m6KBBb8xE&&S&6KbB9-cHq^G3RP2*(^B`wVFD$8yGBOS%zLOWb zSj2$M7&-Wz;C?!VM2Jv+G=hZa+O;a454V+hUi@YZK^so2sJ~ByWlk7F>za`)y?Z-m zdZVz?;_wabllPNapcGNuy-^lrjlrUYr)2Kcl`Xjvf~Dc*6oGGl>4pP`oPfPf>tXoA90RN`*}`?H-lZwI+scz>Anfm z;5#%)l23em^FwHIt-{1)o`a!6enD@@up?g8m+k31rX)LjXvnM9ah~`7*o4pb;_DBE z(3x+kU65vWx3#Bo-jlj;EhWjXqqXha8%gu-)_JBV#)_okR`I*OCXo_kwG07-rPm{) z#1L}3j&1RbftGFv;+Yq?+Vqm{y{x5|lj)6*lrOC_#oW4ge>U6F=(xVIrY=-@R;QLx z@LS};;nK@r8gAod`o;9D^>m(cM2&jtmNfzkJZ87XqeR7AKZMNr%_t!!8K`dr;-rX) zF8Wn;2_ z+KFda)hgKP`wd1?_@X`d^zoGGv>Xv>7n(m3M6>st@a7DbFTRoM-=>Q-HBD7g3-H>zBxg{O+=w2SZpbqRj)Y4>W(R?`VKk+;ODWS^#d>guRy^AHbG9sT5hOce7 zyOdPJ)fv4%I0{mQ%ZNl?pn2oU=5aGcJms_PgeU_IgL-9Dn6in#bmZ&0SL?$PoEbO2 zGhC?s@-a(VVyNI9HI-4ys$Fuoh`Yx*Uxpl9pXAvrC3GGRQYKSHt&#W;5eZ@UI1fz) zwPv&_HttEE}cr~Ivi#|KI*wkgAOv1V?mf5|Zoe})XRH^2T z;Rn`~lHDRqEmzrAN`@cWwGQz#dXZnGCi1;3zOufEv}Jq|A-boptS%ulu1ak3pj*j9 zrRHYxx7N|0m@U?dip^KJ;<6Zauc;=trgA)XRp<%(X^YD)Xj{L-#DRTo68D9v7?!HO#H?v}R0lcc=dZ zzR5Bg3CEsdBo*_H!Ya10e$<=pk`iub`=q7mgsy1E*s0FxJGZR@*^3vmd0$_P-It1t z9X5$q9-=c_Dfk}TW#un_L8FRLOI^?K&p2D`)~>WR_roaOByPJ0>+8+h4IEnB*2hQp zf8!Uj3EW*g^jvF+`EdCa)12mrpT(ME6$xiJ}Vs`47QwA*!9p8e>ld!kGF*6Nvh z$dXCbbB9zg04n6SUj7KK<;Wcw2J!7>4>uRa#nM;^HVlr@_wKEvj29j}PjcWZ9?2hH zzz?YC82fGC6?188{72!*Z@0TQiwG&koF<^L(k1GA#G4YASCM5)lw2vL&U*2M6cAuIg9@NYdVtIJxB+$XBW zA9SFywKSl!H^a8`AN&}X|Kujkb6*NmzsNzk5082zTy73ed!T>&q8Ei;v2xdfvFlug zZ6ZR`HxFZ>h2O$={8MoH1Bai;$_c9wkjjVEx%5T zSRdv!w`zy9N$M;s0^LT!o{dH^C$9dV?rXeH6|ef?c?7q_<155vB=tR_by4A+=~VLhCZSLGHgZB;Rg=N{^_rb64y3=u!+S9V z2%TfOTV{z0Yu%J@|5CG$7Q&7$eK0}v`a?1;4FzDYrpe4^0n_s=5gZlYN#vF{RLj^ABpY1eNiK zKYa6+0_|R~-b2FF#yh0?l!s;B)1FCc95v?WNxlwJ>vZ6mJ{8~hO3$8g4c33-cc+Sr zwc34igU4xeV`zPvq$$Xq*KOn1?s`yUB*%-3bb2qQmMjGiHkX3BDLboQ9&Np~u4I~W zKbj2FaXYRgyKwbh#C%^=ri+2-rd`=lee{Rz; ztQF2M@o84M%gR06XQr(o^UX-ZZqhpkY`Q?xiWH(Eqt)=hRlch)>PPjs<+*8aGv47$&luN+vwq|pS27Ogw~c!hqv+>iPd;%-laSjN@a?(k*#sM z_^3L7S|=jbH7>w_ZK+9EJxrAhr$ZR>=6kjwZX61aw+7Vwt77#Hpd>6f-+@Kq`-U!p@wXIzgx<}fb#fWy>kF*Cdut(>Q1 z(>KeKXC}sx)uBF&Y|;HTlvX<-7AN+os_DmC-9E7MErY%k4-g3X2as%7bh`N z=#suCZ(<6tihOSOW;VoP5)nwp9?iv=cNM>1g`q-ybSO$+(;K5dG}w5Ql`4=o}|;C)tnW$* zov2dO%sO$PeUUzcaut9sIe8XCIj*&!)!Moutb0uPz9_O9REidoq z1koJ5kx?}(sTqon(&q-%FDx_dw@?wMTU<@eN_a1MtMi0U1Rvk=E|$%=XIWpc1w|V@ z6FW_C-{~cKYwV?5y+(yq5g{b1@r;RUVp}POS!0#1Um!;3S5MRWr~3b_%Gt?&?!)YpjfR7G{VABPNdxl~M`q*t}zYP)t6hxJvhpV-xAJ(|NM{`#A1r zqJXR0&icSwB6-43{)5?tfzOogPCH9FU){GYPnP}&jtL&jZborcA8*YbHR&XRzh09~ zOg!5BesY-j_28gM*8S-4`;Q+{mZ`ovg6=2FQLH*{2ipyAJ1yN`?*E?M+zhJbKVop- z+ndh7xBS|CaBqNWNviC_p|etgWt11bWXNM1gnmAC%G1;I@iXl4>s14 ze;EICaXeV5KAaf{N*q7jt2$hDCwt9hY4daPBv&;>=l0La5O+6sjfC;Hd-ywZ z9}nHTM~;p@pX~fu5GZqgvA(lW@yFfxXTi4%$3e0`5BJ*VGG?X^PBvFFSgYU11FvUf zB>p^HIf^>jTVE3ts5vgmU!@24dNzCEtexCHz$?w^#rrn_?) zojOme`LJzD!vySZoutdm&iPJ0=XH3|uoE2Xr)*|_;_`lNe_~&<;!bIpyJE$+WOp~g zz;Cuccgt#}ecW%S4@Ke)i^9RQIetB#XaGDr5Pz^5x!GMv(i-BXA+VzG-RM zVSe~KZ_AEi?yK|H*#-99IEigYd{nrJ~c#6yoEGg!Ep(T_o2BV92ULAicr`$U#K0KEC{mlhO;P`9b{DXl` z!Iu(UG$&7o?b63gIa^nrUUhmh&n7CWMq%tL$RIwWWR(BpA)SHeJGZ@=v5{&D!A8uI z(oj~6{cq*pqa(<6L%KqfBtqRE4T6Ezo?nnt z%K=$p-TU+}qo$-XKNk+DwPHye^WzJk?gr@qOPTYtMiTU$2)^g5X zM``;zpLg6fkkqe6DcTCOJ{U^o?@ix1`Y8R}(&DMM1xri78_9gT1IHK6wB_B8=ss5z z(Ckze91kzQ7O-{_)vc}sx%s15%XHNB;M-&+i8D#-D@qEM1+K7-Xg z{QW&tnh_)TL?f`qn{-)K^N}xKvAR=y?pEO_sh7Lfx0Y{v242hDxtl^yHiDB1kilI| z{oM6!QpoD+do(ZFo+-5AJGh7T&ZcVS%QX6ayTXzjnaAqR;_!4^Av)l-wRuIzcG*k8 z3WoH36Vu8!CQlBHe&ky}c@SN7LYchU)f9o*1#M~w{QB<2Q4%#-f!Kw`^wM|t>d%Im-X`NI(ct9 zKGStbsjgzRKCdbw^B+_HQW2^lF|QN!p(UI1LQb(Y zZ8Yd}2p8_?MU67xdsXpf=&LZF4<~BLbY_`ug*C>v$&H;H)z=n%H(s?b zIuyOK0ocLKuPd(*o+R5h3Gm8$50<7UDFDe#dXGJGW*wUO#u?4B}uD@&N&Ah`_Zj&XU}m( zfe~ZprYqiB{RK~x@T>GnXt{E{iuK24KIJ3L za!R&=S?_gk^eEpYOxx8ziwT@JOHE9RaT6@iU0Krk&j}?5^v@+W0@np8 zd|&1d7mL4JS#aeMcOPBypYM8XE-`ou?8M~f?EJF1ok4kPrgOkPZzxk(>Q#>Z0PhIH zm%ExxHOdcnxH3P06R_1dr)RZUE3==XYkxEBKAwi*T|4KO2We|U## zzb9sx{ts0;XSyBHr=|Ib>%A3dN0$~Mw-8y7$KT+5q*pVemnSQ_f|l2u&&$hasZDYJ zt=>UTufb}b%LNTxzUM{TT$w3wXzk$8_I8)6=LLQ}Jla<={h2afrykNu@vfx5ZArtb z54il_YopuQK35@smFL^-sKdU~qj7O$rm(756}Yg@=*KXI?#yq6%daiRSJf@EgP=rOh zAV{RhETGPae00Rw8L$<7ndE%&=$d&VrwmG72^tM^}#;`4y$RLxN&w?mX-^| zC?Na(2gqKo9c8c~4NHGY3k%+`yeA%bRXg6x*wzm+5t*#u5l&jkjS+_g65``+8Gh1A%@vh1`_0S^yXp%jJeP!)4QNeUzyJKOg4eU>c zvX6@GRV5ICe3EUTd>h>_Z`Idf%(kVfLtN_ew3-~5dUODSlH~?M7tZ+u`lHOGd^uP{;qZ zwx~ZfZb!-H^T3*gaZW!y@XV*zFDrMMD9VWk1D&&{FPY5&6f+MF^KgFodaaSKm`evx zj>e!e-`rCu1<~+7*|X?t40z?(Q&`IJ!8kLAakhP@BlN%K7bt^Y2L%W)n_I^!1^mc~ z`^jD=;0AEY3@hxEzK-%J*oNY&ViX0OE(+eEooRxg(j_nlA?5G(npb}rz(rvAW#uWY zD+|I9Ttl$@k40ULOQEo+t~?k|vcK$F@~Bq80ovb#WDBOz(*QDg7;D9=7TXbNm2NtE z5A$qw-@w%5%Xl>KSkJ4A8Nj+Of0$>d2b7?5g95Kyne;Ut*D8bm9#3XGoWGs%P*o9{ zkNof9b@bg%-<18|Z}vTc3R|hoC$o1VlezR&%VXP3sC+ap-L(Ce4FU4kpRK%yRvxgK z8C}GB{R-#RUvG_6Fr0;8Q#GV||7H=urjxOA zNvVz1=$9axpELb+@lfXebHv^8@gWdk=!mC=m+FE5&+ltQueGs0{jcLzR`))lTBI_Juifn@Tn+%l}&QbA)f?6cC%L538Ms>>oIM(h1|nYHF7+TsuZ3 z%3n-G(w?Ot>XhCg%jVSp6Sd+guB)(1{w9ixrTH90O(1~(bzb4E^#6Ifuf!^-^h
yk+Q7+8?U|@05aaDD<*oCqpsxzT;Y^Hc_ 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 HBNymDGKP8s literal 0 HcmV?d00001 diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index bc485bd5cb3..c466f7ce4df 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -341,7 +341,7 @@ def test_model_303(self): export_config_xml_ids = [ 'l10n_es_aeat_mod303.aeat_mod303_main_export_config', 'l10n_es_aeat_mod303.aeat_mod303_2017_main_export_config', - # 'l10n_es_aeat_mod303.aeat_mod303_2018_main_export_config', + 'l10n_es_aeat_mod303.aeat_mod303_2018_main_export_config', ] for xml_id in export_config_xml_ids: export_config = self.env.ref(xml_id) From 966c16d1d3a2780fcba41162502c8e4009beaf41 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 13 Apr 2018 21:01:06 +0200 Subject: [PATCH 060/147] [FIX+IMP] l10n_es_aeat_mod303: Fix refinements * No need to change test structure with create * Optimize code * Fix tests in l10n_es_vat_prorrate * Translations * Other minor things --- l10n_es_aeat_mod303/README.rst | 1 + l10n_es_aeat_mod303/__manifest__.py | 8 +- l10n_es_aeat_mod303/i18n/es.po | 121 ++++++------------ .../pre-migration.py | 1 - l10n_es_aeat_mod303/models/mod303.py | 67 +++++----- .../tests/test_l10n_es_aeat_mod303.py | 88 ++++++------- 6 files changed, 120 insertions(+), 166 deletions(-) rename l10n_es_aeat_mod303/migrations/{10.0.1.4.0 => 10.0.2.0.0}/pre-migration.py (99%) diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index b689946dbea..999edf58b38 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -56,6 +56,7 @@ Contribuidores * Comunitea (http://www.comunitea.com) * Antonio Espinosa * Luis M. Ontalba +* Jordi Ballester Maintainer ---------- diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 374991422ba..7c8a1ff81d9 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -1,16 +1,18 @@ # Copyright 2013 Alberto Martín Cortada (Guadaltech) # Copyright 2015 AvanzOSC - Ainara Galdona -# Copyright 2016 Tecnativa - Antonio Espinosa -# Copyright 2014-2017 Tecnativa - Pedro M. Baeza +# Copyright 2016 Tecnativa - Antonio Espinosa +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# Copyright 2014-2018 Tecnativa - Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 { "name": "AEAT modelo 303", - "version": "11.0.1.2.0", + "version": "11.0.2.0.0", "category": "Accounting", "author": "Guadaltech," "AvanzOSC," "Tecnativa," + "Eficent," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/l10n-spain", "license": "AGPL-3", diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 906dc8c8f1c..eb38e0271fb 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,22 +1,19 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 -# -# Translators: -# OCA Transbot , 2018 +# * l10n_es_aeat_mod303 +# msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-10 03:41+0000\n" -"PO-Revision-Date: 2018-02-10 03:41+0000\n" -"Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"POT-Creation-Date: 2018-04-13 18:57+0000\n" +"PO-Revision-Date: 2018-04-13 18:57+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: \n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -50,17 +47,8 @@ msgstr "Permitir generar asiento" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " -"only complete this box when the requirements of Article 74.1 of the Tax " -"Regulations Value Added are met." -msgstr "" -"Se hará constar el importe de las cuotas del Impuesto a la importación " -"incluidas en los documentos en los que conste la liquidación practicada por " -"la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -80,21 +68,17 @@ msgstr "Creado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date msgid "Created on" -msgstr "Creado en" +msgstr "Creado el" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name msgid "Display Name" -msgstr "Nombre mostrado" +msgstr "Nombre a mostrar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "" -"Fee to compensate for prior periods, in which his statement was to return " -"and compensation back option was chosen" -msgstr "" -"Cuota a compensar de periodos anteriores, en los que su declaración fue a " -"devolver y se escogió la opción de compensación posterior" +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id @@ -102,33 +86,20 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:118 #, python-format -msgid "" -"In previous declarations this year you reported a Result Type 'To " -"Compensate'. You might need to fill field '[67] Fees to compensate' in this " -"declaration." -msgstr "" +msgid "In previous declarations this year you reported a Result Type 'To Compensate'. You might need to fill field '[67] Fees to compensate' in this declaration." +msgstr "In previous declarations this year you reported a Result Type 'To Compensate'. You might need to fill field '[67] Fees to compensate' in this declaration." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "" -"In the last auto settlement of the year, shall be recorded (the fourth " -"period or 12th month), with the appropriate sign, the result of the annual " -"adjustment as have the laws by the Economic Agreement approved between the " -"State and the Autonomous Community the Basque Country and the Economic " -"Agreement between the State and Navarre." -msgstr "" -"En la última autoliquidación del año (la del período 4T o mes 12) se hará " -"constar, con el signo que corresponda, el resultado de la regularización " -"anual conforme disponen las Leyes por las que se aprueban el Concierto " -"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " -"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Last Modified on" +msgstr "Última modificación en" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -138,7 +109,7 @@ msgstr "Última actualización por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date msgid "Last Updated on" -msgstr "Última actualización en" +msgstr "Última actualización el" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual @@ -157,12 +128,8 @@ msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" -msgstr "" -"Resultado de la anterior o anteriores declaraciones del mismo concepto, " -"ejercicio y periodo" +msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type @@ -175,13 +142,7 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "Seleccione una cuenta bancaria para realizar el cargo" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:237 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -193,17 +154,14 @@ msgstr "Líneas de impuestos" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "" -"Taxpayers who pay jointly to the Central Government and the Provincial " -"Councils of the Basque Country or the Autonomous Community of Navarra, will " -"enter in this box the percentage of volume operations in the common " -"territory. Other taxpayers will enter in this box 100%" -msgstr "" -"Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " -"operaciones en territorio común. Los demás sujetos pasivos consignarán en " -"esta casilla el 100%" +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:246 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "La cuota a compensar debe ser indicada como una cantidad positiva." #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 @@ -213,12 +171,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "" -"This account will be the counterpart for all the journal items that are " -"regularized when posting the report." -msgstr "" -"Esta cuenta será la contrapartida para todos los elementos del diario que " -"están regularizados al contabilizar el informe." +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 @@ -262,12 +216,8 @@ msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "" -"[66] Attributable to the Administration - [67] Fees to compensate + [68] " -"Annual regularization" -msgstr "" -"Atribuible a la Administración [66] - Cuotas a compensar [67] + " -"Regularización anual [68]" +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar @@ -298,3 +248,4 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + diff --git a/l10n_es_aeat_mod303/migrations/10.0.1.4.0/pre-migration.py b/l10n_es_aeat_mod303/migrations/10.0.2.0.0/pre-migration.py similarity index 99% rename from l10n_es_aeat_mod303/migrations/10.0.1.4.0/pre-migration.py rename to l10n_es_aeat_mod303/migrations/10.0.2.0.0/pre-migration.py index b1c1345dfea..cba25ac96bc 100644 --- a/l10n_es_aeat_mod303/migrations/10.0.1.4.0/pre-migration.py +++ b/l10n_es_aeat_mod303/migrations/10.0.2.0.0/pre-migration.py @@ -9,7 +9,6 @@ def migrate(cr, version): cr.execute(""" UPDATE l10n_es_aeat_mod303_report SET cuota_compensar = abs(cuota_compensar)""") - cr.execute(""" UPDATE l10n_es_aeat_mod303_report SET partner_bank_id = bank_account_id diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 6ea5d59ac58..8e09478fd38 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -105,17 +105,20 @@ def _compute_exception_msg(self): # Get result from previous declarations, in order to identify if # there is an amount to compensate. prev_reports = mod303._get_previous_fiscalyear_reports( - mod303.date_start) - prev_reports.filtered(lambda x: x.state not in ['draft', - 'cancelled']) + mod303.date_start + ).filtered(lambda x: x.state not in ['draft', 'cancelled']) for prev_report in prev_reports: - if prev_report.result_type == 'C' and not \ - mod303.cuota_compensar: - mod303.exception_msg = \ - _("In previous declarations this year you " - "reported a Result Type 'To Compensate'. " - "You might need to fill field '[67] " - "Fees to compensate' in this declaration.") + if (prev_report.result_type == 'C' and not + mod303.cuota_compensar): + if mod303.exception_msg: + mod303.exception_msg += "\n" + else: + mod303.exception_msg = "" + mod303.exception_msg += _( + "In previous declarations this year you reported a " + "Result Type 'To Compensate'. You might need to fill " + "field '[67] Fees to compensate' in this declaration." + ) @api.multi @api.depends('tax_line_ids', 'tax_line_ids.amount') @@ -202,25 +205,26 @@ def onchange_type(self): @api.multi def calculate(self): res = super(L10nEsAeatMod303Report, self).calculate() - account_pattern_mapping = _ACCOUNT_PATTERN_MAP for mod303 in self: mod303.counterpart_account_id = \ self.env['account.account'].search([ - ('code', 'like', '%s%%' % account_pattern_mapping.get( - mod303.result_type)), + ('code', 'like', '%s%%' % _ACCOUNT_PATTERN_MAP.get( + mod303.result_type, '4750')), ('company_id', '=', mod303.company_id.id), - ])[:1] + ], limit=1) prev_reports = mod303._get_previous_fiscalyear_reports( - mod303.date_start) - if prev_reports: - prev_reports = prev_reports.filtered( - lambda x: x.state != 'cancelled') - prev_report = min(prev_reports, key=lambda x: abs( + mod303.date_start + ).filtered(lambda x: x.state not in ['draft', 'cancelled']) + if not prev_reports: + continue + prev_report = min( + prev_reports, key=lambda x: abs( fields.Date.from_string(x.date_end) - - fields.Date.from_string(mod303.date_start))) - if prev_report.resultado_liquidacion < 0.0: - mod303.cuota_compensar = abs( - prev_report.resultado_liquidacion) + fields.Date.from_string(mod303.date_start) + ), + ) + if prev_report.resultado_liquidacion < 0.0: + mod303.cuota_compensar = abs(prev_report.resultado_liquidacion) return res @api.multi @@ -228,21 +232,16 @@ def button_confirm(self): """Check records""" msg = "" for mod303 in self: - if mod303.result_type == 'I' and not mod303.bank_account_id: - msg = _('Select an account for making the charge') - if mod303.result_type == 'D' and not mod303.bank_account_id: + if mod303.result_type == 'D' and not mod303.partner_bank_id: msg = _('Select an account for receiving the money') if msg: - # Don't raise error, because data is not used - # raise exceptions.Warning(msg) - pass + raise exceptions.Warning(msg) return super(L10nEsAeatMod303Report, self).button_confirm() @api.multi @api.constrains('cuota_compensar') def check_qty(self): - for record in self: - if record.cuota_compensar < 0.0: - raise exceptions.ValidationError( - _('The fee to compensate must be indicated ' - 'as a positive number. ')) + if self.filtered(lambda x: x.cuota_compensar < 0.0): + raise exceptions.ValidationError(_( + 'The fee to compensate must be indicated as a positive number.' + )) diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index c466f7ce4df..b33ef5c56c8 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -1,4 +1,5 @@ -# Copyright 2016 Pedro M. Baeza +# -*- coding: utf-8 -*- +# © 2016 Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 import logging @@ -253,7 +254,8 @@ class TestL10nEsAeatMod303Base(TestL10nEsAeatModBase): '75': 0, } - def test_model_303(self): + def setUp(self): + super(TestL10nEsAeatMod303Base, self).setUp() # Purchase invoices self._invoice_purchase_create('2017-01-01') self._invoice_purchase_create('2017-01-02') @@ -264,10 +266,10 @@ def test_model_303(self): self._invoice_sale_create('2017-01-12') sale = self._invoice_sale_create('2017-01-13') self._invoice_refund(sale, '2017-01-14') - # Create model export_config = self.env.ref( 'l10n_es_aeat_mod303.aeat_mod303_main_export_config') - model303 = self.env['l10n.es.aeat.mod303.report'].new({ + # Create model + self.model303 = self.env['l10n.es.aeat.mod303.report'].create({ 'name': '9990000000303', 'company_id': self.company.id, 'company_vat': '1234567890', @@ -282,37 +284,29 @@ def test_model_303(self): 'export_config_id': export_config.id, 'journal_id': self.journal_misc.id, }) - model303.counterpart_account_id \ - = model303._default_counterpart_303() - self.assertEqual(model303.counterpart_account_id.id, + + +class TestL10nEsAeatMod303(TestL10nEsAeatMod303Base): + def test_default_counterpart(self): + self.assertEqual(self.model303._default_counterpart_303().id, self.accounts['475000'].id) - model303 = self.env[ - 'l10n.es.aeat.mod303.report'].create( - model303._convert_to_write(model303._cache)) + + def test_model_303(self): _logger.debug('Calculate AEAT 303 1T 2017') - model303.button_calculate() - self.assertEqual(model303.state, 'calculated') - model303.button_recover() - self.assertEqual(model303.state, 'draft') - self.assertEqual(model303.calculation_date, False) - model303.button_calculate() + self.model303.button_calculate() + self.assertEqual(self.model303.state, 'calculated') # Fill manual fields - model303.write({ - # % atribuible al Estado + self.model303.write({ 'porcentaje_atribuible_estado': 95, - # Cuotas a compensar 'cuota_compensar': 250, - # Iva Diferido (Liquidado por aduana) 'casilla_77': 455, }) - model303.button_recalculate() - self.assertEqual(model303.state, 'calculated') if self.debug: - self._print_tax_lines(model303.tax_line_ids) + self._print_tax_lines(self.model303.tax_line_ids) # Check tax lines for field, result in iter(self.taxes_result.items()): _logger.debug('Checking tax line: %s' % field) - lines = model303.tax_line_ids.filtered( + lines = self.model303.tax_line_ids.filtered( lambda x: x.field_number == int(field)) self.assertAlmostEqual( sum(lines.mapped('amount')), result, 2, @@ -327,13 +321,13 @@ def test_model_303(self): subtotal = round(devengado - deducir, 3) estado = round(subtotal * 0.95, 3) result = round(estado + 455 - 250, 3) - self.assertAlmostEqual(model303.total_devengado, devengado, 2) - self.assertAlmostEqual(model303.total_deducir, deducir, 2) - self.assertAlmostEqual(model303.casilla_46, subtotal, 2) - self.assertAlmostEqual(model303.atribuible_estado, estado, 2) - self.assertAlmostEqual(model303.casilla_69, result, 2) - self.assertAlmostEqual(model303.resultado_liquidacion, result, 2) - self.assertEqual(model303.result_type, 'I') + self.assertAlmostEqual(self.model303.total_devengado, devengado, 2) + self.assertAlmostEqual(self.model303.total_deducir, deducir, 2) + self.assertAlmostEqual(self.model303.casilla_46, subtotal, 2) + self.assertAlmostEqual(self.model303.atribuible_estado, estado, 2) + self.assertAlmostEqual(self.model303.casilla_69, result, 2) + self.assertAlmostEqual(self.model303.resultado_liquidacion, result, 2) + self.assertEqual(self.model303.result_type, 'I') # Export to BOE export_to_boe = self.env['l10n.es.aeat.report.export_to_boe'].create({ 'name': 'test_export_to_boe.txt', @@ -348,17 +342,25 @@ def test_model_303(self): self.assertTrue( export_to_boe._export_config(self.model303, export_config) ) - self.assertTrue(model303.allow_posting) with self.assertRaises(exceptions.ValidationError): - model303.cuota_compensar = -250 - model303.button_post() - self.assertFalse(not model303.move_id) - self.assertEqual(model303.move_id.ref, model303.name) - self.assertEqual(model303.move_id.state, 'draft') - self.assertEqual(model303.move_id.journal_id, model303.journal_id) - self.assertEqual(model303.move_id.partner_id, + self.model303.cuota_compensar = -250 + self.model303.button_post() + self.assertTrue(self.model303.move_id) + self.assertEqual(self.model303.move_id.ref, self.model303.name) + self.assertEqual( + self.model303.move_id.journal_id, self.model303.journal_id, + ) + self.assertEqual(self.model303.move_id.partner_id, self.env.ref('l10n_es_aeat.res_partner_aeat')) - codes = model303.move_id.line_ids.mapped('account_id').mapped('code') - self.assertTrue('475000' in codes) - self.assertTrue('477000' in codes) - self.assertTrue('472000' in codes) + codes = self.model303.move_id.mapped('line_ids.account_id.code') + self.assertIn('475000', codes) + self.assertIn('477000', codes) + self.assertIn('472000', codes) + self.model303.button_unpost() + self.assertFalse(self.model303.move_id) + self.assertEqual(self.model303.state, 'cancelled') + self.model303.button_recover() + self.assertEqual(self.model303.state, 'draft') + self.assertEqual(self.model303.calculation_date, False) + self.model303.button_cancel() + self.assertEqual(self.model303.state, 'cancelled') From eae88e1acf8211c3e5407a68746a56208a8fbe0f Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 16 Apr 2018 15:57:50 +0200 Subject: [PATCH 061/147] [FIX] l10n_es_aeat_mod303: Perform strict search of counterpart account Odoo's operator "like" encloses the text to search into "%s", making the search to match with accounts like "157000" and others as addition to the expected "570000". --- l10n_es_aeat_mod303/__manifest__.py | 2 +- l10n_es_aeat_mod303/models/mod303.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 7c8a1ff81d9..8ea95779c18 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -7,7 +7,7 @@ { "name": "AEAT modelo 303", - "version": "11.0.2.0.0", + "version": "11.0.2.0.1", "category": "Accounting", "author": "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 8e09478fd38..83d7d361ebc 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -208,7 +208,7 @@ def calculate(self): for mod303 in self: mod303.counterpart_account_id = \ self.env['account.account'].search([ - ('code', 'like', '%s%%' % _ACCOUNT_PATTERN_MAP.get( + ('code', '=like', '%s%%' % _ACCOUNT_PATTERN_MAP.get( mod303.result_type, '4750')), ('company_id', '=', mod303.company_id.id), ], limit=1) From 72aea20c348b1a008c26115af55ad294c4929746 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 19 Apr 2018 17:51:29 +0200 Subject: [PATCH 062/147] [FIX] l10n_es_aeat_mod303: Fix result when compensating * Don't show the warning for draft reports * When you have to return result, don't propagate the result to next report * Put only once the warning --- l10n_es_aeat_mod303/__manifest__.py | 2 +- l10n_es_aeat_mod303/models/mod303.py | 34 ++++++++++++++++------------ 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 8ea95779c18..037c801ebfa 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -7,7 +7,7 @@ { "name": "AEAT modelo 303", - "version": "11.0.2.0.1", + "version": "11.0.2.0.2", "category": "Accounting", "author": "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 83d7d361ebc..8d21e460b94 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -101,24 +101,30 @@ def _default_counterpart_303(self): @api.depends('date_start', 'cuota_compensar') def _compute_exception_msg(self): super(L10nEsAeatMod303Report, self)._compute_exception_msg() - for mod303 in self: + for mod303 in self.filtered(lambda x: x.state != 'draft'): # Get result from previous declarations, in order to identify if # there is an amount to compensate. prev_reports = mod303._get_previous_fiscalyear_reports( mod303.date_start ).filtered(lambda x: x.state not in ['draft', 'cancelled']) - for prev_report in prev_reports: - if (prev_report.result_type == 'C' and not - mod303.cuota_compensar): - if mod303.exception_msg: - mod303.exception_msg += "\n" - else: - mod303.exception_msg = "" - mod303.exception_msg += _( - "In previous declarations this year you reported a " - "Result Type 'To Compensate'. You might need to fill " - "field '[67] Fees to compensate' in this declaration." - ) + if not prev_reports: + continue + prev_report = min( + prev_reports, key=lambda x: abs( + fields.Date.from_string(x.date_end) - + fields.Date.from_string(mod303.date_start) + ), + ) + if prev_report.result_type == 'C' and not mod303.cuota_compensar: + if mod303.exception_msg: + mod303.exception_msg += "\n" + else: + mod303.exception_msg = "" + mod303.exception_msg += _( + "In previous declarations this year you reported a " + "Result Type 'To Compensate'. You might need to fill " + "field '[67] Fees to compensate' in this declaration." + ) @api.multi @api.depends('tax_line_ids', 'tax_line_ids.amount') @@ -223,7 +229,7 @@ def calculate(self): fields.Date.from_string(mod303.date_start) ), ) - if prev_report.resultado_liquidacion < 0.0: + if prev_report.result_type == 'C': mod303.cuota_compensar = abs(prev_report.resultado_liquidacion) return res From 449a3ce250be06bf5288d22a202856244077c817 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Mon, 18 Jun 2018 12:34:01 +0000 Subject: [PATCH 063/147] [UPD] Update l10n_es_aeat_mod303.pot --- l10n_es_aeat_mod303/i18n/bg.po | 26 +- l10n_es_aeat_mod303/i18n/ca.po | 37 ++- l10n_es_aeat_mod303/i18n/cs.po | 54 ++-- l10n_es_aeat_mod303/i18n/de.po | 54 ++-- l10n_es_aeat_mod303/i18n/es.po | 98 +++++-- l10n_es_aeat_mod303/i18n/es_CO.po | 57 ++-- l10n_es_aeat_mod303/i18n/es_CR.po | 57 ++-- l10n_es_aeat_mod303/i18n/es_ES.po | 29 +-- l10n_es_aeat_mod303/i18n/eu.po | 37 ++- l10n_es_aeat_mod303/i18n/fr.po | 26 +- l10n_es_aeat_mod303/i18n/gl.po | 37 ++- l10n_es_aeat_mod303/i18n/hr.po | 29 +-- .../i18n/l10n_es_aeat_mod303.pot | 243 ++++++++++++++++++ l10n_es_aeat_mod303/i18n/nl.po | 26 +- l10n_es_aeat_mod303/i18n/pl.po | 58 ++--- l10n_es_aeat_mod303/i18n/pt.po | 26 +- l10n_es_aeat_mod303/i18n/pt_BR.po | 29 +-- l10n_es_aeat_mod303/i18n/sl.po | 29 +-- l10n_es_aeat_mod303/i18n/sv.po | 54 ++-- l10n_es_aeat_mod303/i18n/tr.po | 54 ++-- l10n_es_aeat_mod303/i18n/vi.po | 54 ++-- 21 files changed, 652 insertions(+), 462 deletions(-) create mode 100644 l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot diff --git a/l10n_es_aeat_mod303/i18n/bg.po b/l10n_es_aeat_mod303/i18n/bg.po index a3aa1238eb0..22cd0b7584f 100644 --- a/l10n_es_aeat_mod303/i18n/bg.po +++ b/l10n_es_aeat_mod303/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,8 +51,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -95,7 +95,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -146,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -161,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,9 +181,9 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index 71f07176565..cba0d9f9f4d 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,16 +51,16 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" "Se hará constar el importe de las cuotas del Impuesto a la importación " "incluidas en los documentos en los que conste la liquidación practicada por " "la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en " +"el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -102,7 +102,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -158,8 +158,8 @@ msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" "Resultado de la anterior o anteriores declaraciones del mismo concepto, " "ejercicio y periodo" @@ -175,13 +175,7 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "Seleccione una cuenta bancaria para realizar el cargo" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -200,15 +194,15 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" "Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 @@ -298,3 +292,6 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + +#~ msgid "Select an account for making the charge" +#~ msgstr "Seleccione una cuenta bancaria para realizar el cargo" diff --git a/l10n_es_aeat_mod303/i18n/cs.po b/l10n_es_aeat_mod303/i18n/cs.po index bc435716626..49637ce2e69 100644 --- a/l10n_es_aeat_mod303/i18n/cs.po +++ b/l10n_es_aeat_mod303/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-29 22:48+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: l10n_es_aeat_mod303 @@ -48,21 +48,11 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -157,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -172,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +180,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +193,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/de.po b/l10n_es_aeat_mod303/i18n/de.po index 207aeaa7b55..51dd8bea0a9 100644 --- a/l10n_es_aeat_mod303/i18n/de.po +++ b/l10n_es_aeat_mod303/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # Niki Waibel , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-29 22:48+0000\n" "Last-Translator: Niki Waibel , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -48,21 +48,11 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -157,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -172,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +180,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +193,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index eb38e0271fb..609cbed19b7 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * l10n_es_aeat_mod303 +# * l10n_es_aeat_mod303 # msgid "" msgstr "" @@ -10,6 +10,7 @@ msgstr "" "PO-Revision-Date: 2018-04-13 18:57+0000\n" "Last-Translator: <>\n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -47,8 +48,17 @@ msgstr "Permitir generar asiento" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 -msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." -msgstr "Se hará constar el importe de las cuotas del Impuesto a la importación incluidas en los documentos en los que conste la liquidación practicada por la Administración recibidos en el periodo de liquidación. Solamente podrá cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +msgid "" +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " +"only complete this box when the requirements of Article 74.1 of the Tax " +"Regulations Value Added are met." +msgstr "" +"Se hará constar el importe de las cuotas del Impuesto a la importación " +"incluidas en los documentos en los que conste la liquidación practicada por " +"la Administración recibidos en el periodo de liquidación. Solamente podrá " +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en " +"el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -77,8 +87,12 @@ msgstr "Nombre a mostrar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar -msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" -msgstr "Cuota a compensar de periodos anteriores, en los que su declaración fue a devolver y se escogió la opción de compensación posterior" +msgid "" +"Fee to compensate for prior periods, in which his statement was to return " +"and compensation back option was chosen" +msgstr "" +"Cuota a compensar de periodos anteriores, en los que su declaración fue a " +"devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id @@ -86,15 +100,31 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:118 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format -msgid "In previous declarations this year you reported a Result Type 'To Compensate'. You might need to fill field '[67] Fees to compensate' in this declaration." -msgstr "In previous declarations this year you reported a Result Type 'To Compensate'. You might need to fill field '[67] Fees to compensate' in this declaration." +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." +msgstr "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual -msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." -msgstr "En la última autoliquidación del año (la del período 4T o mes 12) se hará constar, con el signo que corresponda, el resultado de la regularización anual conforme disponen las Leyes por las que se aprueban el Concierto Económico entre el Estado y la Comunidad Autónoma del País Vasco y el Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +msgid "" +"In the last auto settlement of the year, shall be recorded (the fourth " +"period or 12th month), with the appropriate sign, the result of the annual " +"adjustment as have the laws by the Economic Agreement approved between the " +"State and the Autonomous Community the Basque Country and the Economic " +"Agreement between the State and Navarre." +msgstr "" +"En la última autoliquidación del año (la del período 4T o mes 12) se hará " +"constar, con el signo que corresponda, el resultado de la regularización " +"anual conforme disponen las Leyes por las que se aprueban el Concierto " +"Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " +"Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update @@ -128,8 +158,12 @@ msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result -msgid "Result of the previous or prior statements of the same concept, exercise and period" -msgstr "Resultado de la anterior o anteriores declaraciones del mismo concepto, ejercicio y periodo" +msgid "" +"Result of the previous or prior statements of the same concept, exercise and " +"period" +msgstr "" +"Resultado de la anterior o anteriores declaraciones del mismo concepto, " +"ejercicio y periodo" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type @@ -142,7 +176,7 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:237 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -154,25 +188,32 @@ msgstr "Líneas de impuestos" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado -msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" -msgstr "Los sujetos pasivos que tributen conjuntamente a la Administración del Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de Navarra, consignarán en esta casilla el porcentaje del volumen de operaciones en territorio común. Los demás sujetos pasivos consignarán en esta casilla el 100%" +msgid "" +"Taxpayers who pay jointly to the Central Government and the Provincial " +"Councils of the Basque Country or the Autonomous Community of Navarra, will " +"enter in this box the percentage of volume operations in the common " +"territory. Other taxpayers will enter in this box 100%" +msgstr "" +"Los sujetos pasivos que tributen conjuntamente a la Administración del " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " +"operaciones en territorio común. Los demás sujetos pasivos consignarán en " +"esta casilla el 100%" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:246 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "La cuota a compensar debe ser indicada como una cantidad positiva." -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 -#, python-format -msgid "The fee to compensate must be indicated as a positive number. " -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id -msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." -msgstr "Esta cuenta será la contrapartida para todos los elementos del diario que están regularizados al contabilizar el informe." +msgid "" +"This account will be the counterpart for all the journal items that are " +"regularized when posting the report." +msgstr "" +"Esta cuenta será la contrapartida para todos los elementos del diario que " +"están regularizados al contabilizar el informe." #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 @@ -216,8 +257,12 @@ msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 -msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" -msgstr "Atribuible a la Administración [66] - Cuotas a compensar [67] + Regularización anual [68]" +msgid "" +"[66] Attributable to the Administration - [67] Fees to compensate + [68] " +"Annual regularization" +msgstr "" +"Atribuible a la Administración [66] - Cuotas a compensar [67] + " +"Regularización anual [68]" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar @@ -248,4 +293,3 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" - diff --git a/l10n_es_aeat_mod303/i18n/es_CO.po b/l10n_es_aeat_mod303/i18n/es_CO.po index 5aea0dc60e7..c038a877911 100644 --- a/l10n_es_aeat_mod303/i18n/es_CO.po +++ b/l10n_es_aeat_mod303/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-29 22:48+0000\n" "PO-Revision-Date: 2017-06-29 22:48+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -48,21 +49,11 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -105,8 +96,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +139,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -157,8 +147,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -172,13 +162,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +181,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +194,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/es_CR.po b/l10n_es_aeat_mod303/i18n/es_CR.po index 5ae72fb4cb1..bd5f5dddb5e 100644 --- a/l10n_es_aeat_mod303/i18n/es_CR.po +++ b/l10n_es_aeat_mod303/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-06-29 22:48+0000\n" "PO-Revision-Date: 2017-06-29 22:48+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -48,21 +49,11 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -105,8 +96,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +139,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -157,8 +147,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -172,13 +162,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +181,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +194,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/es_ES.po b/l10n_es_aeat_mod303/i18n/es_ES.po index 0973050b205..acdde2d3857 100644 --- a/l10n_es_aeat_mod303/i18n/es_ES.po +++ b/l10n_es_aeat_mod303/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-02-10 03:41+0000\n" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,8 +52,8 @@ msgstr "Permitir publicar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -95,7 +96,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -146,8 +147,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -161,13 +162,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,9 +182,9 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index e76cef551bc..27aca845a45 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,16 +51,16 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" "Se hará constar el importe de las cuotas del Impuesto a la importación " "incluidas en los documentos en los que conste la liquidación practicada por " "la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en " +"el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -102,7 +102,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -158,8 +158,8 @@ msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" "Resultado de la anterior o anteriores declaraciones del mismo concepto, " "ejercicio y periodo" @@ -175,13 +175,7 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "Seleccione una cuenta bancaria para realizar el cargo" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -200,15 +194,15 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" "Los sujetos pasivos que tributen conjuntamente a la Administración del " -"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de" -" Navarra, consignarán en esta casilla el porcentaje del volumen de " +"Estado y a las Diputaciones Forales del País Vasco o a la Comunidad Foral de " +"Navarra, consignarán en esta casilla el porcentaje del volumen de " "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 @@ -298,3 +292,6 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + +#~ msgid "Select an account for making the charge" +#~ msgstr "Seleccione una cuenta bancaria para realizar el cargo" diff --git a/l10n_es_aeat_mod303/i18n/fr.po b/l10n_es_aeat_mod303/i18n/fr.po index 3c709173faa..1bde949c68b 100644 --- a/l10n_es_aeat_mod303/i18n/fr.po +++ b/l10n_es_aeat_mod303/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,8 +51,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -95,7 +95,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -146,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -161,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,9 +181,9 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 4dcfcb2cc6f..14ff930a75a 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,16 +51,16 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" "Se hará constar el importe de las cuotas del Impuesto a la importación " "incluidas en los documentos en los que conste la liquidación practicada por " "la Administración recibidos en el periodo de liquidación. Solamente podrá " -"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en" -" el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." +"cumplimentarse esta casilla cuando se cumplan los requisitos establecidos en " +"el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -102,7 +102,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -119,8 +119,8 @@ msgid "" "State and the Autonomous Community the Basque Country and the Economic " "Agreement between the State and Navarre." msgstr "" -"Na última autoliquidación do ano (a do período 4T ou mes 12) farase constar," -" co signo que corresponda, o resultado da regularización anual conforme " +"Na última autoliquidación do ano (a do período 4T ou mes 12) farase constar, " +"co signo que corresponda, o resultado da regularización anual conforme " "dispoñen as Leis polas que se aproban o Concerto Económico entre o Estado e " "a Comunidade Autónoma do País Vasco e o Convenio Económico entre o Estado e " "a Comunidade Foral de Navarra." @@ -158,8 +158,8 @@ msgstr "Inscrito no Rexistro de Devolución Mensual" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" "Resultado da anterior ou anteriores declaracións do mesmo concepto, " "exercicio e período" @@ -175,13 +175,7 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "Seleccione unha conta bancaria para realiza-lo cargo" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" @@ -205,9 +199,9 @@ msgstr "" "común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 @@ -297,3 +291,6 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + +#~ msgid "Select an account for making the charge" +#~ msgstr "Seleccione unha conta bancaria para realiza-lo cargo" diff --git a/l10n_es_aeat_mod303/i18n/hr.po b/l10n_es_aeat_mod303/i18n/hr.po index 2ae9980b980..a898ce0264b 100644 --- a/l10n_es_aeat_mod303/i18n/hr.po +++ b/l10n_es_aeat_mod303/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -51,8 +52,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -95,7 +96,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -146,8 +147,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -161,13 +162,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,9 +182,9 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot new file mode 100644 index 00000000000..78c015b5163 --- /dev/null +++ b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot @@ -0,0 +1,243 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_es_aeat_mod303 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "(VAT payable - VAT receivable)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report +msgid "AEAT 303 Report" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report +msgid "AEAT 303 model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +msgid "AEAT 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "AEAT model 303" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +msgid "Allow posting" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "Counterpart account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +msgid "Create and query AEAT Model 303 reports" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +msgid "Created on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +msgid "ID" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "In previous declarations this year you reported a Result Type 'To Compensate'. You might need to fill field '[67] Fees to compensate' in this declaration." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Montly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "No activity/Zero result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +msgid "Registered in the Register of Monthly Return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "Result of the previous or prior statements of the same concept, exercise and period" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +msgid "Result type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Resultado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#, python-format +msgid "Select an account for receiving the money" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Tax lines" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To enter" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To return" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +msgid "[27] VAT payable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +msgid "[45] VAT receivable" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +msgid "[46] General scheme result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +msgid "[65] % attributable to State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +msgid "[66] Attributable to the Administration" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +msgid "[67] Fees to compensate" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +msgid "[68] Annual regularization" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +msgid "[69] Result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +msgid "[70] To be deducted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +msgid "[71] Settlement result" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +msgid "[77] VAT deferred (Settle by customs)" +msgstr "" + diff --git a/l10n_es_aeat_mod303/i18n/nl.po b/l10n_es_aeat_mod303/i18n/nl.po index 2a76f2b86bc..fe96a3f289e 100644 --- a/l10n_es_aeat_mod303/i18n/nl.po +++ b/l10n_es_aeat_mod303/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,8 +51,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -95,7 +95,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -146,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -161,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,9 +181,9 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po index 3b534cf0229..23a87c0b63a 100644 --- a/l10n_es_aeat_mod303/i18n/pl.po +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2017-06-29 22:48+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -48,21 +50,11 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -105,8 +97,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +140,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -157,8 +148,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -172,13 +163,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +182,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +195,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index 90f33292199..0389dd06c37 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,8 +51,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -95,7 +95,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -146,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -161,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,9 +181,9 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/i18n/pt_BR.po b/l10n_es_aeat_mod303/i18n/pt_BR.po index b89a5c9df1b..b860d4a0648 100644 --- a/l10n_es_aeat_mod303/i18n/pt_BR.po +++ b/l10n_es_aeat_mod303/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-02-10 03:41+0000\n" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: l10n_es_aeat_mod303 @@ -51,8 +52,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -95,7 +96,7 @@ msgid "ID" msgstr "Identificação" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -146,8 +147,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -161,13 +162,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,9 +182,9 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index 9f54ef44007..e13c103ad53 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-02-10 03:41+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -51,8 +52,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -95,7 +96,7 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:115 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -146,8 +147,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -161,13 +162,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:234 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -187,9 +182,9 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:247 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format -msgid "The fee to compensate must be indicated as a positive number. " +msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 diff --git a/l10n_es_aeat_mod303/i18n/sv.po b/l10n_es_aeat_mod303/i18n/sv.po index d1edddfa4ff..327710bb8b2 100644 --- a/l10n_es_aeat_mod303/i18n/sv.po +++ b/l10n_es_aeat_mod303/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-29 22:48+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 @@ -48,21 +48,11 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -157,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -172,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +180,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +193,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/tr.po b/l10n_es_aeat_mod303/i18n/tr.po index 18d8d780503..1ce72245663 100644 --- a/l10n_es_aeat_mod303/i18n/tr.po +++ b/l10n_es_aeat_mod303/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-29 22:48+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: l10n_es_aeat_mod303 @@ -48,21 +48,11 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -157,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -172,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +180,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +193,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" diff --git a/l10n_es_aeat_mod303/i18n/vi.po b/l10n_es_aeat_mod303/i18n/vi.po index 614c8540dbf..7af3b204fbc 100644 --- a/l10n_es_aeat_mod303/i18n/vi.po +++ b/l10n_es_aeat_mod303/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * l10n_es_aeat_mod303 -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-29 22:48+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: l10n_es_aeat_mod303 @@ -48,21 +48,11 @@ msgstr "" msgid "Allow posting" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_bank_account_id -msgid "Bank account" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "Compensate" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 msgid "" -"Contributions of import tax included in the documents evidencing the payment" -" made by the Administration and received in the settlement period. You can " +"Contributions of import tax included in the documents evidencing the payment " +"made by the Administration and received in the settlement period. You can " "only complete this box when the requirements of Article 74.1 of the Tax " "Regulations Value Added are met." msgstr "" @@ -105,8 +95,12 @@ msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_compensate -msgid "If checked, the return amount will be compensate in future statements" +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#, python-format +msgid "" +"In previous declarations this year you reported a Result Type 'To " +"Compensate'. You might need to fill field '[67] Fees to compensate' in this " +"declaration." msgstr "" #. module: l10n_es_aeat_mod303 @@ -144,11 +138,6 @@ msgstr "" msgid "No activity/Zero result" msgstr "" -#. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_company_partner_id -msgid "Partner" -msgstr "" - #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual msgid "Registered in the Register of Monthly Return" @@ -157,8 +146,8 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result msgid "" -"Result of the previous or prior statements of the same concept, exercise and" -" period" +"Result of the previous or prior statements of the same concept, exercise and " +"period" msgstr "" #. module: l10n_es_aeat_mod303 @@ -172,13 +161,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:185 -#, python-format -msgid "Select an account for making the charge" -msgstr "" - -#. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:187 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -197,6 +180,12 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#, python-format +msgid "The fee to compensate must be indicated as a positive number." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id msgid "" @@ -204,6 +193,11 @@ msgid "" "regularized when posting the report." msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,result_type:0 +msgid "To compensate" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To enter" From 58dd6ebea6b1914726cbfd9cd0d47c7c41316b52 Mon Sep 17 00:00:00 2001 From: mtbochaca Date: Fri, 29 Jun 2018 22:40:00 +0000 Subject: [PATCH 064/147] =?UTF-8?q?Translated=20using=20Weblate=20(catal?= =?UTF-8?q?=C3=A0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100,0% (45 of 45 strings) Translation: l10n-spain-11.0/l10n-spain-11.0-l10n_es_aeat_mod303 Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-11-0/l10n-spain-11-0-l10n_es_aeat_mod303/ca/ --- l10n_es_aeat_mod303/i18n/ca.po | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index cba0d9f9f4d..ba8694a1dae 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-10 03:41+0000\n" -"PO-Revision-Date: 2018-02-10 03:41+0000\n" -"Last-Translator: OCA Transbot , 2018\n" +"PO-Revision-Date: 2018-06-29 22:46+0000\n" +"Last-Translator: mtbochaca \n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.0.1\n" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 @@ -46,7 +47,7 @@ msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting msgid "Allow posting" -msgstr "" +msgstr "Permetre publicar" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 @@ -109,6 +110,9 @@ msgid "" "Compensate'. You might need to fill field '[67] Fees to compensate' in this " "declaration." msgstr "" +"En la declaració prèvia d'aquest any heu declarat un tipus de resultat 'A " +"Compensar'. És possible que hagueu d'emplenar el camp '[67] Quotes a " +"compensar' en aquesta declaració." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual @@ -128,7 +132,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update msgid "Last Modified on" -msgstr "Last Modified on" +msgstr "Última modificació a" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid @@ -172,7 +176,7 @@ msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 #: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" -msgstr "Resultado" +msgstr "Resultat" #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 @@ -203,7 +207,7 @@ msgstr "" #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format msgid "The fee to compensate must be indicated as a positive number." -msgstr "" +msgstr "La quota a compensar s'ha d'indicar com un número positiu." #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id @@ -217,7 +221,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "To compensate" -msgstr "" +msgstr "A compensar" #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 From a7788f954dc4d10c3ae6256c6a91250f5f7b3ff5 Mon Sep 17 00:00:00 2001 From: Abranes Date: Thu, 7 Jun 2018 16:12:43 +0200 Subject: [PATCH 065/147] [FIX] l10n_es_aeat_mod303: Change export_type of Nombre to alphabetic --- l10n_es_aeat_mod303/__manifest__.py | 2 +- l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml | 2 +- l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 037c801ebfa..2899ccfcb5a 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -7,7 +7,7 @@ { "name": "AEAT modelo 303", - "version": "11.0.2.0.2", + "version": "11.0.2.1.0", "category": "Accounting", "author": "Guadaltech," "AvanzOSC," diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml index 4d172f141a1..b0a3f488a01 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml @@ -92,7 +92,7 @@ Identificación: Nombre ${object.company_id.name} - string + alphabetic 20 left diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml index c14880d37e8..ee18191c958 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml @@ -92,7 +92,7 @@ Identificación: Nombre ${object.company_id.name} - string + alphabetic 20 left From e05a93a8f504238dda1f844a34fce3ab4a40c7a2 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 21 Sep 2018 16:06:21 +0200 Subject: [PATCH 066/147] [FIX] l10n_es_aeat_mod303: Include negative amounts in refund tax amounts They were ignored previously --- .../data/tax_code_map_mod303_data.xml | 6 +++--- .../tests/test_l10n_es_aeat_mod303.py | 13 +++++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml index 644f8d481eb..4d3d237b16a 100644 --- a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml @@ -179,8 +179,8 @@ refund amount - debit - + both + @@ -490,7 +490,7 @@ refund amount - credit + both + +

Módulo para la presentación del modelo 303 (IVA - Autodeclaración) de la +Agencia Española de Administración Tributaria.

+

Instrucciones del modelo: http://goo.gl/pgVbXH

+

Diseño de registros BOE en Excel: https://goo.gl/HKOGec

+

Incluye la exportación al formato BOE para su uso telemático y la creación +del asiento de regularización de las cuentas de impuestos.

+

Para el régimen de criterio de caja, hay que buscar el módulo +l10n_es_aeat_mod303_cash_basis.

+

Para la prorrata de IVA, hay que buscar el módulo l10n_es_aeat_vat_prorrate.

+

Table of contents

+ +
+

Known issues / Roadmap

+
    +
  • Los regimenes simplificado y agrícola, ganadero y forestal no están +contemplados en el desarrollo actual.
  • +
  • Posibilidad de marcar en el resultado el ingreso/devolución en la cuenta +corriente tributaria.
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Guadaltech
  • +
  • AvanzOSC
  • +
  • Tecnativa
  • +
  • Eficent
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/l10n-spain project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+ + + diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index 14d46942621..c6024f3e583 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -1,5 +1,4 @@ -# -*- coding: utf-8 -*- -# © 2016 Pedro M. Baeza +# Copyright 2016-2018 Tecnativa - Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 import logging From 1a37b0cb30cf004633f5704721ca01e46a786c34 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Mon, 22 Oct 2018 21:28:05 +0000 Subject: [PATCH 068/147] [UPD] Update l10n_es_aeat_mod303.pot --- .../i18n/l10n_es_aeat_mod303.pot | 263 +++++++++++++++--- 1 file changed, 227 insertions(+), 36 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot index 78c015b5163..b6db47b06c1 100644 --- a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot +++ b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: \n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -29,7 +29,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -39,47 +39,122 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "Contributions of import tax included in the documents evidencing the payment made by the Administration and received in the settlement period. You can only complete this box when the requirements of Article 74.1 of the Tax Regulations Value Added are met." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "Fee to compensate for prior periods, in which his statement was to return and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "" @@ -90,52 +165,127 @@ msgid "In previous declarations this year you reported a Result Type 'To Compens msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "Result of the previous or prior statements of the same concept, exercise and period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -146,15 +296,46 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "Taxpayers who pay jointly to the Central Government and the Provincial Councils of the Basque Country or the Autonomous Community of Navarra, will enter in this box the percentage of volume operations in the common territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -162,7 +343,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "This account will be the counterpart for all the journal items that are regularized when posting the report." msgstr "" @@ -182,62 +363,72 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[66] Attributable to the Administration - [67] Fees to compensate + [68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" From a5d04a29236d205e6253197812812ef453ef8352 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 4 Dec 2018 16:26:48 +0000 Subject: [PATCH 069/147] Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. --- l10n_es_aeat_mod303/i18n/bg.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/ca.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/cs.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/de.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/es.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/es_CO.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/es_CR.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/es_ES.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/eu.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/fr.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/gl.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/hr.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/nl.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/pl.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/pt.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/pt_BR.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/sl.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/sv.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/tr.po | 261 ++++++++++++++++++++++++++---- l10n_es_aeat_mod303/i18n/vi.po | 261 ++++++++++++++++++++++++++---- 20 files changed, 4520 insertions(+), 700 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/bg.po b/l10n_es_aeat_mod303/i18n/bg.po index 22cd0b7584f..580ccdf573c 100644 --- a/l10n_es_aeat_mod303/i18n/bg.po +++ b/l10n_es_aeat_mod303/i18n/bg.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Създадено от" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Създадено на" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Име за Показване" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Последно обновено на" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Последно обновено от" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Последно обновено на" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index ba8694a1dae..dd8edde724d 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -20,7 +20,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "(IVA devengado - IVA deducible)" @@ -35,7 +35,7 @@ msgid "AEAT 303 model" msgstr "Modelo 303" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "Declaraciones AEAT 303" @@ -45,12 +45,52 @@ msgid "AEAT model 303" msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "Permetre publicar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -64,32 +104,62 @@ msgstr "" "el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "Cuenta contrapartida" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Creat per" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Creat el" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Display Name" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" @@ -98,7 +168,12 @@ msgstr "" "devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -115,7 +190,7 @@ msgstr "" "compensar' en aquesta declaració." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -130,37 +205,112 @@ msgstr "" "Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Última modificació a" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Darrera Actualització per" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Darrera Actualització el" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "Devolución mensual" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" @@ -169,12 +319,12 @@ msgstr "" "ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "Resultat" @@ -185,12 +335,38 @@ msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Líneas de impuestos" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -203,6 +379,11 @@ msgstr "" "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -210,7 +391,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "La quota a compensar s'ha d'indicar com un número positiu." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -234,32 +415,42 @@ msgid "To return" msgstr "A devolver" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "[27] IVA devengado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "[45] IVA a deducir" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "[46] Resultado régimen general" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "[65] % atribuible al Estado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" @@ -268,32 +459,32 @@ msgstr "" "Regularización anual [68]" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "[67] Cuotas a compensar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "[71] Result. liquidación" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" diff --git a/l10n_es_aeat_mod303/i18n/cs.po b/l10n_es_aeat_mod303/i18n/cs.po index 49637ce2e69..d24e5607cb6 100644 --- a/l10n_es_aeat_mod303/i18n/cs.po +++ b/l10n_es_aeat_mod303/i18n/cs.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Vytvořil(a)" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Vytvořeno" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Zobrazovaný název" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Naposled upraveno" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Naposled upraveno" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Naposled upraveno" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/de.po b/l10n_es_aeat_mod303/i18n/de.po index 51dd8bea0a9..16e87593239 100644 --- a/l10n_es_aeat_mod303/i18n/de.po +++ b/l10n_es_aeat_mod303/i18n/de.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Erstellt von" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Erstellt am" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index 609cbed19b7..a176c50807a 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: \n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "(IVA devengado - IVA deducible)" @@ -32,7 +32,7 @@ msgid "AEAT 303 model" msgstr "Modelo 303" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "Declaraciones AEAT 303" @@ -42,12 +42,52 @@ msgid "AEAT model 303" msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "Permitir generar asiento" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -61,32 +101,62 @@ msgstr "" "el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "Cuenta contrapartida" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Creado el" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Nombre a mostrar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" @@ -95,7 +165,12 @@ msgstr "" "devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -112,7 +187,7 @@ msgstr "" "declaration." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -127,37 +202,112 @@ msgstr "" "Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Última actualización el" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "Devolución mensual" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" @@ -166,12 +316,12 @@ msgstr "" "ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "Resultado" @@ -182,12 +332,38 @@ msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Líneas de impuestos" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -200,6 +376,11 @@ msgstr "" "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -207,7 +388,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "La cuota a compensar debe ser indicada como una cantidad positiva." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -231,32 +412,42 @@ msgid "To return" msgstr "Negativa" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "[27] IVA devengado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "[45] IVA a deducir" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "[46] Resultado régimen general" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "[65] % atribuible al Estado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" @@ -265,31 +456,31 @@ msgstr "" "Regularización anual [68]" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "[67] Cuotas a compensar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "[71] Result. liquidación" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" diff --git a/l10n_es_aeat_mod303/i18n/es_CO.po b/l10n_es_aeat_mod303/i18n/es_CO.po index c038a877911..24635236c49 100644 --- a/l10n_es_aeat_mod303/i18n/es_CO.po +++ b/l10n_es_aeat_mod303/i18n/es_CO.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -35,7 +35,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -45,12 +45,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -59,39 +99,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Creado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Nombre Público" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -105,7 +180,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -115,49 +190,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Última Modificación el" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Actualizado por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Actualizado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -168,12 +318,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -181,6 +357,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -188,7 +369,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -210,63 +391,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_CR.po b/l10n_es_aeat_mod303/i18n/es_CR.po index bd5f5dddb5e..00ae0094d15 100644 --- a/l10n_es_aeat_mod303/i18n/es_CR.po +++ b/l10n_es_aeat_mod303/i18n/es_CR.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -35,7 +35,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -45,12 +45,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -59,39 +99,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Creado en" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -105,7 +180,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -115,49 +190,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -168,12 +318,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -181,6 +357,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -188,7 +369,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -210,63 +391,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_ES.po b/l10n_es_aeat_mod303/i18n/es_ES.po index acdde2d3857..d7f1fff6366 100644 --- a/l10n_es_aeat_mod303/i18n/es_ES.po +++ b/l10n_es_aeat_mod303/i18n/es_ES.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -35,7 +35,7 @@ msgid "AEAT 303 model" msgstr "Modelo 303 AEAT" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "Informes 303 AEAT" @@ -45,12 +45,52 @@ msgid "AEAT model 303" msgstr "Modelo 303 AEAT" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "Permitir publicar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -59,39 +99,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Creado elCreado el" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Nombre a mostrar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -105,7 +180,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -115,49 +190,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -168,12 +318,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -181,6 +357,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -188,7 +369,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -210,63 +391,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index 27aca845a45..050b9b5e4e4 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "(IVA devengado - IVA deducible)" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "Modelo 303" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "Declaraciones AEAT 303" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -63,32 +103,62 @@ msgstr "" "el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "Cuenta contrapartida" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Nork sortua" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Created on" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Izena erakutsi" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" @@ -97,7 +167,12 @@ msgstr "" "devolver y se escogió la opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -111,7 +186,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -126,37 +201,112 @@ msgstr "" "Convenio Económico entre el Estado y la Comunidad Foral de Navarra." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "Devolución mensual" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "Inscrito en el Registro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" @@ -165,12 +315,12 @@ msgstr "" "ejercicio y periodo" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "Resultado" @@ -181,12 +331,38 @@ msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Líneas de impuestos" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -199,6 +375,11 @@ msgstr "" "operaciones en territorio común. Los demás sujetos pasivos consignarán en " "esta casilla el 100%" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -206,7 +387,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -230,32 +411,42 @@ msgid "To return" msgstr "A devolver" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "[27] IVA devengado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "[45] IVA a deducir" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "[46] Resultado régimen general" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "[65] % atribuible al Estado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "[66] Atribuible a la Administración" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" @@ -264,32 +455,32 @@ msgstr "" "Regularización anual [68]" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "[67] Cuotas a compensar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "[71] Result. liquidación" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" diff --git a/l10n_es_aeat_mod303/i18n/fr.po b/l10n_es_aeat_mod303/i18n/fr.po index 1bde949c68b..6c3f3d3b94d 100644 --- a/l10n_es_aeat_mod303/i18n/fr.po +++ b/l10n_es_aeat_mod303/i18n/fr.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Créé par" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Date" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Nom à afficher" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index 14ff930a75a..b84c83ecfe4 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "(IVE devindicado - IVE deducible)" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "Modelo 303" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "Declaracións AEAT 303" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "Modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -63,32 +103,62 @@ msgstr "" "el artículo 74.1 del Reglamento del Impuesto sobre el Valor Añadido." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "Crea e consulta as declaracións do modelo AEAT 303" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Creado o" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Display Name" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" @@ -97,7 +167,12 @@ msgstr "" "devolver e escolleuse a opción de compensación posterior" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -111,7 +186,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -126,37 +201,112 @@ msgstr "" "a Comunidade Foral de Navarra." #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Modificado por última vez o" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Derradeira actualización feita por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Actualizado por derradeira vez o" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "Devolución mensual" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "Inscrito no Rexistro de Devolución Mensual" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" @@ -165,12 +315,12 @@ msgstr "" "exercicio e período" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "Tipo de resultado" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "Resultado" @@ -181,12 +331,38 @@ msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "Liñas de impostos" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -198,6 +374,11 @@ msgstr "" "consignarán nesta casa a porcentaxe do volumen de operacións no territorio " "común. Os demáis suxeitos pasivos consignarán nesta casa o 100%" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -205,7 +386,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -229,32 +410,42 @@ msgid "To return" msgstr "A devolver" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "[27] IVE devindicado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "[45] IVE a deducir" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "[46] Resultado réxime xeral" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "[65] % atribuible ó Estado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "[66] Atribuible á Administración" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" @@ -263,32 +454,32 @@ msgstr "" "Regularización anual [68]" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "[67] Cotas a compensar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "[68] Regularización anual" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "[69] Resultado" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "[70] A deducir" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "[71] Result. liquidación" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" diff --git a/l10n_es_aeat_mod303/i18n/hr.po b/l10n_es_aeat_mod303/i18n/hr.po index a898ce0264b..84d5b4a1074 100644 --- a/l10n_es_aeat_mod303/i18n/hr.po +++ b/l10n_es_aeat_mod303/i18n/hr.po @@ -20,7 +20,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -35,7 +35,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -45,12 +45,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -59,39 +99,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Kreirao" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Kreirano" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Naziv " #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -105,7 +180,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -115,49 +190,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Zadnje ažuriranje" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -168,12 +318,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -181,6 +357,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -188,7 +369,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -210,63 +391,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/nl.po b/l10n_es_aeat_mod303/i18n/nl.po index fe96a3f289e..c75a5d2db93 100644 --- a/l10n_es_aeat_mod303/i18n/nl.po +++ b/l10n_es_aeat_mod303/i18n/nl.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Te tonen naam" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po index 23a87c0b63a..58662ae6619 100644 --- a/l10n_es_aeat_mod303/i18n/pl.po +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -21,7 +21,7 @@ msgstr "" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -36,7 +36,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -46,12 +46,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -60,39 +100,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Utworzone przez" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Utworzono" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Wyświetlana nazwa " #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -106,7 +181,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -116,49 +191,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Ostatnio modyfikowano" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Ostatnio modyfikowane przez" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Ostatnia zmiana" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -169,12 +319,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -182,6 +358,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -189,7 +370,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -211,63 +392,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index 0389dd06c37..8535698db75 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Criado por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Criado em" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Nome" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Modificado a última vez por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pt_BR.po b/l10n_es_aeat_mod303/i18n/pt_BR.po index b860d4a0648..701cb918250 100644 --- a/l10n_es_aeat_mod303/i18n/pt_BR.po +++ b/l10n_es_aeat_mod303/i18n/pt_BR.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -35,7 +35,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -45,12 +45,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -59,39 +99,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Criado por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Criado em" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Nome para Mostrar" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "Identificação" @@ -105,7 +180,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -115,49 +190,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Última atualização em" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Última atualização por" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Última atualização em" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -168,12 +318,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -181,6 +357,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -188,7 +369,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -210,63 +391,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index e13c103ad53..749148521e8 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -20,7 +20,7 @@ msgstr "" "%100==4 ? 2 : 3);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -35,7 +35,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -45,12 +45,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -59,39 +99,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Ustvaril" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Ustvarjeno" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Prikazni naziv" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -105,7 +180,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -115,49 +190,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Zadnjič spremenjeno" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Zadnji posodobil" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -168,12 +318,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -181,6 +357,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -188,7 +369,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -210,63 +391,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sv.po b/l10n_es_aeat_mod303/i18n/sv.po index 327710bb8b2..a12d85b281c 100644 --- a/l10n_es_aeat_mod303/i18n/sv.po +++ b/l10n_es_aeat_mod303/i18n/sv.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Skapad av" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Skapad den" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Visa namn" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Senast redigerad" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Senast uppdaterad" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/tr.po b/l10n_es_aeat_mod303/i18n/tr.po index 1ce72245663..68238057f8e 100644 --- a/l10n_es_aeat_mod303/i18n/tr.po +++ b/l10n_es_aeat_mod303/i18n/tr.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Oluşturan" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Oluşturuldu" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Son güncelleyen" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Son güncelleme" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/vi.po b/l10n_es_aeat_mod303/i18n/vi.po index 7af3b204fbc..225b1ac230c 100644 --- a/l10n_es_aeat_mod303/i18n/vi.po +++ b/l10n_es_aeat_mod303/i18n/vi.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "(VAT payable - VAT receivable)" msgstr "" @@ -34,7 +34,7 @@ msgid "AEAT 303 model" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_tree msgid "AEAT 303 reports" msgstr "" @@ -44,12 +44,52 @@ msgid "AEAT model 303" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_allow_posting +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__move_id +msgid "Account entry" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Bank account" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__calculation_date +msgid "Calculation date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_id +msgid "Company" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_bank_id +msgid "Company bank account used for the presentation" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Complementary" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_email +msgid "Contact email" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "" "Contributions of import tax included in the documents evidencing the payment " "made by the Administration and received in the settlement period. You can " @@ -58,39 +98,74 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "Counterpart account" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model_terms:ir.actions.act_window,help:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report msgid "Create and query AEAT Model 303 reports" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid msgid "Created by" msgstr "Được tạo bởi" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date msgid "Created on" msgstr "Được tạo vào" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__currency_id +msgid "Currency" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "DVD" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name msgid "Display Name" msgstr "Tên hiển thị" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Done" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_end +msgid "Ending date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id +msgid "Export config" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "" "Fee to compensate for prior periods, in which his statement was to return " "and compensation back option was chosen" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Full Name" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id msgid "ID" msgstr "ID" @@ -104,7 +179,7 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "" "In the last auto settlement of the year, shall be recorded (the fourth " "period or 12th month), with the appropriate sign, the result of the annual " @@ -114,49 +189,124 @@ msgid "" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report___last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id +msgid "Journal in which post the move." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "L.R. VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update msgid "Last Modified on" msgstr "Sửa lần cuối vào" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__representative_vat +msgid "Legal Representative VAT number." +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id +msgid "Model" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__number +msgid "Model number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Montly Return" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_name +msgid "Must have name and surname." +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,result_type:0 msgid "No activity/Zero result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_devolucion_mensual +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Normal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id +msgid "Partner" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type +msgid "Period type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__contact_phone +msgid "Phone" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Posted" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_number +msgid "Previous declaration number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,state:0 +msgid "Processed" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__devolucion_mensual msgid "Registered in the Register of Monthly Return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__name +msgid "Report identifier" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "" "Result of the previous or prior statements of the same concept, exercise and " "period" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_result_type +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__result_type msgid "Result type" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Resultado" msgstr "" @@ -167,12 +317,38 @@ msgid "Select an account for receiving the money" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__date_start +msgid "Starting date" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__state +msgid "State" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__type +msgid "Statement Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,type:0 +msgid "Substitutive" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__support_type +msgid "Support Type" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__tax_line_ids +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form msgid "Tax lines" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "" "Taxpayers who pay jointly to the Central Government and the Provincial " "Councils of the Basque Country or the Autonomous Community of Navarra, will " @@ -180,6 +356,11 @@ msgid "" "territory. Other taxpayers will enter in this box 100%" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,support_type:0 +msgid "Telematics" +msgstr "" + #. module: l10n_es_aeat_mod303 #: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 #, python-format @@ -187,7 +368,7 @@ msgid "The fee to compensate must be indicated as a positive number." msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_counterpart_account_id +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__counterpart_account_id msgid "" "This account will be the counterpart for all the journal items that are " "regularized when posting the report." @@ -209,63 +390,73 @@ msgid "To return" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_devengado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__company_vat +msgid "VAT number" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__year +msgid "Year" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_devengado msgid "[27] VAT payable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_total_deducir +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__total_deducir msgid "[45] VAT receivable" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_46 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_46 msgid "[46] General scheme result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_porcentaje_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__porcentaje_atribuible_estado msgid "[65] % attributable to State" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_atribuible_estado +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__atribuible_estado msgid "[66] Attributable to the Administration" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "" "[66] Attributable to the Administration - [67] Fees to compensate + [68] " "Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_cuota_compensar +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__cuota_compensar msgid "[67] Fees to compensate" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_regularizacion_anual +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__regularizacion_anual msgid "[68] Annual regularization" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_69 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_69 msgid "[69] Result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_previous_result +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__previous_result msgid "[70] To be deducted" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_resultado_liquidacion +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__resultado_liquidacion msgid "[71] Settlement result" msgstr "" #. module: l10n_es_aeat_mod303 -#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_casilla_77 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" From 921ebfee1ad53e48886e2b1881cc656225730688 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 18 Jan 2019 21:35:04 +0100 Subject: [PATCH 070/147] [IMP] l10n_es_aeat_mod303: Add support for 2018 4T: * BOE format * Exonerated from 390 * Fields * Mappings * BOE export * README update * Little change in AEAT engine * Tests adapted + expanded --- l10n_es_aeat_mod303/README.rst | 8 + l10n_es_aeat_mod303/__manifest__.py | 2 + .../data/aeat_export_mod303_2018_data.xml | 130 ++++++++----- ..._aeat_mod303_report_activity_code_data.xml | 86 ++++++++ .../data/tax_code_map_mod303_data.xml | 50 +++++ l10n_es_aeat_mod303/docs/DR303e18v10_40.xlsx | Bin 0 -> 298223 bytes l10n_es_aeat_mod303/docs/instr_mod303.pdf | Bin 253700 -> 0 bytes l10n_es_aeat_mod303/models/mod303.py | 183 +++++++++++++++++- l10n_es_aeat_mod303/readme/ROADMAP.rst | 8 + .../security/ir.model.access.csv | 2 +- .../static/description/index.html | 8 + .../tests/test_l10n_es_aeat_mod303.py | 63 ++++-- ...mod303_report_activity_code_data_views.xml | 27 +++ l10n_es_aeat_mod303/views/mod303_view.xml | 67 ++++++- 14 files changed, 557 insertions(+), 77 deletions(-) create mode 100644 l10n_es_aeat_mod303/data/l10n_es_aeat_mod303_report_activity_code_data.xml create mode 100644 l10n_es_aeat_mod303/docs/DR303e18v10_40.xlsx delete mode 100644 l10n_es_aeat_mod303/docs/instr_mod303.pdf create mode 100644 l10n_es_aeat_mod303/views/l10n_es_aeat_mod303_report_activity_code_data_views.xml diff --git a/l10n_es_aeat_mod303/README.rst b/l10n_es_aeat_mod303/README.rst index 0f088018f07..f94eeedaf92 100644 --- a/l10n_es_aeat_mod303/README.rst +++ b/l10n_es_aeat_mod303/README.rst @@ -50,8 +50,16 @@ Known issues / Roadmap * Los regimenes simplificado y agrícola, ganadero y forestal no están contemplados en el desarrollo actual. +* No se permite definir que una compañía realiza tributación conjunta. +* No se permite definir que una compañía está en concurso de acreedores. +* No se permite definir que una compañía es de una Administración Tributaria + Foral. * Posibilidad de marcar en el resultado el ingreso/devolución en la cuenta corriente tributaria. +* El régimen de criterio de caja está contemplado por el módulo adicional + `l10n_es_aeat_mod303_cash_basis`. +* La prorrata del IVA está contemplada por el módulo adicional + `l10n_es_aeat_vat_prorrate`. Bug Tracker =========== diff --git a/l10n_es_aeat_mod303/__manifest__.py b/l10n_es_aeat_mod303/__manifest__.py index 4c5a8535793..e159c6b1d26 100644 --- a/l10n_es_aeat_mod303/__manifest__.py +++ b/l10n_es_aeat_mod303/__manifest__.py @@ -25,7 +25,9 @@ "data/aeat_export_mod303_data.xml", "data/aeat_export_mod303_2017_data.xml", "data/aeat_export_mod303_2018_data.xml", + "data/l10n_es_aeat_mod303_report_activity_code_data.xml", "views/mod303_view.xml", + "views/l10n_es_aeat_mod303_report_activity_code_data_views.xml", "security/l10n_es_aeat_mod303_security.xml", "security/ir.model.access.csv", ], diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml index ee18191c958..c347025c3c0 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml @@ -774,10 +774,9 @@ 68 - Identificación - Exonerados de la Declaración-resumen anual del IVA, modelo 390: Volumen de operaciones (art. 121 LIVA) - Fijado como no exonerado - 0 + Identificación (1) - ¿Existe volumen de operaciones (art. 121 LIVA)? + ${0 if (object.period_type not in ('4T', '12') or object.exonerated_390 == '2') else (1 if object.has_operation_volume else 2)} integer - 1 left @@ -796,10 +795,11 @@ 70 - ¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede electrónica de la AEAT durante el ejercicio? - Fijado a NO - 2 - integer - + ¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede electrónica de la AEAT durante el ejercicio? + ${object.is_voluntary_sii} + boolean + 1 + 2 1 left @@ -807,15 +807,26 @@ 71 + Identificación (1) - ¿Está exonerado de la Declaración-resumen anual del IVA, modelo 390? + ${0 if object.period_type not in ('4T', '12') else int(object.exonerated_390)} + + integer + 1 + left + + + + 72 + Reservado para la AEAT string - 579 + 578 left - - 72 + + 73 Reservado para la AEAT: Sello electrónico reservado para la AEAT @@ -824,8 +835,8 @@ left - - 73 + + 74 Indicador de fin de registro: </T30301> </T30301000> @@ -2234,7 +2245,7 @@ 28 Información adicional - B- Clave - Principal - + ${object.main_activity_code.code} integer 1 @@ -2245,7 +2256,7 @@ 29 Información adicional - C- Epígrafe IAE - Principal - + ${object.main_activity_iae or ''} string 4 left @@ -2255,7 +2266,7 @@ 30 Información adicional - B- Clave - Otras 1ª - + ${object.other_first_activity_code.code} integer 1 @@ -2266,7 +2277,7 @@ 31 Información adicional - C- Epígrafe IAE - Otras 1ª - + ${object.other_first_activity_iae or ''} string 4 left @@ -2276,7 +2287,7 @@ 32 Información adicional - B- Clave - Otras 2ª - + ${object.other_second_activity_code.code} integer 1 @@ -2287,7 +2298,7 @@ 33 Información adicional - C- Epígrafe IAE - Otras 2ª - + ${object.other_second_activity_iae or ''} string 4 left @@ -2297,7 +2308,7 @@ 34 Información adicional - B- Clave - Otras 3ª - + ${object.other_third_activity_code.code} integer 1 @@ -2308,7 +2319,7 @@ 35 Información adicional - C- Epígrafe IAE - Otras 3ª - + ${object.other_third_activity_iae or ''} string 4 left @@ -2318,7 +2329,7 @@ 36 Información adicional - B- Clave - Otras 4ª - + ${object.other_fourth_activity_code.code} integer 1 @@ -2329,7 +2340,7 @@ 37 Información adicional - C- Epígrafe IAE - Otras 4ª - + ${object.other_fourth_activity_iae or ''} string 4 left @@ -2339,7 +2350,7 @@ 38 Información adicional - B- Clave - Otras 5ª - + ${object.other_fifth_activity_code.code} integer 1 @@ -2350,7 +2361,7 @@ 39 Información adicional - C- Epígrafe IAE - Otras 5ª - + ${object.other_fifth_activity_iae or ''} string 4 left @@ -2360,9 +2371,11 @@ 40 Información adicional - D- Marque si ha efectuado operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas - - string + ${object.has_347} + boolean 1 + X + left @@ -2370,7 +2383,7 @@ 41 Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen general [80] - 0 + ${object.tax_line_ids.filtered(lambda r: r.field_number==80).amount} float 17 @@ -2382,7 +2395,7 @@ 42 Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial del criterio de caja conforme art.75 LIVA [81] - 0 + ${object.tax_line_ids.filtered(lambda r: r.field_number==81).amount} float 17 @@ -2394,7 +2407,7 @@ 43 Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas intracomunitarias exentas [93] - 0 + ${object.tax_line_ids.filtered(lambda r: r.field_number==93).amount} float 17 @@ -2406,7 +2419,7 @@ 44 Información adicional - Operaciones realizadas en el ejercicio - Operaciones exentas sin derecho a deducción [83] - 0 + ${object.tax_line_ids.filtered(lambda r: r.field_number==83).amount} float 17 @@ -2418,7 +2431,7 @@ 45 Información adicional - Operaciones realizadas en el ejercicio - Operaciones no sujetas por reglas de localización o con inversión del sujeto pasivo [84] - 0 + ${object.tax_line_ids.filtered(lambda r: r.field_number==84).amount} float 17 @@ -2430,7 +2443,7 @@ 46 Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes objeto de instalación o montaje en otros Estados miembros [85] - 0 + ${object.tax_line_ids.filtered(lambda r: r.field_number==85).amount} float 17 @@ -2442,7 +2455,7 @@ 47 Información adicional - Operaciones realizadas en el ejercicio - Operaciones de régimen simplificado [86] - 0 + ${object.tax_line_ids.filtered(lambda r: r.field_number==86).amount} float 17 @@ -2453,9 +2466,8 @@ 48 - Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles y operaciones financieras no habituales [79] - 0 - + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes inmuebles no habituales, operaciones financieras y relativas al oro de inversión no habituales [79] + ${object.tax_line_ids.filtered(lambda r: r.field_number==79).amount} float 17 @@ -2466,8 +2478,8 @@ 49 - Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Total volumen de operaciones ([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99]) [88] - 0 + Información adicional - Operaciones realizadas en el ejercicio - Total volumen de operaciones ([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99]) [88] + ${object.casilla_88} float 17 @@ -2536,8 +2548,8 @@ 55 - Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Exportaciones y otras operaciones exentas con derecho a deducción [94] - 0 + Información adicional - Operaciones realizadas en el ejercicio - Exportaciones y otras operaciones exentas con derecho a deducción [94] + ${object.tax_line_ids.filtered(lambda r: r.field_number==94).amount} float 17 @@ -2548,8 +2560,8 @@ 56 - Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en régimen especial de la agricultura, ganadería y pesca [95] - 0 + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial de la agricultura, ganadería y pesca [95] + ${object.tax_line_ids.filtered(lambda r: r.field_number==95).amount} float 17 @@ -2560,8 +2572,8 @@ 57 - Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones realizadas por sujetos pasivos acogidos al régimen especial del recargo de equivalencia [96] - 0 + Información adicional - Operaciones realizadas en el ejercicio - Operaciones realizadas por sujetos pasivos acogidos al régimen especial del recargo de equivalencia [96] + ${object.tax_line_ids.filtered(lambda r: r.field_number==96).amount} float 17 @@ -2572,8 +2584,8 @@ 58 - Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en Régimen especial de bienes usados, objetos de arte, antigüedades y objetos de colección [97] - 0 + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en Régimen especial de bienes usados, objetos de arte, antigüedades y objetos de colección [97] + ${object.tax_line_ids.filtered(lambda r: r.field_number==97).amount} float 17 @@ -2584,8 +2596,8 @@ 59 - Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Operaciones en régimen especial de Agencias de Viajes [98] - 0 + Información adicional - Operaciones realizadas en el ejercicio - Operaciones en régimen especial de Agencias de Viajes [98] + ${object.tax_line_ids.filtered(lambda r: r.field_number==98).amount} float 17 @@ -2596,8 +2608,8 @@ 60 - Información adicional - Exclusivamente a cumplimentar en el último periodo exonerados de la Declaración-resumen anual del IVA - Operaciones realizadas en el ejercicio - Entregas de bienes de inversión [99] - 0 + Información adicional - Operaciones realizadas en el ejercicio - Entregas de bienes de inversión [99] + ${object.tax_line_ids.filtered(lambda r: r.field_number==99).amount} float 17 @@ -2608,15 +2620,27 @@ 61 + Información de la tributación por razón de territorio: Territorio común [107] - Fijado a 0 + 0 + float + + 5 + 2 + right + + + + 62 + Reservado para la AEAT string - 468 + 463 left - - 62 + + 63 Indicador de fin de registro: </T30303> </T30303000> diff --git a/l10n_es_aeat_mod303/data/l10n_es_aeat_mod303_report_activity_code_data.xml b/l10n_es_aeat_mod303/data/l10n_es_aeat_mod303_report_activity_code_data.xml new file mode 100644 index 00000000000..e8821169ccb --- /dev/null +++ b/l10n_es_aeat_mod303/data/l10n_es_aeat_mod303_report_activity_code_data.xml @@ -0,0 +1,86 @@ + + + + + 0 - Sin epígrafe + 4T + + + + 1 - Epígrafes correspondientes a: Actividades en régimen simplificado excepto las agrícolas, ganaderas y pesqueras (AGP) + 4T + + + + 1 - Epígrafes correspondientes a: Actividades AGP con IAE + 4T + + + + 3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas + 4T + + + + 3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales + 4T + + + + 4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE + 4T + + + + + 0 - Sin Epígrafe + 12 + + + + 1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE + 12 + + + + 2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE + 12 + + + + 2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE + 12 + + + + 3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas + 12 + + + + 3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales + 12 + + + + 3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos + 12 + + + + 4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, forestales o pesqueras, no sujetas al IAE + 12 + + + + 5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad + 12 + + + + 6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE + 12 + + + + diff --git a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml index 4d3d237b16a..d55ea2a2939 100644 --- a/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/tax_code_map_mod303_data.xml @@ -623,4 +623,54 @@ --> + + + 80 + Operaciones en régimen general + all + base + both + + + + + + 83 + Operaciones exentas sin derecho a deducción + regular + base + both + + + + + + 93 + Entregas intracomunitarias exentas + regular + base + both + + + + + + 94 + Exportaciones y otras operaciones exentas con derecho a deducción + regular + base + both + + + + + + 96 + Operaciones realizadas por sujetos pasivos acogidos al régimen especial del recargo de equivalencia + regular + base + both + + + diff --git a/l10n_es_aeat_mod303/docs/DR303e18v10_40.xlsx b/l10n_es_aeat_mod303/docs/DR303e18v10_40.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..74f66fcaa43b2293538ef0b6a70effd629e66375 GIT binary patch literal 298223 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 Ui2#Cas0=w^ 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 z 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 z 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 aXSJxLq9`?um&?%5jF(GQ)z#mPmkR))BbT56 diff --git a/l10n_es_aeat_mod303/models/mod303.py b/l10n_es_aeat_mod303/models/mod303.py index 8d21e460b94..53dc2d69731 100644 --- a/l10n_es_aeat_mod303/models/mod303.py +++ b/l10n_es_aeat_mod303/models/mod303.py @@ -1,7 +1,7 @@ # Copyright 2013 - Guadaltech - Alberto Martín Cortada # Copyright 2015 - AvanzOSC - Ainara Galdona # Copyright 2016 Tecnativa - Antonio Espinosa -# Copyright 2014-2017 Tecnativa - Pedro M. Baeza +# Copyright 2014-2019 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import api, exceptions, fields, models, _ @@ -13,6 +13,8 @@ 'I': '4750', } +NON_EDITABLE_ON_DONE = {'done': [('readonly', True)]} + class L10nEsAeatMod303Report(models.Model): _inherit = "l10n.es.aeat.report.tax.mapping" @@ -27,7 +29,8 @@ def _default_counterpart_303(self): ])[:1] devolucion_mensual = fields.Boolean( - string="Montly Return", states={'done': [('readonly', True)]}, + string="Montly Return", + states=NON_EDITABLE_ON_DONE, help="Registered in the Register of Monthly Return") total_devengado = fields.Float( string="[27] VAT payable", readonly=True, compute_sudo=True, @@ -40,7 +43,7 @@ def _default_counterpart_303(self): help="(VAT payable - VAT receivable)", compute='_compute_casilla_46') porcentaje_atribuible_estado = fields.Float( string="[65] % attributable to State", default=100, - states={'done': [('readonly', True)]}, + states=NON_EDITABLE_ON_DONE, help="Taxpayers who pay jointly to the Central Government and " "the Provincial Councils of the Basque Country or the " "Autonomous Community of Navarra, will enter in this box the " @@ -51,12 +54,12 @@ def _default_counterpart_303(self): compute='_compute_atribuible_estado', store=True) cuota_compensar = fields.Float( string="[67] Fees to compensate", default=0, - states={'done': [('readonly', True)]}, + states=NON_EDITABLE_ON_DONE, help="Fee to compensate for prior periods, in which his statement " "was to return and compensation back option was chosen") regularizacion_anual = fields.Float( string="[68] Annual regularization", - states={'done': [('readonly', True)]}, + states=NON_EDITABLE_ON_DONE, help="In the last auto settlement of the year, shall be recorded " "(the fourth period or 12th month), with the appropriate sign, " "the result of the annual adjustment as have the laws by the " @@ -79,7 +82,7 @@ def _default_counterpart_303(self): string="[70] To be deducted", help="Result of the previous or prior statements of the same concept, " "exercise and period", - states={'done': [('readonly', True)]}) + states=NON_EDITABLE_ON_DONE) resultado_liquidacion = fields.Float( string="[71] Settlement result", readonly=True, compute='_compute_resultado_liquidacion', store=True) @@ -96,6 +99,112 @@ def _default_counterpart_303(self): domain="[('company_id', '=', company_id)]", oldname='counterpart_account') allow_posting = fields.Boolean(string="Allow posting", default=True) + exonerated_390 = fields.Selection( + selection=[ + ('1', u'Exonerado'), + ('2', u'No exonerado'), + ], + default='2', + required=True, + states=NON_EDITABLE_ON_DONE, + string=u"Exonerado mod. 390", + help=u"Exonerado de la Declaración-resumen anual del IVA, modelo 390: " + u"Volumen de operaciones (art. 121 LIVA)", + ) + has_operation_volume = fields.Boolean( + string=u"¿Volumen de operaciones?", + default=True, + states=NON_EDITABLE_ON_DONE, + help=u"¿Existe volumen de operaciones (art. 121 LIVA)?", + ) + has_347 = fields.Boolean( + string=u"¿Obligación del 347?", + default=True, + states=NON_EDITABLE_ON_DONE, + help=u"Marque la casilla si el sujeto pasivo ha efectuado con alguna " + u"persona o entidad operaciones por las que tenga obligación de " + u"presentar la declaración anual de operaciones con terceras " + u"personas (modelo 347).", + ) + is_voluntary_sii = fields.Boolean( + string=u"¿SII voluntario?", + states=NON_EDITABLE_ON_DONE, + help=u"¿Ha llevado voluntariamente los Libros registro del IVA a " + u"través de la Sede electrónica de la AEAT durante el ejercicio?", + ) + main_activity_code = fields.Many2one( + comodel_name="l10n.es.aeat.mod303.report.activity.code", + domain="[('period_type', '=', period_type)]", + states=NON_EDITABLE_ON_DONE, + string=u"Código actividad principal", + ) + main_activity_iae = fields.Char( + states=NON_EDITABLE_ON_DONE, + string=u"Epígrafe I.A.E. actividad principal", + size=4, + ) + other_first_activity_code = fields.Many2one( + comodel_name="l10n.es.aeat.mod303.report.activity.code", + domain="[('period_type', '=', period_type)]", + states=NON_EDITABLE_ON_DONE, + string=u"Código 1ª actividad", + ) + other_first_activity_iae = fields.Char( + string=u"Epígrafe I.A.E. 1ª actividad", + states=NON_EDITABLE_ON_DONE, + size=4, + ) + other_second_activity_code = fields.Many2one( + comodel_name="l10n.es.aeat.mod303.report.activity.code", + domain="[('period_type', '=', period_type)]", + states=NON_EDITABLE_ON_DONE, + string=u"Código 2ª actividad", + ) + other_second_activity_iae = fields.Char( + string=u"Epígrafe I.A.E. 2ª actividad", + states=NON_EDITABLE_ON_DONE, + size=4, + ) + other_third_activity_code = fields.Many2one( + comodel_name="l10n.es.aeat.mod303.report.activity.code", + domain="[('period_type', '=', period_type)]", + states=NON_EDITABLE_ON_DONE, + string=u"Código 3ª actividad", + ) + other_third_activity_iae = fields.Char( + string=u"Epígrafe I.A.E. 3ª actividad", + states=NON_EDITABLE_ON_DONE, + size=4, + ) + other_fourth_activity_code = fields.Many2one( + comodel_name="l10n.es.aeat.mod303.report.activity.code", + domain="[('period_type', '=', period_type)]", + states=NON_EDITABLE_ON_DONE, + string=u"Código 4ª actividad", + ) + other_fourth_activity_iae = fields.Char( + string=u"Epígrafe I.A.E. 4ª actividad", + states=NON_EDITABLE_ON_DONE, + size=4, + ) + other_fifth_activity_code = fields.Many2one( + comodel_name="l10n.es.aeat.mod303.report.activity.code", + domain="[('period_type', '=', period_type)]", + states=NON_EDITABLE_ON_DONE, + string=u"Código 5ª actividad", + ) + other_fifth_activity_iae = fields.Char( + string=u"Epígrafe I.A.E. 5ª actividad", + states=NON_EDITABLE_ON_DONE, + size=4, + ) + casilla_88 = fields.Float( + string=u"[88] Total volumen operaciones", + compute='_compute_casilla_88', + help=u"Información adicional - Operaciones realizadas en el ejercicio" + u" - Total volumen de operaciones ([80]+[81]+[93]+[94]+[83]+[84]+" + u"[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])", + store=True) @api.multi @api.depends('date_start', 'cuota_compensar') @@ -173,6 +282,19 @@ def _compute_resultado_liquidacion(self): report.resultado_liquidacion = ( report.casilla_69 - report.previous_result) + @api.depends('tax_line_ids', 'tax_line_ids.amount') + def _compute_casilla_88(self): + for report in self: + report.casilla_88 = sum( + report.tax_line_ids.filtered(lambda x: x.field_number in ( + 80, 81, 83, 84, 85, 86, 93, 94, 95, 96, 97, 98, + )).mapped('amount') + ) - sum( + report.tax_line_ids.filtered(lambda x: x.field_number in ( + 79, 99, + )).mapped('amount') + ) + @api.multi def _compute_allow_posting(self): for report in self: @@ -202,6 +324,7 @@ def onchange_period_type(self): super(L10nEsAeatMod303Report, self).onchange_period_type() if self.period_type not in ('4T', '12'): self.regularizacion_anual = 0 + self.exonerated_390 = '2' @api.onchange('type') def onchange_type(self): @@ -251,3 +374,51 @@ def check_qty(self): raise exceptions.ValidationError(_( 'The fee to compensate must be indicated as a positive number.' )) + + def _get_tax_lines(self, codes, date_start, date_end, map_line): + """Don't populate results for fields 79-99 for reports different from + last of the year one or when not exonerated of presenting model 390. + """ + if 79 <= map_line.field_number <= 99: + if (self.exonerated_390 == '2' or not self.has_operation_volume + or self.period_type not in ('4T', '12')): + return self.env['account.move.line'] + return super(L10nEsAeatMod303Report, self)._get_tax_lines( + codes, date_start, date_end, map_line, + ) + + def _get_move_line_domain(self, codes, date_start, date_end, map_line): + """Changes dates to full year when the summary on last report of the + year for the corresponding fields. Only field number is checked as + the complete check for not bringing results is done on + `_get_tax_lines`. + """ + if 79 <= map_line.field_number <= 99: + date_start = date_start.replace(day=1, month=1) + date_end = date_end.replace(day=31, month=12) + return super(L10nEsAeatMod303Report, self)._get_move_line_domain( + codes, date_start, date_end, map_line, + ) + + +class L10nEsAeatMod303ReportActivityCode(models.Model): + _name = "l10n.es.aeat.mod303.report.activity.code" + _order = "period_type,code,id" + _description = "AEAT 303 Report Activities Codes" + + period_type = fields.Selection( + selection=[ + ('4T', '4T'), + ('12', 'December'), + ], + required=True, + ) + code = fields.Integer( + string="Activity code", + required=True, + ) + name = fields.Char( + string="Activity name", + translate=True, + required=True, + ) diff --git a/l10n_es_aeat_mod303/readme/ROADMAP.rst b/l10n_es_aeat_mod303/readme/ROADMAP.rst index 6148e2515b6..7dab253915a 100644 --- a/l10n_es_aeat_mod303/readme/ROADMAP.rst +++ b/l10n_es_aeat_mod303/readme/ROADMAP.rst @@ -1,4 +1,12 @@ * Los regimenes simplificado y agrícola, ganadero y forestal no están contemplados en el desarrollo actual. +* No se permite definir que una compañía realiza tributación conjunta. +* No se permite definir que una compañía está en concurso de acreedores. +* No se permite definir que una compañía es de una Administración Tributaria + Foral. * Posibilidad de marcar en el resultado el ingreso/devolución en la cuenta corriente tributaria. +* El régimen de criterio de caja está contemplado por el módulo adicional + `l10n_es_aeat_mod303_cash_basis`. +* La prorrata del IVA está contemplada por el módulo adicional + `l10n_es_aeat_vat_prorrate`. diff --git a/l10n_es_aeat_mod303/security/ir.model.access.csv b/l10n_es_aeat_mod303/security/ir.model.access.csv index 27918b244ba..3ebb0d569de 100644 --- a/l10n_es_aeat_mod303/security/ir.model.access.csv +++ b/l10n_es_aeat_mod303/security/ir.model.access.csv @@ -1,3 +1,3 @@ "id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" "access_l10n_es_aeat_mod303_manager","l10n_es_aeat_mod303 manager","model_l10n_es_aeat_mod303_report","l10n_es_aeat.group_account_aeat",1,1,1,1 - +"access_aeat_mod303_activity_code_manager","l10n_es_aeat_mod303_activity_code_manager manager","model_l10n_es_aeat_mod303_report_activity_code","l10n_es_aeat.group_account_aeat",1,1,1,1 diff --git a/l10n_es_aeat_mod303/static/description/index.html b/l10n_es_aeat_mod303/static/description/index.html index be4001c632d..323a68386e2 100644 --- a/l10n_es_aeat_mod303/static/description/index.html +++ b/l10n_es_aeat_mod303/static/description/index.html @@ -395,8 +395,16 @@

  • Los regimenes simplificado y agrícola, ganadero y forestal no están contemplados en el desarrollo actual.
  • +
  • No se permite definir que una compañía realiza tributación conjunta.
  • +
  • No se permite definir que una compañía está en concurso de acreedores.
  • +
  • No se permite definir que una compañía es de una Administración Tributaria +Foral.
  • Posibilidad de marcar en el resultado el ingreso/devolución en la cuenta corriente tributaria.
  • +
  • El régimen de criterio de caja está contemplado por el módulo adicional +l10n_es_aeat_mod303_cash_basis.
  • +
  • La prorrata del IVA está contemplada por el módulo adicional +l10n_es_aeat_vat_prorrate.
diff --git a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py index c6024f3e583..4fdb24c9900 100644 --- a/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py +++ b/l10n_es_aeat_mod303/tests/test_l10n_es_aeat_mod303.py @@ -1,4 +1,4 @@ -# Copyright 2016-2018 Tecnativa - Pedro M. Baeza +# Copyright 2016-2019 Tecnativa - Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 import logging @@ -260,16 +260,6 @@ class TestL10nEsAeatMod303Base(TestL10nEsAeatModBase): def setUp(self): super(TestL10nEsAeatMod303Base, self).setUp() - # Purchase invoices - self._invoice_purchase_create('2017-01-01') - self._invoice_purchase_create('2017-01-02') - purchase = self._invoice_purchase_create('2017-01-03') - self._invoice_refund(purchase, '2017-01-18') - # Sale invoices - self._invoice_sale_create('2017-01-11') - self._invoice_sale_create('2017-01-12') - sale = self._invoice_sale_create('2017-01-13') - self._invoice_refund(sale, '2017-01-14') export_config = self.env.ref( 'l10n_es_aeat_mod303.aeat_mod303_main_export_config') # Create model @@ -288,14 +278,32 @@ def setUp(self): 'export_config_id': export_config.id, 'journal_id': self.journal_misc.id, }) + self.model303_4t = self.model303.copy({ + 'name': '9994000000303', + 'period_type': '4T', + 'date_start': '2017-09-01', + 'date_end': '2017-12-31', + }) class TestL10nEsAeatMod303(TestL10nEsAeatMod303Base): - def test_default_counterpart(self): - self.assertEqual(self.model303._default_counterpart_303().id, - self.accounts['475000'].id) + def setUp(self): + super(TestL10nEsAeatMod303, self).setUp() + # Purchase invoices + self._invoice_purchase_create('2017-01-01') + self._invoice_purchase_create('2017-01-02') + purchase = self._invoice_purchase_create('2017-01-03') + self._invoice_refund(purchase, '2017-01-18') + # Sale invoices + self._invoice_sale_create('2017-01-11') + self._invoice_sale_create('2017-01-12') + sale = self._invoice_sale_create('2017-01-13') + self._invoice_refund(sale, '2017-01-14') def test_model_303(self): + # Test default counterpart + self.assertEqual(self.model303._default_counterpart_303().id, + self.accounts['475000'].id) _logger.debug('Calculate AEAT 303 1T 2017') self.model303.button_calculate() self.assertEqual(self.model303.state, 'calculated') @@ -331,6 +339,11 @@ def test_model_303(self): self.assertAlmostEqual(self.model303.atribuible_estado, estado, 2) self.assertAlmostEqual(self.model303.casilla_69, result, 2) self.assertAlmostEqual(self.model303.resultado_liquidacion, result, 2) + self.assertAlmostEqual( + self.model303_4t.tax_line_ids.filtered( + lambda x: x.field_number == 80 + ).amount, 0, + ) self.assertEqual(self.model303.result_type, 'I') # Export to BOE export_to_boe = self.env['l10n.es.aeat.report.export_to_boe'].create({ @@ -368,3 +381,25 @@ def test_model_303(self): self.assertEqual(self.model303.calculation_date, False) self.model303.button_cancel() self.assertEqual(self.model303.state, 'cancelled') + # Check 4T without exonerated + self.model303_4t.button_calculate() + self.assertAlmostEqual( + self.model303_4t.tax_line_ids.filtered( + lambda x: x.field_number == 80 + ).amount, 0, + ) + # Check 4T with exonerated + self.model303_4t.exonerated_390 = '1' + self.model303_4t.button_calculate() + self.assertAlmostEqual( + self.model303_4t.tax_line_ids.filtered( + lambda x: x.field_number == 80 + ).amount, 14280.0, + ) + self.assertAlmostEqual( + self.model303_4t.casilla_88, 25080.0, + ) + # Check change of period type + self.model303_4t.period_type = '1T' + self.model303_4t.onchange_period_type() + self.assertEqual(self.model303_4t.exonerated_390, '2') diff --git a/l10n_es_aeat_mod303/views/l10n_es_aeat_mod303_report_activity_code_data_views.xml b/l10n_es_aeat_mod303/views/l10n_es_aeat_mod303_report_activity_code_data_views.xml new file mode 100644 index 00000000000..1b8dafa4207 --- /dev/null +++ b/l10n_es_aeat_mod303/views/l10n_es_aeat_mod303_report_activity_code_data_views.xml @@ -0,0 +1,27 @@ + + + + l10n.es.aeat.mod303.report.activity.code + + + + + + + + + + + AEAT model 303 + l10n.es.aeat.mod303.report.activity.code + form + tree + + + + + diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index f5326b8648c..369fbd8ea64 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -30,14 +30,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + col="3" + > + Date: Wed, 23 Jan 2019 09:24:57 +0000 Subject: [PATCH 071/147] [UPD] Update l10n_es_aeat_mod303.pot --- .../i18n/l10n_es_aeat_mod303.pot | 281 +++++++++++++++++- 1 file changed, 278 insertions(+), 3 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot index b6db47b06c1..66c59347ad6 100644 --- a/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot +++ b/l10n_es_aeat_mod303/i18n/l10n_es_aeat_mod303.pot @@ -18,11 +18,98 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "1 - Epígrafes correspondientes a: Actividades en régimen simplificado excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -35,6 +122,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -43,6 +131,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -100,11 +203,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "" @@ -113,13 +218,54 @@ msgstr "" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "" @@ -138,6 +284,51 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -155,11 +346,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "In previous declarations this year you reported a Result Type 'To Compensate'. You might need to fill field '[67] Fees to compensate' in this declaration." msgstr "" @@ -169,6 +361,11 @@ msgstr "" msgid "In the last auto settlement of the year, shall be recorded (the fourth period or 12th month), with the appropriate sign, the result of the annual adjustment as have the laws by the Economic Agreement approved between the State and the Autonomous Community the Basque Country and the Economic Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "Información adicional - Operaciones realizadas en el ejercicio - Total volumen de operaciones ([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -186,16 +383,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "" @@ -204,6 +404,11 @@ msgstr "" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o entidad operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -229,16 +434,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -290,7 +535,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -337,7 +582,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -432,3 +677,33 @@ msgstr "" msgid "[77] VAT deferred (Settle by customs)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" + From 1a4c96e74f62b8d4598c5291964ac36a424f2aa9 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Wed, 23 Jan 2019 09:25:17 +0000 Subject: [PATCH 072/147] Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. --- l10n_es_aeat_mod303/i18n/bg.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/ca.po | 300 +++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/cs.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/de.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/es.po | 300 +++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/es_CO.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/es_CR.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/es_ES.po | 300 +++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/eu.po | 300 +++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/fr.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/gl.po | 300 +++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/hr.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/nl.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/pl.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/pt.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/pt_BR.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/sl.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/sv.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/tr.po | 298 ++++++++++++++++++++++++++++- l10n_es_aeat_mod303/i18n/vi.po | 298 ++++++++++++++++++++++++++++- 20 files changed, 5910 insertions(+), 60 deletions(-) diff --git a/l10n_es_aeat_mod303/i18n/bg.po b/l10n_es_aeat_mod303/i18n/bg.po index 580ccdf573c..04ef585ad44 100644 --- a/l10n_es_aeat_mod303/i18n/bg.po +++ b/l10n_es_aeat_mod303/i18n/bg.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Създадено от" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Създадено на" @@ -122,13 +234,54 @@ msgstr "Създадено на" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Име за Показване" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Последно обновено на" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Последно обновено от" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Последно обновено на" @@ -223,6 +435,14 @@ msgstr "Последно обновено на" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/ca.po b/l10n_es_aeat_mod303/i18n/ca.po index dd8edde724d..67b7383f251 100644 --- a/l10n_es_aeat_mod303/i18n/ca.po +++ b/l10n_es_aeat_mod303/i18n/ca.po @@ -24,11 +24,107 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "(IVA devengado - IVA deducible)" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "Declaración AEAT 303" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 Report Activities Codes" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 activity codes" +msgstr "Modelo 303" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -41,6 +137,7 @@ msgstr "Declaraciones AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "Modelo AEAT 303" @@ -49,6 +146,21 @@ msgstr "Modelo AEAT 303" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -115,11 +227,13 @@ msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Creat per" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Creat el" @@ -128,13 +242,54 @@ msgstr "Creat el" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Display Name" @@ -153,6 +308,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -174,11 +376,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -204,6 +407,14 @@ msgstr "" "Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " "Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -221,16 +432,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Última modificació a" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Darrera Actualització per" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Darrera Actualització el" @@ -239,6 +453,14 @@ msgstr "Darrera Actualització el" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -264,16 +486,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -329,7 +591,7 @@ msgid "Resultado" msgstr "Resultat" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -385,7 +647,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "La quota a compensar s'ha d'indicar com un número positiu." @@ -488,5 +750,37 @@ msgstr "[71] Result. liquidación" msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" + #~ msgid "Select an account for making the charge" #~ msgstr "Seleccione una cuenta bancaria para realizar el cargo" diff --git a/l10n_es_aeat_mod303/i18n/cs.po b/l10n_es_aeat_mod303/i18n/cs.po index d24e5607cb6..5f5a3214345 100644 --- a/l10n_es_aeat_mod303/i18n/cs.po +++ b/l10n_es_aeat_mod303/i18n/cs.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Vytvořil(a)" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Vytvořeno" @@ -122,13 +234,54 @@ msgstr "Vytvořeno" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Zobrazovaný název" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Naposled upraveno" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Naposled upraveno" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Naposled upraveno" @@ -223,6 +435,14 @@ msgstr "Naposled upraveno" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/de.po b/l10n_es_aeat_mod303/i18n/de.po index 16e87593239..cc09302142b 100644 --- a/l10n_es_aeat_mod303/i18n/de.po +++ b/l10n_es_aeat_mod303/i18n/de.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Erstellt von" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Erstellt am" @@ -122,13 +234,54 @@ msgstr "Erstellt am" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "" @@ -223,6 +435,14 @@ msgstr "" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es.po b/l10n_es_aeat_mod303/i18n/es.po index a176c50807a..2943458f036 100644 --- a/l10n_es_aeat_mod303/i18n/es.po +++ b/l10n_es_aeat_mod303/i18n/es.po @@ -21,11 +21,107 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "(IVA devengado - IVA deducible)" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "Declaración AEAT 303" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 Report Activities Codes" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 activity codes" +msgstr "Modelo 303" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -38,6 +134,7 @@ msgstr "Declaraciones AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "Modelo AEAT 303" @@ -46,6 +143,21 @@ msgstr "Modelo AEAT 303" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -112,11 +224,13 @@ msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Creado el" @@ -125,13 +239,54 @@ msgstr "Creado el" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Nombre a mostrar" @@ -150,6 +305,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -171,11 +373,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -201,6 +404,14 @@ msgstr "" "Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " "Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -218,16 +429,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Última actualización el" @@ -236,6 +450,14 @@ msgstr "Última actualización el" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -261,16 +483,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -326,7 +588,7 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -382,7 +644,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "La cuota a compensar debe ser indicada como una cantidad positiva." @@ -484,3 +746,35 @@ msgstr "[71] Result. liquidación" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_CO.po b/l10n_es_aeat_mod303/i18n/es_CO.po index 24635236c49..2eb7ac59693 100644 --- a/l10n_es_aeat_mod303/i18n/es_CO.po +++ b/l10n_es_aeat_mod303/i18n/es_CO.po @@ -24,11 +24,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -41,6 +135,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -49,6 +144,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -110,11 +220,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Creado" @@ -123,13 +235,54 @@ msgstr "Creado" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Nombre Público" @@ -148,6 +301,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -167,11 +367,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -189,6 +390,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -206,16 +415,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Última Modificación el" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Actualizado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Actualizado" @@ -224,6 +436,14 @@ msgstr "Actualizado" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -249,16 +469,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -312,7 +572,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -363,7 +623,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -461,3 +721,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_CR.po b/l10n_es_aeat_mod303/i18n/es_CR.po index 00ae0094d15..e2ea09df8ff 100644 --- a/l10n_es_aeat_mod303/i18n/es_CR.po +++ b/l10n_es_aeat_mod303/i18n/es_CR.po @@ -24,11 +24,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -41,6 +135,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -49,6 +144,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -110,11 +220,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Creado en" @@ -123,13 +235,54 @@ msgstr "Creado en" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "" @@ -148,6 +301,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -167,11 +367,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -189,6 +390,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -206,16 +415,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "" @@ -224,6 +436,14 @@ msgstr "" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -249,16 +469,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -312,7 +572,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -363,7 +623,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -461,3 +721,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/es_ES.po b/l10n_es_aeat_mod303/i18n/es_ES.po index d7f1fff6366..fbebde2568b 100644 --- a/l10n_es_aeat_mod303/i18n/es_ES.po +++ b/l10n_es_aeat_mod303/i18n/es_ES.po @@ -24,11 +24,107 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "Informe 303 AEAT" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 Report Activities Codes" +msgstr "Informe 303 AEAT" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 activity codes" +msgstr "Modelo 303 AEAT" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -41,6 +137,7 @@ msgstr "Informes 303 AEAT" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "Modelo 303 AEAT" @@ -49,6 +146,21 @@ msgstr "Modelo 303 AEAT" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -110,11 +222,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Creado elCreado el" @@ -123,13 +237,54 @@ msgstr "Creado elCreado el" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Nombre a mostrar" @@ -148,6 +303,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -167,11 +369,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -189,6 +392,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -206,16 +417,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "" @@ -224,6 +438,14 @@ msgstr "" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -249,16 +471,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -312,7 +574,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -363,7 +625,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -461,3 +723,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/eu.po b/l10n_es_aeat_mod303/i18n/eu.po index 050b9b5e4e4..5f7678e19ab 100644 --- a/l10n_es_aeat_mod303/i18n/eu.po +++ b/l10n_es_aeat_mod303/i18n/eu.po @@ -23,11 +23,107 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "(IVA devengado - IVA deducible)" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "Declaración AEAT 303" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 Report Activities Codes" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 activity codes" +msgstr "Modelo 303" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +136,7 @@ msgstr "Declaraciones AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "Modelo AEAT 303" @@ -48,6 +145,21 @@ msgstr "Modelo AEAT 303" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -114,11 +226,13 @@ msgstr "Crea y consulta declaración AEAT del modelo 303" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Nork sortua" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Created on" @@ -127,13 +241,54 @@ msgstr "Created on" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Izena erakutsi" @@ -152,6 +307,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -173,11 +375,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -200,6 +403,14 @@ msgstr "" "Económico entre el Estado y la Comunidad Autónoma del País Vasco y el " "Convenio Económico entre el Estado y la Comunidad Foral de Navarra." +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -217,16 +428,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Last Updated on" @@ -235,6 +449,14 @@ msgstr "Last Updated on" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -260,16 +482,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -325,7 +587,7 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione una cuenta bancaria para recibir el dinero" @@ -381,7 +643,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -484,5 +746,37 @@ msgstr "[71] Result. liquidación" msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" + #~ msgid "Select an account for making the charge" #~ msgstr "Seleccione una cuenta bancaria para realizar el cargo" diff --git a/l10n_es_aeat_mod303/i18n/fr.po b/l10n_es_aeat_mod303/i18n/fr.po index 6c3f3d3b94d..75848aa3060 100644 --- a/l10n_es_aeat_mod303/i18n/fr.po +++ b/l10n_es_aeat_mod303/i18n/fr.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Créé par" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Date" @@ -122,13 +234,54 @@ msgstr "Date" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Nom à afficher" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" @@ -223,6 +435,14 @@ msgstr "Dernière mise à jour le" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/gl.po b/l10n_es_aeat_mod303/i18n/gl.po index b84c83ecfe4..8a3aa2146c9 100644 --- a/l10n_es_aeat_mod303/i18n/gl.po +++ b/l10n_es_aeat_mod303/i18n/gl.po @@ -23,11 +23,107 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "(IVE devindicado - IVE deducible)" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "Declaración AEAT 303" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 Report Activities Codes" +msgstr "Declaración AEAT 303" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +#, fuzzy +msgid "AEAT 303 activity codes" +msgstr "Modelo 303" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +136,7 @@ msgstr "Declaracións AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "Modelo AEAT 303" @@ -48,6 +145,21 @@ msgstr "Modelo AEAT 303" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -114,11 +226,13 @@ msgstr "Crea e consulta as declaracións do modelo AEAT 303" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Creado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Creado o" @@ -127,13 +241,54 @@ msgstr "Creado o" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Display Name" @@ -152,6 +307,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -173,11 +375,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -200,6 +403,14 @@ msgstr "" "a Comunidade Autónoma do País Vasco e o Convenio Económico entre o Estado e " "a Comunidade Foral de Navarra." +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -217,16 +428,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Modificado por última vez o" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Derradeira actualización feita por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Actualizado por derradeira vez o" @@ -235,6 +449,14 @@ msgstr "Actualizado por derradeira vez o" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -260,16 +482,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "Sin actividad/Resultado cero" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -325,7 +587,7 @@ msgid "Resultado" msgstr "Resultado" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "Seleccione unha conta bancaria para recibi-lo diñeiro" @@ -380,7 +642,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -483,5 +745,37 @@ msgstr "[71] Result. liquidación" msgid "[77] VAT deferred (Settle by customs)" msgstr "[77] Iva Diferido (Liquidado por aduana)" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" + #~ msgid "Select an account for making the charge" #~ msgstr "Seleccione unha conta bancaria para realiza-lo cargo" diff --git a/l10n_es_aeat_mod303/i18n/hr.po b/l10n_es_aeat_mod303/i18n/hr.po index 84d5b4a1074..775705d722b 100644 --- a/l10n_es_aeat_mod303/i18n/hr.po +++ b/l10n_es_aeat_mod303/i18n/hr.po @@ -24,11 +24,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -41,6 +135,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -49,6 +144,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -110,11 +220,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Kreirao" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Kreirano" @@ -123,13 +235,54 @@ msgstr "Kreirano" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Naziv " @@ -148,6 +301,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -167,11 +367,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -189,6 +390,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -206,16 +415,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Zadnje ažuriranje" @@ -224,6 +436,14 @@ msgstr "Zadnje ažuriranje" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -249,16 +469,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -312,7 +572,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -363,7 +623,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -461,3 +721,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/nl.po b/l10n_es_aeat_mod303/i18n/nl.po index c75a5d2db93..becd4076955 100644 --- a/l10n_es_aeat_mod303/i18n/nl.po +++ b/l10n_es_aeat_mod303/i18n/nl.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Aangemaakt op" @@ -122,13 +234,54 @@ msgstr "Aangemaakt op" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Te tonen naam" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" @@ -223,6 +435,14 @@ msgstr "Laatst bijgewerkt op" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pl.po b/l10n_es_aeat_mod303/i18n/pl.po index 58662ae6619..162afef766b 100644 --- a/l10n_es_aeat_mod303/i18n/pl.po +++ b/l10n_es_aeat_mod303/i18n/pl.po @@ -25,11 +25,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -42,6 +136,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -50,6 +145,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -111,11 +221,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Utworzone przez" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Utworzono" @@ -124,13 +236,54 @@ msgstr "Utworzono" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Wyświetlana nazwa " @@ -149,6 +302,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -168,11 +368,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -190,6 +391,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -207,16 +416,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Ostatnio modyfikowano" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Ostatnio modyfikowane przez" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Ostatnia zmiana" @@ -225,6 +437,14 @@ msgstr "Ostatnia zmiana" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -250,16 +470,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -313,7 +573,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -364,7 +624,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -462,3 +722,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pt.po b/l10n_es_aeat_mod303/i18n/pt.po index 8535698db75..fe259f25c3d 100644 --- a/l10n_es_aeat_mod303/i18n/pt.po +++ b/l10n_es_aeat_mod303/i18n/pt.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Criado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Criado em" @@ -122,13 +234,54 @@ msgstr "Criado em" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Nome" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Modificado a última vez por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" @@ -223,6 +435,14 @@ msgstr "Atualizado pela última vez em" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/pt_BR.po b/l10n_es_aeat_mod303/i18n/pt_BR.po index 701cb918250..1951dfd907b 100644 --- a/l10n_es_aeat_mod303/i18n/pt_BR.po +++ b/l10n_es_aeat_mod303/i18n/pt_BR.po @@ -24,11 +24,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -41,6 +135,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -49,6 +144,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -110,11 +220,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Criado por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Criado em" @@ -123,13 +235,54 @@ msgstr "Criado em" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Nome para Mostrar" @@ -148,6 +301,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -167,11 +367,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "Identificação" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -189,6 +390,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -206,16 +415,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Última atualização em" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Última atualização por" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Última atualização em" @@ -224,6 +436,14 @@ msgstr "Última atualização em" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -249,16 +469,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -312,7 +572,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -363,7 +623,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -461,3 +721,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sl.po b/l10n_es_aeat_mod303/i18n/sl.po index 749148521e8..4e865c833fb 100644 --- a/l10n_es_aeat_mod303/i18n/sl.po +++ b/l10n_es_aeat_mod303/i18n/sl.po @@ -24,11 +24,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -41,6 +135,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -49,6 +144,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -110,11 +220,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Ustvaril" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Ustvarjeno" @@ -123,13 +235,54 @@ msgstr "Ustvarjeno" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Prikazni naziv" @@ -148,6 +301,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -167,11 +367,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -189,6 +390,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -206,16 +415,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Zadnjič spremenjeno" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Zadnji posodobil" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" @@ -224,6 +436,14 @@ msgstr "Zadnjič posodobljeno" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -249,16 +469,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -312,7 +572,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -363,7 +623,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -461,3 +721,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/sv.po b/l10n_es_aeat_mod303/i18n/sv.po index a12d85b281c..47b2cd932fc 100644 --- a/l10n_es_aeat_mod303/i18n/sv.po +++ b/l10n_es_aeat_mod303/i18n/sv.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Skapad av" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Skapad den" @@ -122,13 +234,54 @@ msgstr "Skapad den" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Visa namn" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Senast redigerad" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Senast uppdaterad" @@ -223,6 +435,14 @@ msgstr "Senast uppdaterad" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/tr.po b/l10n_es_aeat_mod303/i18n/tr.po index 68238057f8e..35d16fd1ee0 100644 --- a/l10n_es_aeat_mod303/i18n/tr.po +++ b/l10n_es_aeat_mod303/i18n/tr.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Oluşturan" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Oluşturuldu" @@ -122,13 +234,54 @@ msgstr "Oluşturuldu" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Son güncelleyen" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Son güncelleme" @@ -223,6 +435,14 @@ msgstr "Son güncelleme" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" diff --git a/l10n_es_aeat_mod303/i18n/vi.po b/l10n_es_aeat_mod303/i18n/vi.po index 225b1ac230c..07bdada0d96 100644 --- a/l10n_es_aeat_mod303/i18n/vi.po +++ b/l10n_es_aeat_mod303/i18n/vi.po @@ -23,11 +23,105 @@ msgstr "" msgid "(VAT payable - VAT receivable)" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_0 +msgid "0 - Sin Epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_0 +msgid "0 - Sin epígrafe" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1b +msgid "1 - Epígrafes correspondientes a: Actividades AGP con IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_1 +msgid "" +"1 - Epígrafes correspondientes a: Actividades empresariales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_1a +msgid "" +"1 - Epígrafes correspondientes a: Actividades en régimen simplificado " +"excepto las agrícolas, ganaderas y pesqueras (AGP)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2b +msgid "2 - Epígrafes correspondientes a: Actividades artísticas sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_2a +msgid "" +"2 - Epígrafes correspondientes a: Actividades profesionales sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3a +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3a +msgid "3 - Epígrafe 861.1 correspondiente a: Alquiler de viviendas" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3b +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_3b +msgid "3 - Epígrafe 861.2 correspondiente a: Alquiler de locales industriales" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_3c +msgid "3 - Epígrafe 862 correspondiente a: Alquiler de inmuebles rústicos" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_4t_4 +msgid "4 - Sin epígrafe, correspondiente a: Actividades AGP, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_4 +msgid "" +"4 - Sin epígrafe, correspondiente a: Actividades agrícolas, ganaderas, " +"forestales o pesqueras, no sujetas al IAE" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "4T" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_5 +msgid "5 - Sin epígrafe, correspondiente a: Sujetos pasivos sin actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:l10n.es.aeat.mod303.report.activity.code,name:l10n_es_aeat_mod303.aeat_mod303_activity_code_12_6 +msgid "" +"6 - Sin epígrafe, correspondiente a: Otras actividades no sujetas al IAE" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report msgid "AEAT 303 Report" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model,name:l10n_es_aeat_mod303.model_l10n_es_aeat_mod303_report_activity_code +msgid "AEAT 303 Report Activities Codes" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report_activity_code +msgid "AEAT 303 activity codes" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.ui.menu,name:l10n_es_aeat_mod303.menu_aeat_mod303_report msgid "AEAT 303 model" @@ -40,6 +134,7 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report +#: model:ir.actions.act_window,name:l10n_es_aeat_mod303.action_l10n_es_aeat_mod303_report_activity_code msgid "AEAT model 303" msgstr "" @@ -48,6 +143,21 @@ msgstr "" msgid "Account entry" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__code +msgid "Activity code" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__name +msgid "Activity name" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__allow_posting msgid "Allow posting" @@ -109,11 +219,13 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_uid msgid "Created by" msgstr "Được tạo bởi" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__create_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__create_date msgid "Created on" msgstr "Được tạo vào" @@ -122,13 +234,54 @@ msgstr "Được tạo vào" msgid "Currency" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_code +msgid "Código 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_code +msgid "Código 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_code +msgid "Código 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_code +msgid "Código 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_code +msgid "Código 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_code +msgid "Código actividad principal" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,support_type:0 msgid "DVD" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Datos extra exonerados modelo 390" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report.activity.code,period_type:0 +msgid "December" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__display_name +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__display_name msgid "Display Name" msgstr "Tên hiển thị" @@ -147,6 +300,53 @@ msgstr "" msgid "Ending date" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_first_activity_iae +msgid "Epígrafe I.A.E. 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_second_activity_iae +msgid "Epígrafe I.A.E. 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_third_activity_iae +msgid "Epígrafe I.A.E. 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fourth_activity_iae +msgid "Epígrafe I.A.E. 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__other_fifth_activity_iae +msgid "Epígrafe I.A.E. 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__main_activity_iae +msgid "Epígrafe I.A.E. actividad principal" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "Exonerado" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "" +"Exonerado de la Declaración-resumen anual del IVA, modelo 390: Volumen de " +"operaciones (art. 121 LIVA)" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__exonerated_390 +msgid "Exonerado mod. 390" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__export_config_id msgid "Export config" @@ -166,11 +366,12 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__id +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__id msgid "ID" msgstr "ID" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:123 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:232 #, python-format msgid "" "In previous declarations this year you reported a Result Type 'To " @@ -188,6 +389,14 @@ msgid "" "Agreement between the State and Navarre." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "" +"Información adicional - Operaciones realizadas en el ejercicio - Total " +"volumen de operaciones " +"([80]+[81]+[93]+[94]+[83]+[84]+[85]+[86]+[95]+[96]+[97]+[98]-[79]-[99])" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__journal_id msgid "Journal" @@ -205,16 +414,19 @@ msgstr "" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report____last_update +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code____last_update msgid "Last Modified on" msgstr "Sửa lần cuối vào" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_uid +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__write_date +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" @@ -223,6 +435,14 @@ msgstr "Cập nhật lần cuối vào" msgid "Legal Representative VAT number." msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "" +"Marque la casilla si el sujeto pasivo ha efectuado con alguna persona o " +"entidad operaciones por las que tenga obligación de presentar la declaración " +"anual de operaciones con terceras personas (modelo 347)." +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__model_id msgid "Model" @@ -248,16 +468,56 @@ msgstr "" msgid "No activity/Zero result" msgstr "" +#. module: l10n_es_aeat_mod303 +#: selection:l10n.es.aeat.mod303.report,exonerated_390:0 +msgid "No exonerado" +msgstr "" + #. module: l10n_es_aeat_mod303 #: selection:l10n.es.aeat.mod303.report,type:0 msgid "Normal" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 1ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 2ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 3ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 4ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otras - 5ª actividad" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model_terms:ir.ui.view,arch_db:l10n_es_aeat_mod303.view_l10n_es_aeat_mod303_report_form +msgid "Otros" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__partner_id msgid "Partner" msgstr "" +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report_activity_code__period_type +msgid "Period Type" +msgstr "" + #. module: l10n_es_aeat_mod303 #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__period_type msgid "Period type" @@ -311,7 +571,7 @@ msgid "Resultado" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:242 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:365 #, python-format msgid "Select an account for receiving the money" msgstr "" @@ -362,7 +622,7 @@ msgid "Telematics" msgstr "" #. module: l10n_es_aeat_mod303 -#: code:addons/l10n_es_aeat_mod303/models/mod303.py:251 +#: code:addons/l10n_es_aeat_mod303/models/mod303.py:374 #, python-format msgid "The fee to compensate must be indicated as a positive number." msgstr "" @@ -460,3 +720,35 @@ msgstr "" #: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_77 msgid "[77] VAT deferred (Settle by customs)" msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__casilla_88 +msgid "[88] Total volumen operaciones" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Existe volumen de operaciones (art. 121 LIVA)?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,help:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "" +"¿Ha llevado voluntariamente los Libros registro del IVA a través de la Sede " +"electrónica de la AEAT durante el ejercicio?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_347 +msgid "¿Obligación del 347?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__is_voluntary_sii +msgid "¿SII voluntario?" +msgstr "" + +#. module: l10n_es_aeat_mod303 +#: model:ir.model.fields,field_description:l10n_es_aeat_mod303.field_l10n_es_aeat_mod303_report__has_operation_volume +msgid "¿Volumen de operaciones?" +msgstr "" From 5ae3884d3f2e933d4b548d2ec6ee467b279c2fc1 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 23 Jan 2019 10:38:15 +0100 Subject: [PATCH 073/147] [FIX] l10n_es_aeat_mod303: Proper view when not exonerated As numbers have changed, the view was not adjusted. --- l10n_es_aeat_mod303/views/mod303_view.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/l10n_es_aeat_mod303/views/mod303_view.xml b/l10n_es_aeat_mod303/views/mod303_view.xml index 369fbd8ea64..46479ec1547 100644 --- a/l10n_es_aeat_mod303/views/mod303_view.xml +++ b/l10n_es_aeat_mod303/views/mod303_view.xml @@ -37,16 +37,16 @@ @@ -150,7 +150,7 @@ From e7e8af1534a945300b797c63a9b33aeb616df92d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 23 Jan 2019 21:19:00 +0100 Subject: [PATCH 074/147] [FIX] l10n_es_aeat_mod303: Don't inform 347 if not exonerated or not last period Inform this field only in the case where this proceeds. --- l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml index c347025c3c0..45d2c521699 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml @@ -2371,7 +2371,7 @@ 40 Información adicional - D- Marque si ha efectuado operaciones por las que tenga obligación de presentar la declaración anual de operaciones con terceras personas - ${object.has_347} + ${object.period_type in ('4T', '12') and object.exonerated_390 == '1' and object.has_347} boolean 1 X From 2ba9761b018817ad283df4c56b64567d9bc0cbe0 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 29 Jan 2019 00:24:00 +0100 Subject: [PATCH 075/147] [IMP] l10n_es_aeat: Add active field to export configs This way, we don't initially see all the subconfigs for each model and we can concentrate on main export configurations. This is got through `active` field default behaviour. Archived config are still directly searchable through the subconfig selector in the configuration line. All models export configs have been adapted to this new approach. --- l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml | 5 +++++ l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml | 5 +++++ l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml | 4 ++++ l10n_es_aeat_mod303/static/description/index.html | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml index b0a3f488a01..b568b5d943d 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2017_data.xml @@ -1,10 +1,13 @@ + Exportación modelo 303 2017 - Régimen general/simplificado 303 + @@ -816,6 +819,7 @@ Exportación modelo 303 2017 - Régimen agrícola, ganadero y forestal (No implementado) 303 + @@ -1893,6 +1897,7 @@ Exportación modelo 303 2017 - Información adicional + Resultado 303 + diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml index 45d2c521699..8bf2cffbebe 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_2018_data.xml @@ -1,10 +1,13 @@ + Exportación modelo 303 2017 - Régimen general/simplificado 303 + @@ -849,6 +852,7 @@ Exportación modelo 303 2017 - Régimen agrícola, ganadero y forestal (No implementado) 303 + @@ -1926,6 +1930,7 @@ Exportación modelo 303 2017 - Información adicional + Resultado 303 + diff --git a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml index f2d3f57de77..8a9299dc9ed 100644 --- a/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml +++ b/l10n_es_aeat_mod303/data/aeat_export_mod303_data.xml @@ -1,5 +1,6 @@ @@ -7,6 +8,7 @@ Mod.303 2014 - Régimen general 303 + @@ -797,6 +799,7 @@ Mod.303 2014 - Régimen agrícola, ganadero y forestal (No implementado) 303 + @@ -1872,6 +1875,7 @@ Mod.303 2014 - Información adicional + Resultado 303 + diff --git a/l10n_es_aeat_mod303/static/description/index.html b/l10n_es_aeat_mod303/static/description/index.html index 323a68386e2..453e5881d3c 100644 --- a/l10n_es_aeat_mod303/static/description/index.html +++ b/l10n_es_aeat_mod303/static/description/index.html @@ -3,7 +3,7 @@ - + AEAT modelo 303

Known issues / Roadmap

Beta License: AGPL-3 OCA/l10n-spain Translate me on Weblate Try me on Runbot

8zcTiGkbsvyK=!S6iFq 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