From df7404dd508f8c14665a8bd226df61977a8c0d8a Mon Sep 17 00:00:00 2001 From: Daniel Mendieta Date: Thu, 10 Nov 2016 10:33:59 -0500 Subject: [PATCH 1/9] =?UTF-8?q?[NEW=20MODULE]=20Add=20the=20chart=20of=20a?= =?UTF-8?q?ccount=20from=20the=20Superintendencia=20de=20Compa=C3=B1=C3=AD?= =?UTF-8?q?as=20(mandatory=20in=20Ecuador)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_ec/README.rst | 121 +++++++++++ l10n_ec/__init__.py | 1 + l10n_ec/__openerp__.py | 23 ++ l10n_ec/data/account.account.template.csv | 252 ++++++++++++++++++++++ l10n_ec/data/account_chart_template.xml | 19 ++ l10n_ec/data/account_chart_template.yml | 3 + l10n_ec/static/description/icon.png | Bin 0 -> 29093 bytes 7 files changed, 419 insertions(+) create mode 100644 l10n_ec/README.rst create mode 100644 l10n_ec/__init__.py create mode 100644 l10n_ec/__openerp__.py create mode 100644 l10n_ec/data/account.account.template.csv create mode 100644 l10n_ec/data/account_chart_template.xml create mode 100644 l10n_ec/data/account_chart_template.yml create mode 100644 l10n_ec/static/description/icon.png diff --git a/l10n_ec/README.rst b/l10n_ec/README.rst new file mode 100644 index 00000000..ae53c8cc --- /dev/null +++ b/l10n_ec/README.rst @@ -0,0 +1,121 @@ +.. 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 + +======================= +Ecuador's Account Chart +======================= + +This module adds the basic chart of account of Ecuador. + * Works with the specifications of the Superintendencia de Compañías. + +Plan de Cuentas NIIF Pymes para Ecuador +======================================= + +Agrega el plan de cuentas para Ecuador. + * Utiliza la clasificación de la Superintendencia de Compañías. + +Installation +============ + +To install this module, you need to: + +* Add the module to your addons path. +* Install the module as usual. + +Instalación +=========== + +Para instalar este módulo se debe: + +* Agregar el módulo al directorio de addons. +* Instalarlo de manera regular. + +Configuration +============= + +This module adds all the accounts as said by the Supercias but: + * You should delete the accounts that don't apply to your company. + * You should add the accounts that are not mandatory but you need. + * Keen in mind that you should use the standar coding, if you don't reports will fail. + +Configuración +============= + +Este módulo agrega las cuentas contables según la clasificación de la Supercias, sin embargo: + * Es conveniente eliminar las cuentas contables que no vayan a ser utilizadas por su compañía. + * Debe agregar las cuentas que no son obligatorias, pero desea utilizar. + * Al crear una cuenta, tenga presente la codificación estándar, si no lo hace, los reportes fallarán. + +Usage +===== + +This module doesn't have any special usage guide lines. + +Instrucciones de uso +==================== + +- Before install odoo's account, replace the default one with this. +- Do not install the account module directly, install this one and it will install the required dependencies. + +Demostración en runbot +====================== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/repo/github-com-oca-l10n-ecuador-212 + +Known issues / Roadmap +====================== + +* The odoo default journals are been createn in English and they also create their respective + accounts, delete or edit them. +* The default transfer account is 1010199, it's not part of Supercias's specification. +* It's better if you remove the account 10101 and create new ones with codes 10101xx for your bank and cash accounts. + +Problemas conocidos y planificación +=================================== + +* Los diarios por defecto de odoo se crean en inglés y crean sus respectivas cuentas contables + es necesario editarlas o eliminarlas. +* La cuenta de transferencias por defecto usada es la 1010199, la cual no forma parte del plan de cuentas de la Supercias. +* Se recomienda eliminar la cuenta 10101 y crear individuales con códigos 10101xx para las cuesnats de bancos y efectivo. + +Bug Tracker / Rastreo de Fallos +=============================== + +Los errores son rastreados en Github, por favor reportalos con la informacion debida, al menos debes indicar la versión, los pasos para reproducir y el comportamiento esperado. + +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 +`here `_. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Fábrica de Software Libre + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://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... image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 diff --git a/l10n_ec/__init__.py b/l10n_ec/__init__.py new file mode 100644 index 00000000..40a96afc --- /dev/null +++ b/l10n_ec/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/l10n_ec/__openerp__.py b/l10n_ec/__openerp__.py new file mode 100644 index 00000000..76c33f37 --- /dev/null +++ b/l10n_ec/__openerp__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +{ + 'name': "Ecuador - Niif Pymes - Base", + 'summary': """Agrega el plan de cuentas de la Supercias.""", + 'version': '9.0.1.0.0', + 'author': "Fabrica de Software Libre,Odoo Community Association (OCA)", + 'maintainer': 'Fabrica de Software Libre', + 'website': 'http://www.libre.ec', + 'license': 'AGPL-3', + 'category': 'Localization', + 'depends': [ + 'base', + 'account', + ], + 'data': [ + 'data/account_chart_template.xml', + 'data/account.account.template.csv', + 'data/account_chart_template.yml', + ], + 'demo': [], + 'test': [], + 'installable': True, +} diff --git a/l10n_ec/data/account.account.template.csv b/l10n_ec/data/account.account.template.csv new file mode 100644 index 00000000..49708311 --- /dev/null +++ b/l10n_ec/data/account.account.template.csv @@ -0,0 +1,252 @@ +"id","reconcile","code","name","user_type_id/id","chart_template_id:id" +"10101","True","10101","EFECTIVO Y EQUIVALENTES AL EFECTIVO ","account.data_account_type_liquidity","l10n_ec" +"1010201","False","1010201","ACTIVOS FINANCIEROS A VALOR RAZONABLE CON CAMBIOS EN RESULTADOS ","account.data_account_type_current_assets","l10n_ec" +"1010202","False","1010202","ACTIVOS FINANCIEROS DISPONIBLES PARA LA VENTA ","account.data_account_type_current_assets","l10n_ec" +"1010203","False","1010203","ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_current_assets","l10n_ec" +"1010204","False","1010204","(-) PROVISION POR DETERIORO ","account.data_account_type_current_assets","l10n_ec" +"101020501","True","101020501","DE ACTIVIDADES ORDINARIAS QUE GENEREN INTERESES ","account.data_account_type_receivable","l10n_ec" +"101020502","True","101020502","DE ACTIVIDADES ORDINARIAS QUE NO GENEREN INTERESES ","account.data_account_type_receivable","l10n_ec" +"1010206","True","1010206","DOCUMENTOS Y CUENTAS POR COBRAR CLIENTES RELACIONADOS ","account.data_account_type_receivable","l10n_ec" +"1010207","True","1010207","OTRAS CUENTAS POR COBRAR RELACIONADAS ","account.data_account_type_receivable","l10n_ec" +"1010208","True","1010208","OTRAS CUENTAS POR COBRAR ","account.data_account_type_receivable","l10n_ec" +"1010209","False","1010209","(-) PROVISIÓN CUENTAS INCOBRABLES Y DETERIORO ","account.data_account_type_current_assets","l10n_ec" +"1010301","False","1010301","INVENTARIOS DE MATERIA PRIMA ","account.data_account_type_current_assets","l10n_ec" +"1010302","False","1010302","INVENTARIOS DE PRODUCTOS EN PROCESO ","account.data_account_type_current_assets","l10n_ec" +"1010303","False","1010303","INVENTARIOS DE SUMINISTROS O MATERIALES A SER CONSUMIDOS EN EL PROCESO DE PRODUCCIÓN ","account.data_account_type_current_assets","l10n_ec" +"1010304","False","1010304","INVENTARIOS DE SUMINISTROS O MATERIALES A SER CONSUMIDOS EN LA PRESTACIÓN DE SERVICIO ","account.data_account_type_current_assets","l10n_ec" +"1010305","False","1010305","INVENTARIOS DE PRODUCTOS TERMINADOS Y MERCADERIA EN ALMACÉN - PRODUCIDO POR LA COMPAÑÍA ","account.data_account_type_current_assets","l10n_ec" +"1010306","False","1010306","INVENTARIOS DE PRODUCTOS TERMINADOS Y MERCADERIA EN ALMACÉN - COMPRADO DE TERCEROS ","account.data_account_type_current_assets","l10n_ec" +"1010307","False","1010307","MERCADERÍAS EN TRÁNSITO ","account.data_account_type_current_assets","l10n_ec" +"1010308","False","1010308","OBRAS EN CONSTRUCCION ","account.data_account_type_current_assets","l10n_ec" +"1010309","False","1010309","OBRAS TERMINADAS ","account.data_account_type_current_assets","l10n_ec" +"1010310","False","1010310","MATERIALES O BIENES PARA LA CONSTRUCCIÓN ","account.data_account_type_current_assets","l10n_ec" +"1010311","False","1010311","INVENTARIOS REPUESTOS, HERRAMIENTAS Y ACCESORIOS ","account.data_account_type_current_assets","l10n_ec" +"1010312","False","1010312","OTROS INVENTARIOS ","account.data_account_type_current_assets","l10n_ec" +"1010313","False","1010313","(-) PROVISIÓN POR VALOR NETO DE REALIZACIÓN Y OTRAS PÉRDIDAS EN EL INVENTARIO ","account.data_account_type_current_assets","l10n_ec" +"1010401","True","1010401","SEGUROS PAGADOS POR ANTICIPADO ","account.data_account_type_prepayments","l10n_ec" +"1010402","True","1010402","ARRIENDOS PAGADOS POR ANTICIPADO ","account.data_account_type_prepayments","l10n_ec" +"1010403","True","1010403","ANTICIPOS A PROVEEDORES ","account.data_account_type_prepayments","l10n_ec" +"1010404","True","1010404","OTROS ANTICIPOS ENTREGADOS ","account.data_account_type_prepayments","l10n_ec" +"1010501","False","1010501","CRÉDITO TRIBUTARIO A FAVOR DE LA EMPRESA (IVA) ","account.data_account_type_non_current_assets","l10n_ec" +"1010502","False","1010502","CRÉDITO TRIBUTARIO A FAVOR DE LA EMPRESA ( I. R.) ","account.data_account_type_non_current_assets","l10n_ec" +"1010503","False","1010503","ANTICIPO DE IMPUESTO A LA RENTA ","account.data_account_type_non_current_assets","l10n_ec" +"10106","False","10106","ACTIVOS NO CORRIENTES MANTENIDOS PARA LA VENTA Y OPERACIONES DISCONTINUADAS ","account.data_account_type_non_current_assets","l10n_ec" +"10107","False","10107","CONSTRUCCIONES EN PROCESO (NIC 11 Y SECC.23 PYMES) ","account.data_account_type_fixed_assets","l10n_ec" +"10108","False","10108","OTROS ACTIVOS CORRIENTES ","account.data_account_type_non_current_assets","l10n_ec" +"1020101","False","1020101","TERRENOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020102","False","1020102","EDIFICIOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020103","False","1020103","CONTRUCCIONES EN CURSO ","account.data_account_type_fixed_assets","l10n_ec" +"1020104","False","1020104","INSTALACIONES ","account.data_account_type_fixed_assets","l10n_ec" +"1020105","False","1020105","MUEBLES Y ENSERES ","account.data_account_type_fixed_assets","l10n_ec" +"1020106","False","1020106","MAQUINARIA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" +"1020107","False","1020107","NAVES, AERONAVES, BARCAZAS Y SIMILARES ","account.data_account_type_fixed_assets","l10n_ec" +"1020108","False","1020108","EQUIPO DE COMPUTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020109","False","1020109","VEHÍCULOS, EQUIPOS DE TRANSPORTE Y EQUIPO CAMINERO MÓVIL ","account.data_account_type_fixed_assets","l10n_ec" +"1020110","False","1020110","OTROS PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" +"1020111","False","1020111","REPUESTOS Y HERRAMIENTAS ","account.data_account_type_fixed_assets","l10n_ec" +"1020112","False","1020112","(-) DEPRECIACIÓN ACUMULADA PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" +"1020113","False","1020113","(-) DETERIORO ACUMULADO DE PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" +"102011401","False","102011401","ACTIVOS DE EXPLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"102011402","False","102011402","(-) AMORTIZACIÓN ACUMULADA DE ACTIVOS DE EXLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"102011403","False","102011403","(-) DETERIORO ACUMULADO DE ACTIVOS DE EXPLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020201","False","1020201","TERRENOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020202","False","1020202","EDIFICIOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020203","False","1020203","(-) DEPRECIACION ACUMULADA DE PROPIEDADES DE INVERSIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020204","False","1020204","(-) DETERIORO ACUMULADO DE PROPIEDADES DE INVERSIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020301","False","1020301","ANIMALES VIVOS EN CRECIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" +"1020302","False","1020302","ANIMALES VIVOS EN PRODUCCIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020303","False","1020303","PLANTAS EN CRECIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" +"1020304","False","1020304","PLANTAS EN PRODUCCIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020305","False","1020305","(-) DEPRECIACIÓN ACUMULADA DE ACTIVOS BIOLÓGICOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020306","False","1020306","(-) DETERIORO ACUMULADO DE ACTIVOS BIOLÓGICOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020401","False","1020401","PLUSVALÍAS ","account.data_account_type_fixed_assets","l10n_ec" +"1020402","False","1020402","MARCAS, PATENTES, DERECHOS DE LLAVE, CUOTAS PATRIMONIALES Y OTROS SIMILARES ","account.data_account_type_fixed_assets","l10n_ec" +"1020403","False","1020403","ACTIVOS DE EXPLORACION Y EXPLOTACION ","account.data_account_type_fixed_assets","l10n_ec" +"1020404","False","1020404","(-) AMORTIZACIÓN ACUMULADA DE ACTIVO INTANGIBLE ","account.data_account_type_fixed_assets","l10n_ec" +"1020405","False","1020405","(-) DETERIORO ACUMULADO DE ACTIVO INTANGIBLE ","account.data_account_type_fixed_assets","l10n_ec" +"1020406","False","1020406","OTROS INTANGIBLES ","account.data_account_type_fixed_assets","l10n_ec" +"10205","False","10205","ACTIVOS POR IMPUESTOS DIFERIDOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020601","False","1020601","ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" +"1020602","False","1020602","(-) PROVISIÓN POR DETERIORO DE ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" +"1020603","False","1020603","DOCUMENTOS Y CUENTAS POR COBRAR ","account.data_account_type_fixed_assets","l10n_ec" +"1020604","False","1020604","(-) PROVISIÓN CUENTAS INCOBRABLES DE ACTIVOS FINANCIEROS NO CORRIENTES ","account.data_account_type_fixed_assets","l10n_ec" +"1020701","False","1020701","INVERSIONES SUBSIDIARIAS ","account.data_account_type_fixed_assets","l10n_ec" +"1020702","False","1020702","INVERSIONES ASOCIADAS ","account.data_account_type_fixed_assets","l10n_ec" +"1020703","False","1020703","INVERSIONES NEGOCIOS CONJUNTOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020704","False","1020704","OTRAS INVERSIONES ","account.data_account_type_fixed_assets","l10n_ec" +"1020705","False","1020705","(-) PROVISIÓN VALUACIÓN DE INVERSIONES ","account.data_account_type_fixed_assets","l10n_ec" +"1020706","False","1020706","OTROS ACTIVOS NO CORRIENTES ","account.data_account_type_fixed_assets","l10n_ec" +"20101","False","20101","PASIVOS FINANCIEROS A VALOR RAZONABLE CON CAMBIOS EN RESULTADO ","account.data_account_type_current_liabilities","l10n_ec" +"20102","False","20102","PASIVOS POR CONTRATOS DE ARRENDAMIENTO FINANCIEROS ","account.data_account_type_current_liabilities","l10n_ec" +"2010301","True","2010301","LOCALES ","account.data_account_type_payable","l10n_ec" +"2010302","True","2010302","DEL EXTERIOR ","account.data_account_type_payable","l10n_ec" +"2010401","False","2010401","LOCALES ","account.data_account_type_current_liabilities","l10n_ec" +"2010402","False","2010402","DEL EXTERIOR ","account.data_account_type_current_liabilities","l10n_ec" +"2010501","False","2010501","LOCALES ","account.data_account_type_current_liabilities","l10n_ec" +"2010502","False","2010502","DEL EXTERIOR ","account.data_account_type_current_liabilities","l10n_ec" +"20106","False","20106","PORCIÓN CORRIENTE DE OBLIGACIONES EMITIDAS ","account.data_account_type_current_liabilities","l10n_ec" +"2010701","False","2010701","CON LA ADMINISTRACIÓN TRIBUTARIA ","account.data_account_type_current_liabilities","l10n_ec" +"2010702","False","2010702","IMPUESTO A LA RENTA POR PAGAR DEL EJERCICIO ","account.data_account_type_current_liabilities","l10n_ec" +"2010703","False","2010703","CON EL IESS ","account.data_account_type_current_liabilities","l10n_ec" +"2010704","False","2010704","POR BENEFICIOS DE LEY A EMPLEADOS ","account.data_account_type_current_liabilities","l10n_ec" +"2010705","False","2010705","PARTICIPACIÓN TRABAJADORES POR PAGAR DEL EJERCICIO ","account.data_account_type_current_liabilities","l10n_ec" +"2010706","False","2010706","DIVIDENDOS POR PAGAR ","account.data_account_type_current_liabilities","l10n_ec" +"20108","False","20108","CUENTAS POR PAGAR DIVERSAS – RELACIONADAS ","account.data_account_type_current_liabilities","l10n_ec" +"20109","False","20109","OTROS PASIVOS FINANCIEROS ","account.data_account_type_current_liabilities","l10n_ec" +"20110","True","20110","ANTICIPOS DE CLIENTES ","account.data_account_type_current_liabilities","l10n_ec" +"20111","False","20111","PASIVOS DIRECTAMENTE ASOCIADOS CON LOS ACTIVOS NO CORRIENTES Y OPERACIONES DISCONTINUADAS ","account.data_account_type_current_liabilities","l10n_ec" +"2011201","False","2011201","JUBILACIÓN PATRONAL ","account.data_account_type_current_liabilities","l10n_ec" +"2011202","False","2011202","OTROS BENEFICIOS A LARGO PLAZO PARA LOS EMPLEADOS ","account.data_account_type_current_liabilities","l10n_ec" +"20113","False","20113","OTROS PASIVOS CORRIENTES ","account.data_account_type_current_liabilities","l10n_ec" +"20201","False","20201","PASIVOS POR CONTRATOS DE ARRENDAMIENTO FINANCIERO ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020201","False","2020201","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020202","False","2020202","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020301","False","2020301","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020302","False","2020302","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020401","False","2020401","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020402","False","2020402","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" +"20205","False","20205","OBLIGACIONES EMITIDAS ","account.data_account_type_non_current_liabilities","l10n_ec" +"20206","True","20206","ANTICIPOS DE CLIENTES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020701","False","2020701","JUBILACIÓN PATRONAL ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020702","False","2020702","OTROS BENEFICIOS NO CORRIENTES PARA LOS EMPLEADOS ","account.data_account_type_non_current_liabilities","l10n_ec" +"20208","False","20208","OTRAS PROVISIONES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020901","False","2020901","INGRESOS DIFERIDOS ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020902","False","2020902","PASIVOS POR IMPUESTOS DIFERIDOS ","account.data_account_type_non_current_liabilities","l10n_ec" +"20210","False","20210","OTROS PASIVOS NO CORRIENTES ","account.data_account_type_non_current_liabilities","l10n_ec" +"30101","False","30101","CAPITAL SUSCRITO o ASIGNADO ","account.data_account_type_equity","l10n_ec" +"30102","False","30102","(-) CAPITAL SUSCRITO NO PAGADO, ACCIONES EN TESORERÍA ","account.data_account_type_equity","l10n_ec" +"302","False","302","APORTES DE SOCIOS O ACCIONISTAS PARA FUTURA CAPITALIZACIÓN ","account.data_account_type_equity","l10n_ec" +"303","False","303","PRIMA POR EMISION PRIMARIA DE ACCIONES ","account.data_account_type_equity","l10n_ec" +"30401","False","30401","RESERVA LEGAL ","account.data_account_type_equity","l10n_ec" +"30402","False","30402","RESERVAS FACULTATIVA Y ESTATUTARIA ","account.data_account_type_equity","l10n_ec" +"30501","False","30501","SUPERAVIT DE ACTIVOS FINANCIEROS DISPONIBLES PARA LA VENTA ","account.data_account_type_equity","l10n_ec" +"30502","False","30502","SUPERAVIT POR REVALUACIÓN DE PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_equity","l10n_ec" +"30503","False","30503","SUPERAVIT POR REVALUACION DE ACTIVOS INTANGIBLES ","account.data_account_type_equity","l10n_ec" +"30504","False","30504","OTROS SUPERAVIT POR REVALUACION ","account.data_account_type_equity","l10n_ec" +"30601","False","30601","GANACIAS ACUMULADAS ","account.data_account_type_equity","l10n_ec" +"30602","False","30602","(-) PÉRDIDAS ACUMULADAS ","account.data_account_type_equity","l10n_ec" +"30603","False","30603","RESULTADOS ACUMULADOS PROVENIENTES DE LA ADOPCIÓN POR PRIMERA VEZ DE LAS NIIF ","account.data_account_type_equity","l10n_ec" +"30604","False","30604","RESERVA DE CAPITAL ","account.data_account_type_equity","l10n_ec" +"30605","False","30605","RESERVA POR DONACIONES ","account.data_account_type_equity","l10n_ec" +"30606","False","30606","RESERVA POR VALUACIÓN ","account.data_account_type_equity","l10n_ec" +"30607","False","30607","SUPERÁVIT POR REVALUACIÓN DE INVERSIONES ","account.data_account_type_equity","l10n_ec" +"30701","False","30701","GANANCIA NETA DEL PERIODO ","account.data_account_type_equity","l10n_ec" +"30702","False","30702","(-) PÉRDIDA NETA DEL PERIODO ","account.data_account_type_equity","l10n_ec" +"31","False","31","PARTICIPACIÓN NO CONTROLADORA ","account.data_account_type_equity","l10n_ec" +"4101","False","4101","VENTA DE BIENES ","account.data_account_type_revenue","l10n_ec" +"4102","False","4102","PRESTACIÓN DE SERVICIOS ","account.data_account_type_revenue","l10n_ec" +"4103","False","4103","CONTRATOS DE CONSTRUCCIÓN ","account.data_account_type_revenue","l10n_ec" +"4104","False","4104","SUBVENCIONES DEL GOBIERNO ","account.data_account_type_revenue","l10n_ec" +"4105","False","4105","REGALÍAS ","account.data_account_type_revenue","l10n_ec" +"410601","False","410601","INTERESES GENERADOS POR VENTAS A CRÉDITO ","account.data_account_type_revenue","l10n_ec" +"410602","False","410602","OTROS INTERESES GENERADOS ","account.data_account_type_revenue","l10n_ec" +"4107","False","4107","DIVIDENDOS ","account.data_account_type_revenue","l10n_ec" +"4108","False","4108","GANANCIA POR MEDICIÓN A VALOR RAZONABLE DE ACTIVOS BIOLÓGICOS ","account.data_account_type_revenue","l10n_ec" +"4109","False","4109","OTROS INGRESOS DE ACTIVIDADES ORDINARIAS ","account.data_account_type_revenue","l10n_ec" +"4110","False","4110","(-) DESCUENTO EN VENTAS ","account.data_account_type_revenue","l10n_ec" +"4111","False","4111","(-) DEVOLUCIONES EN VENTAS ","account.data_account_type_revenue","l10n_ec" +"4112","False","4112","(-) BONIFICACIÓN EN PRODUCTO ","account.data_account_type_revenue","l10n_ec" +"4113","False","4113","(-) OTRAS REBAJAS COMERCIALES ","account.data_account_type_revenue","l10n_ec" +"4301","False","4301","DIVIDENDOS ","account.data_account_type_other_income","l10n_ec" +"4302","False","4302","INTERESES FINANCIEROS ","account.data_account_type_other_income","l10n_ec" +"4303","False","4303","GANANCIA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS ","account.data_account_type_other_income","l10n_ec" +"4304","False","4304","VALUACIÓN DE INSTRUMENTOS FINANCIEROS A VALOR RAZONABLE CON CAMBIO EN RESULTADOS ","account.data_account_type_other_income","l10n_ec" +"4305","False","4305","OTRAS RENTAS ","account.data_account_type_other_income","l10n_ec" +"510101","False","510101","(+) INVENTARIO INICIAL DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" +"510102","False","510102","(+) COMPRAS NETAS LOCALES DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" +"510103","False","510103","(+) IMPORTACIONES DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" +"510104","False","510104","(-) INVENTARIO FINAL DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" +"510105","False","510105","(+) INVENTARIO INICIAL DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" +"510106","False","510106","(+) COMPRAS NETAS LOCALES DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" +"510107","False","510107","(+) IMPORTACIONES DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" +"510108","False","510108","(-) INVENTARIO FINAL DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" +"510109","False","510109","(+) INVENTARIO INICIAL DE PRODUCTOS EN PROCESO ","account.data_account_type_direct_costs","l10n_ec" +"510110","False","510110","(-) INVENTARIO FINAL DE PRODUCTOS EN PROCESO ","account.data_account_type_direct_costs","l10n_ec" +"510111","False","510111","(+) INVENTARIO INICIAL PRODUCTOS TERMINADOS ","account.data_account_type_direct_costs","l10n_ec" +"510112","False","510112","(-) INVENTARIO FINAL DE PRODUCTOS TERMINADOS ","account.data_account_type_direct_costs","l10n_ec" +"510201","False","510201","SUELDOS Y BENEFICIOS SOCIALES ","account.data_account_type_direct_costs","l10n_ec" +"510202","False","510202","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_direct_costs","l10n_ec" +"510301","False","510301","SUELDOS Y BENEFICIOS SOCIALES ","account.data_account_type_direct_costs","l10n_ec" +"510302","False","510302","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_direct_costs","l10n_ec" +"510401","False","510401","DEPRECIACIÓN PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_direct_costs","l10n_ec" +"510402","False","510402","DETERIORO O PÉRDIDAS DE ACTIVOS BIOLÓGICOS ","account.data_account_type_direct_costs","l10n_ec" +"510403","False","510403","DETERIORO DE PROPIEDAD, PLANTA Y EQUIPO ","account.data_account_type_direct_costs","l10n_ec" +"510404","False","510404","EFECTO VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_direct_costs","l10n_ec" +"510405","False","510405","GASTO POR GARANTÍAS EN VENTA DE PRODUCTOS O SERVICIOS ","account.data_account_type_direct_costs","l10n_ec" +"510406","False","510406","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_direct_costs","l10n_ec" +"510407","False","510407","SUMINISTROS MATERIALES Y REPUESTOS ","account.data_account_type_direct_costs","l10n_ec" +"510408","False","510408","OTROS COSTOS DE PRODUCCIÓN ","account.data_account_type_direct_costs","l10n_ec" +"520101","False","520101","SUELDOS, SALARIOS Y DEMÁS REMUNERACIONES ","account.data_account_type_expenses","l10n_ec" +"520102","False","520102","APORTES A LA SEGURIDAD SOCIAL (incluido fondo de reserva) ","account.data_account_type_expenses","l10n_ec" +"520103","False","520103","BENEFICIOS SOCIALES E INDEMNIZACIONES ","account.data_account_type_expenses","l10n_ec" +"520104","False","520104","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_expenses","l10n_ec" +"520105","False","520105","HONORARIOS, COMISIONES Y DIETAS A PERSONAS NATURALES ","account.data_account_type_expenses","l10n_ec" +"520106","False","520106","REMUNERACIONES A OTROS TRABAJADORES AUTÓNOMOS ","account.data_account_type_expenses","l10n_ec" +"520107","False","520107","HONORARIOS A EXTRANJEROS POR SERVICIOS OCASIONALES ","account.data_account_type_expenses","l10n_ec" +"520108","False","520108","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_expenses","l10n_ec" +"520109","False","520109","ARRENDAMIENTO OPERATIVO ","account.data_account_type_expenses","l10n_ec" +"520110","False","520110","COMISIONES ","account.data_account_type_expenses","l10n_ec" +"520111","False","520111","PROMOCIÓN Y PUBLICIDAD ","account.data_account_type_expenses","l10n_ec" +"520112","False","520112","COMBUSTIBLES ","account.data_account_type_expenses","l10n_ec" +"520113","False","520113","LUBRICANTES ","account.data_account_type_expenses","l10n_ec" +"520114","False","520114","SEGUROS Y REASEGUROS (primas y cesiones) ","account.data_account_type_expenses","l10n_ec" +"520115","False","520115","TRANSPORTE ","account.data_account_type_expenses","l10n_ec" +"520116","False","520116","GASTOS DE GESTIÓN (agasajos a accionistas, trabajadores y clientes) ","account.data_account_type_expenses","l10n_ec" +"520117","False","520117","GASTOS DE VIAJE ","account.data_account_type_expenses","l10n_ec" +"520118","False","520118","AGUA, ENERGÍA, LUZ Y TELECOMUNICACIONES ","account.data_account_type_expenses","l10n_ec" +"520119","False","520119","NOTARIOS Y REGISTRADORES DE LA PROPIEDAD O MERCANTILES ","account.data_account_type_expenses","l10n_ec" +"520120","False","520120","ELIMINADO ","account.data_account_type_expenses","l10n_ec" +"52012101","False","52012101","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" +"52012102","False","52012102","PROPIEDADES DE INVERSIÓN ","account.data_account_type_depreciation","l10n_ec" +"52012201","False","52012201","INTANGIBLES ","account.data_account_type_depreciation","l10n_ec" +"52012202","False","52012202","OTROS ACTIVOS ","account.data_account_type_depreciation","l10n_ec" +"52012301","False","52012301","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" +"52012401","False","52012401","MANO DE OBRA ","account.data_account_type_expenses","l10n_ec" +"52012402","False","52012402","MATERIALES ","account.data_account_type_expenses","l10n_ec" +"52012403","False","52012403","COSTOS DE PRODUCCIÓN ","account.data_account_type_expenses","l10n_ec" +"520125","False","520125","GASTO POR REESTRUCTURACIÓN ","account.data_account_type_expenses","l10n_ec" +"520126","False","520126","VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_expenses","l10n_ec" +"520128","False","520128","OTROS GASTOS ","account.data_account_type_expenses","l10n_ec" +"520201","False","520201","SUELDOS, SALARIOS Y DEMÁS REMUNERACIONES ","account.data_account_type_expenses","l10n_ec" +"520202","False","520202","APORTES A LA SEGURIDAD SOCIAL (incluido fondo de reserva) ","account.data_account_type_expenses","l10n_ec" +"520203","False","520203","BENEFICIOS SOCIALES E INDEMNIZACIONES ","account.data_account_type_expenses","l10n_ec" +"520204","False","520204","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_expenses","l10n_ec" +"520205","False","520205","HONORARIOS, COMISIONES Y DIETAS A PERSONAS NATURALES ","account.data_account_type_expenses","l10n_ec" +"520206","False","520206","REMUNERACIONES A OTROS TRABAJADORES AUTÓNOMOS ","account.data_account_type_expenses","l10n_ec" +"520207","False","520207","HONORARIOS A EXTRANJEROS POR SERVICIOS OCASIONALES ","account.data_account_type_expenses","l10n_ec" +"520208","False","520208","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_expenses","l10n_ec" +"520209","False","520209","ARRENDAMIENTO OPERATIVO ","account.data_account_type_expenses","l10n_ec" +"520210","False","520210","COMISIONES ","account.data_account_type_expenses","l10n_ec" +"520212","False","520212","COMBUSTIBLES ","account.data_account_type_expenses","l10n_ec" +"520213","False","520213","LUBRICANTES ","account.data_account_type_expenses","l10n_ec" +"520214","False","520214","SEGUROS Y REASEGUROS (primas y cesiones) ","account.data_account_type_expenses","l10n_ec" +"520215","False","520215","TRANSPORTE ","account.data_account_type_expenses","l10n_ec" +"520216","False","520216","GASTOS DE GESTIÓN (agasajos a accionistas, trabajadores y clientes) ","account.data_account_type_expenses","l10n_ec" +"520217","False","520217","GASTOS DE VIAJE ","account.data_account_type_expenses","l10n_ec" +"520218","False","520218","AGUA, ENERGÍA, LUZ Y TELECOMUNICACIONES ","account.data_account_type_expenses","l10n_ec" +"520219","False","520219","NOTARIOS Y REGISTRADORES DE LA PROPIEDAD O MERCANTILES ","account.data_account_type_expenses","l10n_ec" +"520220","False","520220","IMPUESTOS, CONTRIBUCIONES Y OTROS ","account.data_account_type_expenses","l10n_ec" +"52022101","False","52022101","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" +"52022102","False","52022102","PROPIEDADES DE INVERSIÓN ","account.data_account_type_depreciation","l10n_ec" +"52022201","False","52022201","INTANGIBLES ","account.data_account_type_expenses","l10n_ec" +"52022202","False","52022202","OTROS ACTIVOS ","account.data_account_type_expenses","l10n_ec" +"52022301","False","52022301","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" +"52022302","False","52022302","INVENTARIOS ","account.data_account_type_depreciation","l10n_ec" +"52022303","False","52022303","INSTRUMENTOS FINANCIEROS ","account.data_account_type_depreciation","l10n_ec" +"52022304","False","52022304","INTANGIBLES ","account.data_account_type_depreciation","l10n_ec" +"52022305","False","52022305","CUENTAS POR COBRAR ","account.data_account_type_depreciation","l10n_ec" +"52022306","False","52022306","OTROS ACTIVOS ","account.data_account_type_depreciation","l10n_ec" +"52022401","False","52022401","MANO DE OBRA ","account.data_account_type_expenses","l10n_ec" +"52022402","False","52022402","MATERIALES ","account.data_account_type_expenses","l10n_ec" +"52022403","False","52022403","COSTOS DE PRODUCCIÓN ","account.data_account_type_expenses","l10n_ec" +"520225","False","520225","GASTO POR REESTRUCTURACIÓN ","account.data_account_type_expenses","l10n_ec" +"520226","False","520226","VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_expenses","l10n_ec" +"520227","False","520227","GASTO IMPUESTO A LA RENTA (ACTIVOS Y PASIVOS DIFERIDOS) ","account.data_account_type_expenses","l10n_ec" +"520228","False","520228","OTROS GASTOS ","account.data_account_type_expenses","l10n_ec" +"520301","False","520301","INTERESES ","account.data_account_type_expenses","l10n_ec" +"520302","False","520302","COMISIONES ","account.data_account_type_expenses","l10n_ec" +"520303","False","520303","GASTOS DE FINANCIAMIENTO DE ACTIVOS ","account.data_account_type_expenses","l10n_ec" +"520304","False","520304","DIFERENCIA EN CAMBIO ","account.data_account_type_expenses","l10n_ec" +"520305","False","520305","OTROS GASTOS FINANCIEROS ","account.data_account_type_expenses","l10n_ec" +"520401","False","520401","PERDIDA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS ","account.data_account_type_expenses","l10n_ec" +"520402","False","520402","OTROS ","account.data_account_type_expenses","l10n_ec" \ No newline at end of file diff --git a/l10n_ec/data/account_chart_template.xml b/l10n_ec/data/account_chart_template.xml new file mode 100644 index 00000000..d1b9638e --- /dev/null +++ b/l10n_ec/data/account_chart_template.xml @@ -0,0 +1,19 @@ + + + + + TRANSFERENCIAS INTERNAS (DE PASO) + 1010199 + + + + + Plan de Cuentas Ecuador - Niif Base + + + + + + + + diff --git a/l10n_ec/data/account_chart_template.yml b/l10n_ec/data/account_chart_template.yml new file mode 100644 index 00000000..13ce9bbf --- /dev/null +++ b/l10n_ec/data/account_chart_template.yml @@ -0,0 +1,3 @@ +- + !python {model: account.chart.template, id: l10n_ec}: | + self[0].try_loading_for_current_company() diff --git a/l10n_ec/static/description/icon.png b/l10n_ec/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..75ebd3a6799ae193a92262ee01c7079fd8b0d3e7 GIT binary patch literal 29093 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 Date: Fri, 18 Nov 2016 06:57:27 -0500 Subject: [PATCH 2/9] [FIX] fixes recommendation of @max3903 --- l10n_ec/README.rst | 64 ++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 34 deletions(-) diff --git a/l10n_ec/README.rst b/l10n_ec/README.rst index ae53c8cc..e7eee23b 100644 --- a/l10n_ec/README.rst +++ b/l10n_ec/README.rst @@ -7,29 +7,31 @@ Ecuador's Account Chart ======================= This module adds the basic chart of account of Ecuador. - * Works with the specifications of the Superintendencia de Compañías. + * Works with the specifications of the Superintendencia de Compañías (SUPERCIAS). + * It follows the requirements for SMEs. -Plan de Cuentas NIIF Pymes para Ecuador -======================================= +Plan de cuentas para Ecuador +============================ Agrega el plan de cuentas para Ecuador. - * Utiliza la clasificación de la Superintendencia de Compañías. + * Utiliza la clasificación de la Superintendencia de Compañías. + * Sigue los requerimientos para las PYMEs Installation ============ To install this module, you need to: - -* Add the module to your addons path. -* Install the module as usual. + * Delete the standard l10n_ec module from Odoo addons directory. + * Copy this module on the same folder, replacing the deleted one. + * Install this module, no need to install account first as this module will install and configure it properly. Instalación =========== Para instalar este módulo se debe: - -* Agregar el módulo al directorio de addons. -* Instalarlo de manera regular. + * Elimina el módulo l10n_ec de los addons de Odoo. + * Copia este módulo en el mismo directorio, reemplazando el anterior. + * Instalarlo de manera regular, no es necesario instalar account primero, este módulo lo instalará y configurará. Configuration ============= @@ -37,7 +39,8 @@ Configuration This module adds all the accounts as said by the Supercias but: * You should delete the accounts that don't apply to your company. * You should add the accounts that are not mandatory but you need. - * Keen in mind that you should use the standar coding, if you don't reports will fail. + * As Odoo doesn't use total accounts, you need to use the correct coding to group your accounts correctly, + for example, if you need a bank account, and put it inside 10101 account, you should code it as 10101xx. Configuración ============= @@ -45,21 +48,11 @@ Configuración Este módulo agrega las cuentas contables según la clasificación de la Supercias, sin embargo: * Es conveniente eliminar las cuentas contables que no vayan a ser utilizadas por su compañía. * Debe agregar las cuentas que no son obligatorias, pero desea utilizar. - * Al crear una cuenta, tenga presente la codificación estándar, si no lo hace, los reportes fallarán. - -Usage -===== - -This module doesn't have any special usage guide lines. + * Debido a que Odoo no usa cuentas de total, al crear una cuenta, tenga presente la codificación estándar, + por ejemplo, si requiere una cuenta de bancos y colocarla dentro de 10101, su código debe ser 10101xx. -Instrucciones de uso -==================== - -- Before install odoo's account, replace the default one with this. -- Do not install the account module directly, install this one and it will install the required dependencies. - -Demostración en runbot -====================== +Demonstration in runbot +======================= .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot @@ -68,28 +61,30 @@ Demostración en runbot Known issues / Roadmap ====================== -* The odoo default journals are been createn in English and they also create their respective + * The odoo default journals are been created in English and they also create their respective accounts, delete or edit them. -* The default transfer account is 1010199, it's not part of Supercias's specification. -* It's better if you remove the account 10101 and create new ones with codes 10101xx for your bank and cash accounts. + * The default transfer account is 1010199, it's not part of Supercias's specification. + * It's better if you remove the account 10101 and create new ones with codes 10101xx for your bank and cash accounts. Problemas conocidos y planificación =================================== -* Los diarios por defecto de odoo se crean en inglés y crean sus respectivas cuentas contables + * Los diarios por defecto de odoo se crean en inglés y crean sus respectivas cuentas contables, es necesario editarlas o eliminarlas. -* La cuenta de transferencias por defecto usada es la 1010199, la cual no forma parte del plan de cuentas de la Supercias. -* Se recomienda eliminar la cuenta 10101 y crear individuales con códigos 10101xx para las cuesnats de bancos y efectivo. + * La cuenta de transferencias por defecto usada es la 1010199, la cual no forma parte de la especificación de la Supercias. + * Tendrá mejores resultados si elimina la cuenta 10101 y crea cuentas individuales con códigos 10101xx para las cuentas de bancos y efectivo. Bug Tracker / Rastreo de Fallos =============================== -Los errores son rastreados en Github, por favor reportalos con la informacion debida, al menos debes indicar la versión, los pasos para reproducir y el comportamiento esperado. +Los errores son rastreados en Github, en caso de problemas por favor revisa si ya han sido reportados en el apartado de issues, +si los has detectado primero, por favor reportalos con la informacion debida, al menos debes indicar la versión, +los pasos para reproducir y el comportamiento esperado. 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 -`here `_. +`here `_. Credits ======= @@ -102,7 +97,8 @@ Images Contributors ------------ -* Fábrica de Software Libre + * Fábrica de Software Libre + * Daniel Alejandro Mendieta Maintainer ---------- From 631c246410ebc3b533a964964d170ffd62b511d7 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Fri, 18 Nov 2016 19:54:00 -0500 Subject: [PATCH 3/9] Ecuador's geopolitical organization. (#14) [NEW MODULE] New module with data for Ecuador geopolitical localization --- l10n_ec_ote/README.rst | 81 ++ l10n_ec_ote/__init__.py | 2 + l10n_ec_ote/__openerp__.py | 26 + l10n_ec_ote/data/l10n_ec_ote.canton.csv | 222 ++++ l10n_ec_ote/data/l10n_ec_ote.parish.csv | 1260 ++++++++++++++++++++++ l10n_ec_ote/data/res.country.state.csv | 25 + l10n_ec_ote/data/res_country.xml | 8 + l10n_ec_ote/models/__init__.py | 4 + l10n_ec_ote/models/ote.py | 20 + l10n_ec_ote/models/res_company.py | 21 + l10n_ec_ote/models/res_partner.py | 19 + l10n_ec_ote/security/ir.model.access.csv | 3 + l10n_ec_ote/static/description/icon.png | Bin 0 -> 25790 bytes l10n_ec_ote/views/res_company.xml | 34 + l10n_ec_ote/views/res_partner.xml | 33 + 15 files changed, 1758 insertions(+) create mode 100644 l10n_ec_ote/README.rst create mode 100644 l10n_ec_ote/__init__.py create mode 100644 l10n_ec_ote/__openerp__.py create mode 100644 l10n_ec_ote/data/l10n_ec_ote.canton.csv create mode 100644 l10n_ec_ote/data/l10n_ec_ote.parish.csv create mode 100644 l10n_ec_ote/data/res.country.state.csv create mode 100644 l10n_ec_ote/data/res_country.xml create mode 100644 l10n_ec_ote/models/__init__.py create mode 100644 l10n_ec_ote/models/ote.py create mode 100644 l10n_ec_ote/models/res_company.py create mode 100644 l10n_ec_ote/models/res_partner.py create mode 100644 l10n_ec_ote/security/ir.model.access.csv create mode 100644 l10n_ec_ote/static/description/icon.png create mode 100644 l10n_ec_ote/views/res_company.xml create mode 100644 l10n_ec_ote/views/res_partner.xml diff --git a/l10n_ec_ote/README.rst b/l10n_ec_ote/README.rst new file mode 100644 index 00000000..0817b1d0 --- /dev/null +++ b/l10n_ec_ote/README.rst @@ -0,0 +1,81 @@ +.. 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 + +================================== +Ecuador's Geopolitical Information +================================== + +This module adds the information required to select partner's location in states, canton and parish. + +Información geopolítica de Ecuador +================================== + +Este módulo agrega la información de provincias, cantones y parroquias del Ecuador. + +Tested on version / Probado en la versión +========================================= +9.0c-20160726 + +Usage +===== + +This module changes the structure in partner views to give you the options to select the cantons and parish. + +Instrucciones de uso +==================== + +Este módulo cambia la vista de clientes, proveedores y la empresa matriz para permitir la selección de provincias, cantones y parroquias. + +Demonstration in runbot +======================= + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/212/9.0 + +Known issues / Roadmap +====================== + +* There are no known issues. +* The module is complete and operational. + +Bug Tracker +=========== +Los errores son rastreados en Github Issues, en caso de problemas por favor revisa si ya han sido reportados. +Si los has detectado primero, por favor reportalos con la informacion debida, al menos debes indicar la versión, +los pasos para reproducir, el comportamiento actual y el comportamiento esperado. + +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 +`here `_. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Fábrica de Software Libre +* Daniel Alejandro Mendieta + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://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_ec_ote/__init__.py b/l10n_ec_ote/__init__.py new file mode 100644 index 00000000..a0fdc10f --- /dev/null +++ b/l10n_ec_ote/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from . import models diff --git a/l10n_ec_ote/__openerp__.py b/l10n_ec_ote/__openerp__.py new file mode 100644 index 00000000..9154248d --- /dev/null +++ b/l10n_ec_ote/__openerp__.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +{ + 'name': "O.T.E. - Ecuador", + 'summary': """Ecuador's Geopolitical Information.""", + 'version': '9.0.1.0.0', + 'author': "Fabrica de Software Libre, Odoo Community Association (OCA)", + 'maintainer': 'Fabrica de Software Libre', + 'website': 'http://www.libre.ec', + 'license': 'AGPL-3', + 'category': 'Localization', + 'depends': [ + 'base', + ], + 'data': [ + 'views/res_partner.xml', + 'views/res_company.xml', + 'data/res.country.state.csv', + 'data/l10n_ec_ote.canton.csv', + 'data/l10n_ec_ote.parish.csv', + 'data/res_country.xml', + 'security/ir.model.access.csv', + ], + 'demo': [], + 'test': [], + 'installable': True, +} diff --git a/l10n_ec_ote/data/l10n_ec_ote.canton.csv b/l10n_ec_ote/data/l10n_ec_ote.canton.csv new file mode 100644 index 00000000..b86c9e0e --- /dev/null +++ b/l10n_ec_ote/data/l10n_ec_ote.canton.csv @@ -0,0 +1,222 @@ +"id","state_id:id","code","name" +"canton_0101","state_ec_01","0101","CUENCA" +"canton_0102","state_ec_01","0102","GIRON" +"canton_0103","state_ec_01","0103","GUALACEO" +"canton_0104","state_ec_01","0104","NABON" +"canton_0105","state_ec_01","0105","PAUTE" +"canton_0106","state_ec_01","0106","PUCARA" +"canton_0107","state_ec_01","0107","SAN FERNANDO" +"canton_0108","state_ec_01","0108","SANTA ISABEL" +"canton_0109","state_ec_01","0109","SIGSIG" +"canton_0110","state_ec_01","0110","OÑA" +"canton_0111","state_ec_01","0111","CHORDELEG" +"canton_0112","state_ec_01","0112","EL PAN" +"canton_0113","state_ec_01","0113","SEVILLA DE ORO" +"canton_0114","state_ec_01","0114","GUACHAPALA" +"canton_0115","state_ec_01","0115","CAMILO PONCE ENRIQUEZ" +"canton_0201","state_ec_02","0201","GUARANDA" +"canton_0202","state_ec_02","0202","CHILLANES" +"canton_0203","state_ec_02","0203","CHIMBO" +"canton_0204","state_ec_02","0204","ECHEANDIA" +"canton_0205","state_ec_02","0205","SAN MIGUEL" +"canton_0206","state_ec_02","0206","CALUMA" +"canton_0207","state_ec_02","0207","LAS NAVES" +"canton_0301","state_ec_03","0301","AZOGUES" +"canton_0302","state_ec_03","0302","BIBLIAN" +"canton_0303","state_ec_03","0303","CAÑAR" +"canton_0304","state_ec_03","0304","LA TRONCAL" +"canton_0305","state_ec_03","0305","EL TAMBO" +"canton_0306","state_ec_03","0306","DELEG" +"canton_0307","state_ec_03","0307","SUSCAL" +"canton_0401","state_ec_04","0401","TULCAN" +"canton_0402","state_ec_04","0402","BOLIVAR" +"canton_0403","state_ec_04","0403","ESPEJO" +"canton_0404","state_ec_04","0404","MIRA" +"canton_0405","state_ec_04","0405","MONTUFAR" +"canton_0406","state_ec_04","0406","SAN PEDRO DE HUACA" +"canton_0501","state_ec_05","0501","LATACUNGA" +"canton_0502","state_ec_05","0502","LA MANA" +"canton_0503","state_ec_05","0503","PANGUA" +"canton_0504","state_ec_05","0504","PUJILI" +"canton_0505","state_ec_05","0505","SALCEDO" +"canton_0506","state_ec_05","0506","SAQUISILI" +"canton_0507","state_ec_05","0507","SIGCHOS" +"canton_0601","state_ec_06","0601","RIOBAMBA" +"canton_0602","state_ec_06","0602","ALAUSI" +"canton_0603","state_ec_06","0603","COLTA" +"canton_0604","state_ec_06","0604","CHAMBO" +"canton_0605","state_ec_06","0605","CHUNCHI" +"canton_0606","state_ec_06","0606","GUAMOTE" +"canton_0607","state_ec_06","0607","GUANO" +"canton_0608","state_ec_06","0608","PALLATANGA" +"canton_0609","state_ec_06","0609","PENIPE" +"canton_0610","state_ec_06","0610","CUMANDA" +"canton_0701","state_ec_07","0701","MACHALA" +"canton_0702","state_ec_07","0702","ARENILLAS" +"canton_0703","state_ec_07","0703","ATAHUALPA" +"canton_0704","state_ec_07","0704","BALSAS" +"canton_0705","state_ec_07","0705","CHILLA" +"canton_0706","state_ec_07","0706","EL GUABO" +"canton_0707","state_ec_07","0707","HUAQUILLAS" +"canton_0708","state_ec_07","0708","MARCABELI" +"canton_0709","state_ec_07","0709","PASAJE" +"canton_0710","state_ec_07","0710","PIÑAS" +"canton_0711","state_ec_07","0711","PORTOVELO" +"canton_0712","state_ec_07","0712","SANTA ROSA" +"canton_0713","state_ec_07","0713","ZARUMA" +"canton_0714","state_ec_07","0714","LAS LAJAS" +"canton_0801","state_ec_08","0801","ESMERALDAS" +"canton_0802","state_ec_08","0802","ELOY ALFARO" +"canton_0803","state_ec_08","0803","MUISNE" +"canton_0804","state_ec_08","0804","QUININDE" +"canton_0805","state_ec_08","0805","SAN LORENZO" +"canton_0806","state_ec_08","0806","ATACAMES" +"canton_0807","state_ec_08","0807","RIO VERDE" +"canton_0901","state_ec_09","0901","GUAYAQUIL" +"canton_0902","state_ec_09","0902","ALFREDO BAQUERIZO MORENO" +"canton_0903","state_ec_09","0903","BALAO" +"canton_0904","state_ec_09","0904","BALZAR" +"canton_0905","state_ec_09","0905","COLIMES" +"canton_0906","state_ec_09","0906","DAULE" +"canton_0907","state_ec_09","0907","DURAN" +"canton_0908","state_ec_09","0908","EL EMPALME" +"canton_0909","state_ec_09","0909","EL TRIUNFO" +"canton_0910","state_ec_09","0910","MILAGRO" +"canton_0911","state_ec_09","0911","NARANJAL" +"canton_0912","state_ec_09","0912","NARANJITO" +"canton_0913","state_ec_09","0913","PALESTINA" +"canton_0914","state_ec_09","0914","PEDRO CARBO" +"canton_0916","state_ec_09","0916","SAMBORONDON" +"canton_0918","state_ec_09","0918","SANTA LUCIA" +"canton_0919","state_ec_09","0919","SALITRE" +"canton_0920","state_ec_09","0920","SAN JACINTO DE YAGUACHI" +"canton_0921","state_ec_09","0921","PLAYAS (GENERAL VILLAMIL)" +"canton_0922","state_ec_09","0922","SIMON BOLIVAR" +"canton_0923","state_ec_09","0923","CORONEL MARCELINO MARIDUEÑA" +"canton_0924","state_ec_09","0924","LOMAS DE SARGENTILLO" +"canton_0925","state_ec_09","0925","NOBOL (VICENTE PIEDRAHITA)" +"canton_0927","state_ec_09","0927","GENERAL ANTONIO ELIZALDE" +"canton_0928","state_ec_09","0928","ISIDRO AYORA" +"canton_1001","state_ec_10","1001","IBARRA" +"canton_1002","state_ec_10","1002","ANTONIO ANTE" +"canton_1003","state_ec_10","1003","COTACACHI" +"canton_1004","state_ec_10","1004","OTAVALO" +"canton_1005","state_ec_10","1005","PIMAMPIRO" +"canton_1006","state_ec_10","1006","SAN MIGUEL DE URCUQUI" +"canton_1101","state_ec_11","1101","LOJA" +"canton_1102","state_ec_11","1102","CALVAS" +"canton_1103","state_ec_11","1103","CATAMAYO" +"canton_1104","state_ec_11","1104","CELICA" +"canton_1105","state_ec_11","1105","CHAHUARPAMBA" +"canton_1106","state_ec_11","1106","ESPINDOLA" +"canton_1107","state_ec_11","1107","GONZANAMA" +"canton_1108","state_ec_11","1108","MACARA" +"canton_1109","state_ec_11","1109","PALTAS" +"canton_1110","state_ec_11","1110","PUYANGO" +"canton_1111","state_ec_11","1111","SARAGURO" +"canton_1112","state_ec_11","1112","SOZORANGA" +"canton_1113","state_ec_11","1113","ZAPOTILLO" +"canton_1114","state_ec_11","1114","PINDAL" +"canton_1115","state_ec_11","1115","QUILANGA" +"canton_1116","state_ec_11","1116","OLMEDO" +"canton_1201","state_ec_12","1201","BABAHOYO" +"canton_1202","state_ec_12","1202","BABA" +"canton_1203","state_ec_12","1203","MONTALVO" +"canton_1204","state_ec_12","1204","PUEBLO VIEJO" +"canton_1205","state_ec_12","1205","QUEVEDO" +"canton_1206","state_ec_12","1206","URDANETA" +"canton_1207","state_ec_12","1207","VENTANAS" +"canton_1208","state_ec_12","1208","VINCES" +"canton_1209","state_ec_12","1209","PALENQUE" +"canton_1210","state_ec_12","1210","BUENA FE" +"canton_1211","state_ec_12","1211","VALENCIA" +"canton_1212","state_ec_12","1212","MOCACHE" +"canton_1213","state_ec_12","1213","QUINSALOMA" +"canton_1301","state_ec_13","1301","PORTOVIEJO" +"canton_1302","state_ec_13","1302","BOLIVAR" +"canton_1303","state_ec_13","1303","CHONE" +"canton_1304","state_ec_13","1304","EL CARMEN" +"canton_1305","state_ec_13","1305","FLAVIO ALFARO" +"canton_1306","state_ec_13","1306","JIPIJAPA" +"canton_1307","state_ec_13","1307","JUNIN" +"canton_1308","state_ec_13","1308","MANTA" +"canton_1309","state_ec_13","1309","MONTECRISTI" +"canton_1310","state_ec_13","1310","PAJAN" +"canton_1311","state_ec_13","1311","PICHINCHA" +"canton_1312","state_ec_13","1312","ROCAFUERTE" +"canton_1313","state_ec_13","1313","SANTA ANA" +"canton_1314","state_ec_13","1314","SUCRE" +"canton_1315","state_ec_13","1315","TOSAGUA" +"canton_1316","state_ec_13","1316","24 DE MAYO" +"canton_1317","state_ec_13","1317","PEDERNALES" +"canton_1318","state_ec_13","1318","OLMEDO" +"canton_1319","state_ec_13","1319","PUERTO LOPEZ" +"canton_1320","state_ec_13","1320","JAMA" +"canton_1321","state_ec_13","1321","JARAMIJO" +"canton_1322","state_ec_13","1322","SAN VICENTE" +"canton_1401","state_ec_14","1401","MORONA" +"canton_1402","state_ec_14","1402","GUALAQUIZA" +"canton_1403","state_ec_14","1403","LIMON - INDANZA" +"canton_1404","state_ec_14","1404","PALORA" +"canton_1405","state_ec_14","1405","SANTIAGO" +"canton_1406","state_ec_14","1406","SUCUA" +"canton_1407","state_ec_14","1407","HUAMBOYA" +"canton_1408","state_ec_14","1408","SAN JUAN BOSCO" +"canton_1409","state_ec_14","1409","TAISHA" +"canton_1410","state_ec_14","1410","LOGROÑO" +"canton_1411","state_ec_14","1411","PABLO SEXTO" +"canton_1412","state_ec_14","1412","TIWINTZA" +"canton_1501","state_ec_15","1501","TENA" +"canton_1503","state_ec_15","1503","ARCHIDONA" +"canton_1504","state_ec_15","1504","EL CHACO" +"canton_1507","state_ec_15","1507","QUIJOS" +"canton_1509","state_ec_15","1509","CARLOS JULIO AROSEMENA T." +"canton_1601","state_ec_16","1601","PASTAZA" +"canton_1602","state_ec_16","1602","MERA" +"canton_1603","state_ec_16","1603","SANTA CLARA" +"canton_1604","state_ec_16","1604","ARAJUNO" +"canton_1701","state_ec_17","1701","QUITO" +"canton_1702","state_ec_17","1702","CAYAMBE" +"canton_1703","state_ec_17","1703","MEJIA" +"canton_1704","state_ec_17","1704","PEDRO MONCAYO" +"canton_1705","state_ec_17","1705","RUMIÑAHUI" +"canton_1707","state_ec_17","1707","SAN MIGUEL DE LOS BANCOS" +"canton_1708","state_ec_17","1708","PEDRO VICENTE MALDONADO" +"canton_1709","state_ec_17","1709","PUERTO QUITO" +"canton_1801","state_ec_18","1801","AMBATO" +"canton_1802","state_ec_18","1802","BAÑOS DE AGUA SANTA" +"canton_1803","state_ec_18","1803","CEVALLOS" +"canton_1804","state_ec_18","1804","MOCHA" +"canton_1805","state_ec_18","1805","PATATE" +"canton_1806","state_ec_18","1806","QUERO" +"canton_1807","state_ec_18","1807","SAN PEDRO DE PELILEO" +"canton_1808","state_ec_18","1808","SANTIAGO DE PILLARO" +"canton_1809","state_ec_18","1809","TISALEO" +"canton_1901","state_ec_19","1901","ZAMORA" +"canton_1902","state_ec_19","1902","CHINCHIPE" +"canton_1903","state_ec_19","1903","NANGARITZA" +"canton_1904","state_ec_19","1904","YACUAMBI" +"canton_1905","state_ec_19","1905","YANTZAZA" +"canton_1906","state_ec_19","1906","EL PANGUI" +"canton_1907","state_ec_19","1907","CENTINELA DEL CONDOR" +"canton_1908","state_ec_19","1908","PALANDA" +"canton_1909","state_ec_19","1909","PAQUISHA" +"canton_2001","state_ec_20","2001","SAN CRISTOBAL" +"canton_2002","state_ec_20","2002","ISABELA" +"canton_2003","state_ec_20","2003","SANTA CRUZ" +"canton_2101","state_ec_21","2101","LAGO AGRIO" +"canton_2102","state_ec_21","2102","GONZALO PIZARRO" +"canton_2103","state_ec_21","2103","PUTUMAYO" +"canton_2104","state_ec_21","2104","SHUSHUFINDI" +"canton_2105","state_ec_21","2105","SUCUMBIOS" +"canton_2106","state_ec_21","2106","CASCALES" +"canton_2107","state_ec_21","2107","CUYABENO" +"canton_2201","state_ec_22","2201","FRANCISCO DE ORELLANA" +"canton_2202","state_ec_22","2202","AGUARICO" +"canton_2203","state_ec_22","2203","LA JOYA DE LOS SACHAS" +"canton_2204","state_ec_22","2204","LORETO" +"canton_2301","state_ec_23","2301","SANTO DOMINGO" +"canton_2302","state_ec_23","2302","LA CONCORDIA" +"canton_2401","state_ec_24","2401","SANTA ELENA" +"canton_2402","state_ec_24","2402","LA LIBERTAD" +"canton_2403","state_ec_24","2403","SALINAS" diff --git a/l10n_ec_ote/data/l10n_ec_ote.parish.csv b/l10n_ec_ote/data/l10n_ec_ote.parish.csv new file mode 100644 index 00000000..f437ef34 --- /dev/null +++ b/l10n_ec_ote/data/l10n_ec_ote.parish.csv @@ -0,0 +1,1260 @@ +"id","canton_id:id","code","name" +"parish_010101","canton_0101","010101","BELLAVISTA" +"parish_010102","canton_0101","010102","CAÑARIBAMBA" +"parish_010103","canton_0101","010103","EL BATAN" +"parish_010104","canton_0101","010104","EL SAGRARIO" +"parish_010105","canton_0101","010105","EL VECINO" +"parish_010106","canton_0101","010106","GIL RAMIREZ DAVALOS" +"parish_010107","canton_0101","010107","HUAYNACAPAC" +"parish_010108","canton_0101","010108","MACHANGARA" +"parish_010109","canton_0101","010109","MONAY" +"parish_010110","canton_0101","010110","SAN BLAS" +"parish_010111","canton_0101","010111","SAN SEBASTIAN" +"parish_010112","canton_0101","010112","SUCRE" +"parish_010113","canton_0101","010113","TOTORACOCHA" +"parish_010114","canton_0101","010114","YANUNCAY" +"parish_010115","canton_0101","010115","HERMANO MIGUEL" +"parish_010150","canton_0101","010150","CUENCA" +"parish_010151","canton_0101","010151","BAÑOS" +"parish_010152","canton_0101","010152","CUMBE" +"parish_010153","canton_0101","010153","CHAUCHA" +"parish_010154","canton_0101","010154","CHECA (JIDCAY)" +"parish_010155","canton_0101","010155","CHIQUINTAD" +"parish_010156","canton_0101","010156","LLACAO" +"parish_010157","canton_0101","010157","MOLLETURO" +"parish_010158","canton_0101","010158","NULTI" +"parish_010159","canton_0101","010159","OCTAVIO CORDERO PALACIOS (SANTA ROSA)" +"parish_010160","canton_0101","010160","PACCHA" +"parish_010161","canton_0101","010161","QUINGEO" +"parish_010162","canton_0101","010162","RICAURTE" +"parish_010163","canton_0101","010163","SAN JOAQUIN" +"parish_010164","canton_0101","010164","SANTA ANA" +"parish_010165","canton_0101","010165","SAYAUSI" +"parish_010166","canton_0101","010166","SIDCAY" +"parish_010167","canton_0101","010167","SININCAY" +"parish_010168","canton_0101","010168","TARQUI" +"parish_010169","canton_0101","010169","TURI" +"parish_010170","canton_0101","010170","VALLE" +"parish_010171","canton_0101","010171","VICTORIA DEL PORTETE (IRQUIS)" +"parish_010250","canton_0102","010250","GIRON" +"parish_010251","canton_0102","010251","ASUNCION" +"parish_010252","canton_0102","010252","SAN GERARDO" +"parish_010350","canton_0103","010350","GUALACEO" +"parish_010352","canton_0103","010352","DANIEL CORDOVA TORAL (EL ORIENTE)" +"parish_010353","canton_0103","010353","JADAN" +"parish_010354","canton_0103","010354","MARIANO MORENO" +"parish_010356","canton_0103","010356","REMIGIO CRESPO TORAL (GULAG)" +"parish_010357","canton_0103","010357","SAN JUAN" +"parish_010358","canton_0103","010358","ZHIDMAD" +"parish_010359","canton_0103","010359","LUIS CORDERO VEGA" +"parish_010360","canton_0103","010360","SIMÓN BOLÍVAR (CAB. EN GAÑANZOL)" +"parish_010450","canton_0104","010450","NABON" +"parish_010451","canton_0104","010451","COCHAPATA" +"parish_010452","canton_0104","010452","EL PROGRESO" +"parish_010453","canton_0104","010453","LAS NIEVES (CHAYA)" +"parish_010455","canton_0104","010455","LA PAZ" +"parish_010550","canton_0105","010550","PAUTE" +"parish_010552","canton_0105","010552","BULAN (JOSE VICTOR IZQUIERDO)" +"parish_010553","canton_0105","010553","CHICAN (GUILLERMO ORTEGA)" +"parish_010554","canton_0105","010554","EL CABO" +"parish_010556","canton_0105","010556","GUARAINAG" +"parish_010559","canton_0105","010559","SAN CRISTOBAL (CARLOS ORDOÑEZ LAZO)" +"parish_010561","canton_0105","010561","TOMEBAMBA" +"parish_010562","canton_0105","010562","DUG-DUG" +"parish_010650","canton_0106","010650","PUCARA" +"parish_010652","canton_0106","010652","SAN RAFAEL DE SHARUG" +"parish_010750","canton_0107","010750","SAN FERNANDO" +"parish_010751","canton_0107","010751","CHUMBLIN" +"parish_010850","canton_0108","010850","SANTA ISABEL (CHAGUARURCO)" +"parish_010851","canton_0108","010851","ABDON CALDERON (LA UNION)" +"parish_010852","canton_0108","010852","EL CARMEN DE PIJILI" +"parish_010853","canton_0108","010853","ZHAGLLI (SHAGLLI)" +"parish_010950","canton_0109","010950","SIGSIG" +"parish_010951","canton_0109","010951","CUCHIL (CUTCHIL)" +"parish_010952","canton_0109","010952","GIMA" +"parish_010953","canton_0109","010953","GUEL" +"parish_010954","canton_0109","010954","LUDO" +"parish_010955","canton_0109","010955","SAN BARTOLOME" +"parish_010956","canton_0109","010956","SAN JOSE DE RARANGA" +"parish_011050","canton_0110","011050","SAN FELIPE DE OÑA" +"parish_011051","canton_0110","011051","SUSUDEL" +"parish_011150","canton_0111","011150","CHORDELEG" +"parish_011151","canton_0111","011151","PRINCIPAL" +"parish_011152","canton_0111","011152","LA UNION" +"parish_011153","canton_0111","011153","LUIS GALARZA ORELLANA" +"parish_011154","canton_0111","011154","SAN MARTIN DE PUZHIO" +"parish_011250","canton_0112","011250","EL PAN" +"parish_011253","canton_0112","011253","SAN VICENTE" +"parish_011350","canton_0113","011350","SEVILLA DE ORO" +"parish_011351","canton_0113","011351","AMALUZA" +"parish_011352","canton_0113","011352","PALMAS" +"parish_011450","canton_0114","011450","GUACHAPALA" +"parish_011550","canton_0115","011550","CAMILO PONCE ENRIQUEZ" +"parish_011551","canton_0115","011551","EL CARMEN DE PIJILI" +"parish_020101","canton_0201","020101","ANGEL POLIBIO CHAVEZ" +"parish_020102","canton_0201","020102","GABRIEL IGNACIO VEINTIMILLA" +"parish_020103","canton_0201","020103","GUANUJO" +"parish_020150","canton_0201","020150","GUARANDA" +"parish_020151","canton_0201","020151","FACUNDO VELA" +"parish_020153","canton_0201","020153","JULIO E. MORENO (CATAHUAN GRANDE)" +"parish_020155","canton_0201","020155","SALINAS" +"parish_020156","canton_0201","020156","SAN LORENZO" +"parish_020157","canton_0201","020157","SAN SIMON (YACOTO)" +"parish_020158","canton_0201","020158","SANTAFE (SANTA FE)" +"parish_020159","canton_0201","020159","SIMIATUG" +"parish_020160","canton_0201","020160","SAN LUIS DE PAMBIL" +"parish_020250","canton_0202","020250","CHILLANES" +"parish_020251","canton_0202","020251","SAN JOSE DEL TAMBO (TAMBOPAMBA)" +"parish_020350","canton_0203","020350","SAN JOSE DE CHIMBO" +"parish_020351","canton_0203","020351","ASUNCION (ASANCOTO)" +"parish_020353","canton_0203","020353","MAGDALENA (CHAPACOTO)" +"parish_020354","canton_0203","020354","SAN SEBASTIAN" +"parish_020355","canton_0203","020355","TELIMBELA" +"parish_020450","canton_0204","020450","ECHEANDIA" +"parish_020550","canton_0205","020550","SAN MIGUEL" +"parish_020551","canton_0205","020551","BALSAPAMBA" +"parish_020552","canton_0205","020552","BILOVAN" +"parish_020553","canton_0205","020553","REGULO DE MORA" +"parish_020554","canton_0205","020554","SAN PABLO (SAN PABLO DE ATENAS)" +"parish_020555","canton_0205","020555","SANTIAGO" +"parish_020556","canton_0205","020556","SAN VICENTE" +"parish_020650","canton_0206","020650","CALUMA" +"parish_020701","canton_0207","020701","LAS MERCEDES" +"parish_020702","canton_0207","020702","LAS NAVES" +"parish_020750","canton_0207","020750","LAS NAVES" +"parish_030101","canton_0301","030101","AURELIO BAYAS MARTINEZ" +"parish_030102","canton_0301","030102","AZOGUES" +"parish_030103","canton_0301","030103","BORRERO" +"parish_030104","canton_0301","030104","SAN FRANCISCO" +"parish_030150","canton_0301","030150","AZOGUES" +"parish_030151","canton_0301","030151","COJITAMBO" +"parish_030153","canton_0301","030153","GUAPAN" +"parish_030154","canton_0301","030154","JAVIER LOYOLA (CHUQUIPATA)" +"parish_030155","canton_0301","030155","LUIS CORDERO" +"parish_030156","canton_0301","030156","PINDILIG" +"parish_030157","canton_0301","030157","RIVERA" +"parish_030158","canton_0301","030158","SAN MIGUEL" +"parish_030160","canton_0301","030160","TADAY" +"parish_030250","canton_0302","030250","BIBLIAN" +"parish_030251","canton_0302","030251","NAZON" +"parish_030252","canton_0302","030252","SAN FRANCISCO DE SAGEO" +"parish_030253","canton_0302","030253","TURUPAMBA" +"parish_030254","canton_0302","030254","JERUSALEN" +"parish_030350","canton_0303","030350","CAÑAR" +"parish_030351","canton_0303","030351","CHONTAMARCA" +"parish_030352","canton_0303","030352","CHOROCOPTE" +"parish_030353","canton_0303","030353","GENERAL MORALES (SOCARTE)" +"parish_030354","canton_0303","030354","GUALLETURO" +"parish_030355","canton_0303","030355","HONORATO VASQUEZ (TAMBO VIEJO)" +"parish_030356","canton_0303","030356","INGAPIRCA" +"parish_030357","canton_0303","030357","JUNCAL" +"parish_030358","canton_0303","030358","SAN ANTONIO" +"parish_030361","canton_0303","030361","ZHUD" +"parish_030362","canton_0303","030362","VENTURA" +"parish_030363","canton_0303","030363","DUCUR" +"parish_030450","canton_0304","030450","LA TRONCAL" +"parish_030451","canton_0304","030451","MANUEL J. CALLE" +"parish_030452","canton_0304","030452","PANCHO NEGRO" +"parish_030550","canton_0305","030550","EL TAMBO" +"parish_030650","canton_0306","030650","DELEG" +"parish_030651","canton_0306","030651","SOLANO" +"parish_030750","canton_0307","030750","SUSCAL" +"parish_040101","canton_0401","040101","GONZALES SUAREZ" +"parish_040102","canton_0401","040102","TULCAN" +"parish_040150","canton_0401","040150","TULCAN" +"parish_040151","canton_0401","040151","EL CARMELO (EL PUN)" +"parish_040153","canton_0401","040153","JULIO ANDRADE (OREJUELA)" +"parish_040154","canton_0401","040154","MALDONADO" +"parish_040155","canton_0401","040155","PIOTER" +"parish_040156","canton_0401","040156","TOBAR DONOSO (LA BOCANA DE CAMUMBI)" +"parish_040157","canton_0401","040157","TUFIÑO" +"parish_040158","canton_0401","040158","URBINA (TAYA)" +"parish_040159","canton_0401","040159","EL CHICAL" +"parish_040161","canton_0401","040161","SANTA MARTHA DE CUBA" +"parish_040250","canton_0402","040250","BOLIVAR" +"parish_040251","canton_0402","040251","GARCIA MORENO" +"parish_040252","canton_0402","040252","LOS ANDES" +"parish_040253","canton_0402","040253","MONTE OLIVO" +"parish_040254","canton_0402","040254","SAN VICENTE DE PUSIR" +"parish_040255","canton_0402","040255","SAN RAFAEL" +"parish_040301","canton_0403","040301","EL ANGEL" +"parish_040302","canton_0403","040302","27 DE SEPTIEMBRE" +"parish_040350","canton_0403","040350","EL ANGEL" +"parish_040351","canton_0403","040351","EL GOALTAL" +"parish_040352","canton_0403","040352","LA LIBERTAD (ALIZO)" +"parish_040353","canton_0403","040353","SAN ISIDRO" +"parish_040450","canton_0404","040450","MIRA (CHONTAHUASI)" +"parish_040451","canton_0404","040451","CONCEPCION" +"parish_040452","canton_0404","040452","JIJON Y CAAMAÑO" +"parish_040453","canton_0404","040453","JUAN MONTALVO" +"parish_040501","canton_0405","040501","GONZALEZ SUAREZ" +"parish_040502","canton_0405","040502","SAN JOSE" +"parish_040550","canton_0405","040550","SAN GABRIEL" +"parish_040551","canton_0405","040551","CRISTOBAL COLON" +"parish_040552","canton_0405","040552","CHITAN DE NAVARRETE" +"parish_040553","canton_0405","040553","FERNANDEZ SALVADOR" +"parish_040554","canton_0405","040554","LA PAZ" +"parish_040555","canton_0405","040555","PIARTAL" +"parish_040650","canton_0406","040650","HUACA" +"parish_040651","canton_0406","040651","MARISCAL SUCRE" +"parish_050101","canton_0501","050101","ELOY ALFARO (SAN FELIPE)" +"parish_050102","canton_0501","050102","IGNACIO FLORES (PARQUE FLORES)" +"parish_050103","canton_0501","050103","JUAN MONTALVO (SAN SEBASTIAN)" +"parish_050104","canton_0501","050104","LA MATRIZ" +"parish_050105","canton_0501","050105","SAN BUENAVENTURA" +"parish_050150","canton_0501","050150","LATACUNGA" +"parish_050151","canton_0501","050151","ALAQUES (ALAQUEZ)" +"parish_050152","canton_0501","050152","BELISARIO QUEVEDO (GUANAILIN)" +"parish_050153","canton_0501","050153","GUAITACAMA (GUAYTACAMA)" +"parish_050154","canton_0501","050154","JOSEGUANGO BAJO" +"parish_050156","canton_0501","050156","MULALO" +"parish_050157","canton_0501","050157","11 DE NOVIEMBRE (ILINCHISI)" +"parish_050158","canton_0501","050158","POALO" +"parish_050159","canton_0501","050159","SAN JUAN DE PASTOCALLE" +"parish_050161","canton_0501","050161","TANICUCHI" +"parish_050162","canton_0501","050162","TOACASO" +"parish_050202","canton_0502","050202","EL CARMEN" +"parish_050250","canton_0502","050250","LA MANA" +"parish_050251","canton_0502","050251","GUASAGANDA" +"parish_050252","canton_0502","050252","PUCAYACU" +"parish_050350","canton_0503","050350","EL CORAZON" +"parish_050351","canton_0503","050351","MORASPUNGO" +"parish_050352","canton_0503","050352","PINLLOPATA" +"parish_050353","canton_0503","050353","RAMON CAMPAÑA" +"parish_050450","canton_0504","050450","PUJILI" +"parish_050451","canton_0504","050451","ANGAMARCA" +"parish_050453","canton_0504","050453","GUANGAJE" +"parish_050455","canton_0504","050455","LA VICTORIA" +"parish_050456","canton_0504","050456","PILALO" +"parish_050457","canton_0504","050457","TINGO" +"parish_050458","canton_0504","050458","ZUMBAHUA" +"parish_050550","canton_0505","050550","SAN MIGUEL" +"parish_050551","canton_0505","050551","ANTONIO JOSE HOLGUIN (SANTA LUCIA)" +"parish_050552","canton_0505","050552","CUSUBAMBA" +"parish_050553","canton_0505","050553","MULALILLO" +"parish_050554","canton_0505","050554","MULLIQUINDIL (SANTA ANA)" +"parish_050555","canton_0505","050555","PANSALEO" +"parish_050650","canton_0506","050650","SAQUISILI" +"parish_050651","canton_0506","050651","CANCHAGUA" +"parish_050652","canton_0506","050652","CHANTILIN" +"parish_050653","canton_0506","050653","COCHAPAMBA" +"parish_050750","canton_0507","050750","SIGCHOS" +"parish_050751","canton_0507","050751","CHUGCHILAN" +"parish_050752","canton_0507","050752","ISINLIVI" +"parish_050753","canton_0507","050753","LAS PAMPAS" +"parish_050754","canton_0507","050754","PALO QUEMADO" +"parish_060101","canton_0601","060101","LIZARZABURU" +"parish_060102","canton_0601","060102","MALDONADO" +"parish_060103","canton_0601","060103","VELASCO" +"parish_060104","canton_0601","060104","VELOZ" +"parish_060105","canton_0601","060105","YARUQUIES" +"parish_060106","canton_0601","060106","LICAN" +"parish_060150","canton_0601","060150","RIOBAMBA" +"parish_060151","canton_0601","060151","CACHA" +"parish_060152","canton_0601","060152","CALPI" +"parish_060153","canton_0601","060153","CUBIJIES" +"parish_060154","canton_0601","060154","FLORES" +"parish_060156","canton_0601","060156","LICTO" +"parish_060157","canton_0601","060157","PUNGALA" +"parish_060158","canton_0601","060158","PUNIN" +"parish_060159","canton_0601","060159","QUIMIAG" +"parish_060160","canton_0601","060160","SAN JUAN" +"parish_060161","canton_0601","060161","SAN LUIS" +"parish_060250","canton_0602","060250","ALAUSI" +"parish_060251","canton_0602","060251","ACHUPALLAS" +"parish_060253","canton_0602","060253","GUASUNTOS" +"parish_060254","canton_0602","060254","HUIGRA" +"parish_060255","canton_0602","060255","MULTITUD" +"parish_060256","canton_0602","060256","PISTISHI (NARIZ DEL DIABLO)" +"parish_060257","canton_0602","060257","PUMALLACTA (PUMA-LACTA)" +"parish_060258","canton_0602","060258","SEVILLA" +"parish_060259","canton_0602","060259","SIBAMBE" +"parish_060260","canton_0602","060260","TIXAN" +"parish_060301","canton_0603","060301","CAJABAMBA" +"parish_060302","canton_0603","060302","SICALPA" +"parish_060350","canton_0603","060350","VILLA LA UNION (CAJABAMBA)" +"parish_060351","canton_0603","060351","CAÑI" +"parish_060352","canton_0603","060352","COLUMBE" +"parish_060353","canton_0603","060353","JUAN DE VELASCO (PANGOR)" +"parish_060354","canton_0603","060354","SANTIAGO DE QUITO" +"parish_060450","canton_0604","060450","CHAMBO" +"parish_060550","canton_0605","060550","CHUNCHI" +"parish_060551","canton_0605","060551","CAPZOL" +"parish_060552","canton_0605","060552","COMPUD" +"parish_060553","canton_0605","060553","GONZOL" +"parish_060554","canton_0605","060554","LLAGOS" +"parish_060650","canton_0606","060650","GUAMOTE" +"parish_060651","canton_0606","060651","CEBADAS" +"parish_060652","canton_0606","060652","PALMIRA" +"parish_060701","canton_0607","060701","EL ROSARIO" +"parish_060702","canton_0607","060702","LA MATRIZ" +"parish_060750","canton_0607","060750","GUANO" +"parish_060751","canton_0607","060751","GUANANDO" +"parish_060752","canton_0607","060752","ILAPO" +"parish_060753","canton_0607","060753","LA PROVIDENCIA" +"parish_060754","canton_0607","060754","SAN ANDRES" +"parish_060755","canton_0607","060755","SAN GERARDO DE PACAICAGUAN" +"parish_060756","canton_0607","060756","SAN ISIDRO DE PATULU" +"parish_060757","canton_0607","060757","SAN JOSE DEL CHAZO" +"parish_060758","canton_0607","060758","SANTA FE DE GALAN" +"parish_060759","canton_0607","060759","VALPARAISO" +"parish_060850","canton_0608","060850","PALLATANGA" +"parish_060950","canton_0609","060950","PENIPE" +"parish_060951","canton_0609","060951","EL ALTAR" +"parish_060952","canton_0609","060952","MATUS" +"parish_060953","canton_0609","060953","PUELA" +"parish_060954","canton_0609","060954","SAN ANTONIO DE BAYUSHIG" +"parish_060955","canton_0609","060955","LA CANDELARIA" +"parish_060956","canton_0609","060956","BILBAO" +"parish_061050","canton_0610","061050","CUMANDA" +"parish_070101","canton_0701","070101","LA PROVIDENCIA" +"parish_070102","canton_0701","070102","MACHALA" +"parish_070103","canton_0701","070103","PUERTO BOLIVAR" +"parish_070104","canton_0701","070104","NUEVE DE MAYO" +"parish_070105","canton_0701","070105","EL CAMBIO" +"parish_070150","canton_0701","070150","MACHALA" +"parish_070152","canton_0701","070152","EL RETIRO" +"parish_070221","canton_0702","070221","CHACRAS" +"parish_070250","canton_0702","070250","ARENILLAS" +"parish_070254","canton_0702","070254","PALMALES" +"parish_070255","canton_0702","070255","CARCABON" +"parish_070350","canton_0703","070350","PACCHA" +"parish_070351","canton_0703","070351","AYAPAMBA" +"parish_070352","canton_0703","070352","CORDONCILLO" +"parish_070353","canton_0703","070353","MILAGRO" +"parish_070354","canton_0703","070354","SAN JOSE" +"parish_070355","canton_0703","070355","SAN JUAN DE CERRO AZUL" +"parish_070450","canton_0704","070450","BALSAS" +"parish_070451","canton_0704","070451","BELLAMARIA" +"parish_070550","canton_0705","070550","CHILLA" +"parish_070650","canton_0706","070650","EL GUABO" +"parish_070651","canton_0706","070651","BARBONES (SUCRE)" +"parish_070652","canton_0706","070652","LA IBERIA" +"parish_070653","canton_0706","070653","TENDALES (CAB. EN PUERTO)" +"parish_070654","canton_0706","070654","RIO BONITO" +"parish_070701","canton_0707","070701","ECUADOR" +"parish_070702","canton_0707","070702","EL PARAISO" +"parish_070703","canton_0707","070703","HUALTACO" +"parish_070704","canton_0707","070704","MILTON REYES" +"parish_070705","canton_0707","070705","UNION LOJANA" +"parish_070750","canton_0707","070750","HUAQUILLAS" +"parish_070850","canton_0708","070850","MARCABELI" +"parish_070851","canton_0708","070851","EL INGENIO" +"parish_070901","canton_0709","070901","BOLIVAR" +"parish_070902","canton_0709","070902","LOMA DE FRANCO" +"parish_070903","canton_0709","070903","OCHOA LEON (MATRIZ)" +"parish_070904","canton_0709","070904","TRES CERRITOS" +"parish_070950","canton_0709","070950","PASAJE" +"parish_070951","canton_0709","070951","BUENAVISTA" +"parish_070952","canton_0709","070952","CASACAY" +"parish_070953","canton_0709","070953","LA PEAÑA" +"parish_070954","canton_0709","070954","PROGRESO" +"parish_070955","canton_0709","070955","UZHCURRUMI" +"parish_070956","canton_0709","070956","CAÑAQUEMADA" +"parish_071001","canton_0710","071001","LA MATRIZ" +"parish_071002","canton_0710","071002","LA SUSAYA" +"parish_071003","canton_0710","071003","PIÑAS GRANDE" +"parish_071050","canton_0710","071050","PIÑAS" +"parish_071051","canton_0710","071051","CAPIRO" +"parish_071052","canton_0710","071052","LA BOCANA" +"parish_071053","canton_0710","071053","MOROMORO (CAB. EN EL VADO)" +"parish_071054","canton_0710","071054","PIEDRAS" +"parish_071055","canton_0710","071055","SAN ROQUE (AMBROSIO MALDONADO)" +"parish_071056","canton_0710","071056","SARACAY" +"parish_071150","canton_0711","071150","PORTOVELO" +"parish_071151","canton_0711","071151","CURTINCAPA" +"parish_071152","canton_0711","071152","MORALES" +"parish_071153","canton_0711","071153","SALATI" +"parish_071201","canton_0712","071201","SANTA ROSA" +"parish_071202","canton_0712","071202","JELI" +"parish_071203","canton_0712","071203","JAMBELÍ (SATÉLITE)" +"parish_071204","canton_0712","071204","JUMÓN (SATÉLITE)" +"parish_071250","canton_0712","071250","SANTA ROSA" +"parish_071251","canton_0712","071251","BELLAVISTA" +"parish_071252","canton_0712","071252","JAMBELI" +"parish_071253","canton_0712","071253","LA AVANZADA" +"parish_071254","canton_0712","071254","SAN ANTONIO" +"parish_071255","canton_0712","071255","TORATA" +"parish_071256","canton_0712","071256","VICTORIA" +"parish_071257","canton_0712","071257","BELLAMARIA" +"parish_071350","canton_0713","071350","ZARUMA" +"parish_071351","canton_0713","071351","ABAÑIN" +"parish_071352","canton_0713","071352","ARCAPAMBA" +"parish_071353","canton_0713","071353","GUANAZAN" +"parish_071354","canton_0713","071354","GUIZHAGUIÑA" +"parish_071355","canton_0713","071355","HUERTAS" +"parish_071356","canton_0713","071356","MALVAS" +"parish_071357","canton_0713","071357","MULUNCAY GRANDE" +"parish_071358","canton_0713","071358","SINSAO" +"parish_071359","canton_0713","071359","SALVIAS" +"parish_071401","canton_0714","071401","LA VICTORIA" +"parish_071402","canton_0714","071402","PLATANILLOS" +"parish_071403","canton_0714","071403","VALLE HERMOSO" +"parish_071450","canton_0714","071450","LA VICTORIA" +"parish_071451","canton_0714","071451","LA LIBERTAD" +"parish_071452","canton_0714","071452","EL PARAISO" +"parish_071453","canton_0714","071453","SAN ISIDRO" +"parish_080101","canton_0801","080101","BARTOLOME RUIZ (CESAR FRANCO CARRION)" +"parish_080102","canton_0801","080102","5 DE AGOSTO" +"parish_080103","canton_0801","080103","ESMERALDAS" +"parish_080104","canton_0801","080104","LUIS TELLO (LAS PALMAS)" +"parish_080105","canton_0801","080105","SIMÓN PLATA TORRES" +"parish_080150","canton_0801","080150","ESMERALDAS" +"parish_080152","canton_0801","080152","CAMARONES" +"parish_080153","canton_0801","080153","CRNEL. CARLOS CONCHA TORRES" +"parish_080154","canton_0801","080154","CHINCA" +"parish_080159","canton_0801","080159","MAJUA" +"parish_080163","canton_0801","080163","SAN MATEO" +"parish_080165","canton_0801","080165","TABIAZO" +"parish_080166","canton_0801","080166","TACHINA" +"parish_080168","canton_0801","080168","VUELTA LARGA" +"parish_080250","canton_0802","080250","VALDEZ (LIMONES)" +"parish_080251","canton_0802","080251","ANCHAYACU" +"parish_080252","canton_0802","080252","ATAHUALPA" +"parish_080253","canton_0802","080253","BORBON" +"parish_080254","canton_0802","080254","LA TOLA" +"parish_080255","canton_0802","080255","LUIS VARGAS TORRES" +"parish_080256","canton_0802","080256","MALDONADO" +"parish_080257","canton_0802","080257","PAMPANAL DE BOLIVAR" +"parish_080258","canton_0802","080258","SAN FRANCISCO DE ONZOLE" +"parish_080259","canton_0802","080259","SANTO DOMINGO DE ONZOLE" +"parish_080260","canton_0802","080260","SELVA ALEGRE" +"parish_080261","canton_0802","080261","TELEMBI" +"parish_080262","canton_0802","080262","COLON ELOY DEL MARIA" +"parish_080263","canton_0802","080263","SAN JOSE DE CAYAPAS" +"parish_080264","canton_0802","080264","TIMBIRE" +"parish_080350","canton_0803","080350","MUISNE" +"parish_080351","canton_0803","080351","BOLIVAR" +"parish_080352","canton_0803","080352","DAULE" +"parish_080353","canton_0803","080353","GALERA" +"parish_080354","canton_0803","080354","QUINGUE (OLMEDO PERDOMO FRANCO)" +"parish_080355","canton_0803","080355","SALIMA" +"parish_080356","canton_0803","080356","SAN FRANCISCO" +"parish_080357","canton_0803","080357","SAN GREGORIO" +"parish_080358","canton_0803","080358","SAN JOSE DE CHAMANGA" +"parish_080450","canton_0804","080450","ROSA ZARATE (QUININDE)" +"parish_080451","canton_0804","080451","CUBE" +"parish_080452","canton_0804","080452","CHURA (CHANCAMA)" +"parish_080453","canton_0804","080453","MALIMPIA" +"parish_080454","canton_0804","080454","VICHE" +"parish_080455","canton_0804","080455","LA UNION" +"parish_080550","canton_0805","080550","SAN LORENZO" +"parish_080551","canton_0805","080551","ALTO TAMBO" +"parish_080552","canton_0805","080552","ANCON (PICHANGAL)" +"parish_080553","canton_0805","080553","CALDERON" +"parish_080554","canton_0805","080554","CARONDELET" +"parish_080555","canton_0805","080555","5 DE JUNIO" +"parish_080556","canton_0805","080556","CONCEPCION" +"parish_080557","canton_0805","080557","MATAJE" +"parish_080558","canton_0805","080558","SAN JAVIER DE CACHAVI" +"parish_080559","canton_0805","080559","SANTA RITA" +"parish_080560","canton_0805","080560","TAMBILLO" +"parish_080561","canton_0805","080561","TULUBI" +"parish_080562","canton_0805","080562","URBINA" +"parish_080650","canton_0806","080650","ATACAMES" +"parish_080651","canton_0806","080651","LA UNION" +"parish_080652","canton_0806","080652","SUA" +"parish_080653","canton_0806","080653","TONCHIGUE" +"parish_080654","canton_0806","080654","TONSUPA" +"parish_080750","canton_0807","080750","RIOVERDE" +"parish_080751","canton_0807","080751","CHONTADURO" +"parish_080752","canton_0807","080752","CHUMUNDE" +"parish_080753","canton_0807","080753","LAGARTO" +"parish_080754","canton_0807","080754","MONTALVO" +"parish_080755","canton_0807","080755","ROCAFUERTE" +"parish_090101","canton_0901","090101","AYACUCHO" +"parish_090102","canton_0901","090102","BOLIVAR (SAGRARIO)" +"parish_090103","canton_0901","090103","CARBO (CONCEPCION)" +"parish_090104","canton_0901","090104","FEBRES CORDERO" +"parish_090105","canton_0901","090105","GARCIA MORENO" +"parish_090106","canton_0901","090106","LETAMENDI" +"parish_090107","canton_0901","090107","NUEVE DE OCTUBRE" +"parish_090108","canton_0901","090108","OLMEDO (SAN ALEJO)" +"parish_090109","canton_0901","090109","ROCA" +"parish_090110","canton_0901","090110","ROCAFUERTE" +"parish_090111","canton_0901","090111","SUCRE" +"parish_090112","canton_0901","090112","TARQUI" +"parish_090113","canton_0901","090113","URDANETA" +"parish_090114","canton_0901","090114","XIMENA" +"parish_090115","canton_0901","090115","CHONGON" +"parish_090116","canton_0901","090116","PASCUALES" +"parish_090150","canton_0901","090150","GUAYAQUIL" +"parish_090152","canton_0901","090152","JUAN GOMEZ RENDON (PROGRESO)" +"parish_090153","canton_0901","090153","MORRO" +"parish_090156","canton_0901","090156","POSORJA" +"parish_090157","canton_0901","090157","PUNA" +"parish_090158","canton_0901","090158","TENGUEL" +"parish_090250","canton_0902","090250","ALFREDO BAQUERIZO MORENO" +"parish_090350","canton_0903","090350","BALAO" +"parish_090450","canton_0904","090450","BALZAR" +"parish_090550","canton_0905","090550","COLIMES" +"parish_090551","canton_0905","090551","SAN JACINTO" +"parish_090601","canton_0906","090601","DAULE" +"parish_090602","canton_0906","090602","BANIFE" +"parish_090603","canton_0906","090603","EMILIANO CAICEDO MARCOS" +"parish_090604","canton_0906","090604","MAGRO" +"parish_090605","canton_0906","090605","PADRE JUAN BAUTISTA AGUIRRE" +"parish_090606","canton_0906","090606","SANTA CLARA" +"parish_090607","canton_0906","090607","VICENTE PIEDRAHITA" +"parish_090650","canton_0906","090650","DAULE" +"parish_090652","canton_0906","090652","JUAN BAUTISTA AGUIRRE (LOS TINTOS)" +"parish_090653","canton_0906","090653","LAUREL" +"parish_090654","canton_0906","090654","LIMONAL" +"parish_090656","canton_0906","090656","LAS LOJAS (ENRIQUE BAQUERIZO MORENO)" +"parish_090750","canton_0907","090750","ELOY ALFARO (DURAN)" +"parish_090850","canton_0908","090850","VELASCO IBARRA (EL EMPALME)" +"parish_090851","canton_0908","090851","GUAYAS (PUEBLO NUEVO)" +"parish_090852","canton_0908","090852","EL ROSARIO" +"parish_090950","canton_0909","090950","EL TRIUNFO" +"parish_091050","canton_0910","091050","MILAGRO" +"parish_091051","canton_0910","091051","CHOBO" +"parish_091053","canton_0910","091053","MARISCAL SUCRE (HUAQUES)" +"parish_091054","canton_0910","091054","ROBERTO ASTUDILLO" +"parish_091150","canton_0911","091150","NARANJAL" +"parish_091151","canton_0911","091151","JESUS MARIA" +"parish_091152","canton_0911","091152","SAN CARLOS" +"parish_091153","canton_0911","091153","SANTA ROSA DE FLANDES" +"parish_091154","canton_0911","091154","TAURA" +"parish_091250","canton_0912","091250","NARANJITO" +"parish_091350","canton_0913","091350","PALESTINA" +"parish_091450","canton_0914","091450","PEDRO CARBO" +"parish_091451","canton_0914","091451","VALLE DE LA VIRGEN" +"parish_091452","canton_0914","091452","SABANILLA" +"parish_091601","canton_0916","091601","SAMBORONDÓN" +"parish_091602","canton_0916","091602","LA PUNTILLA (SATÉLITE)" +"parish_091650","canton_0916","091650","SAMBORONDON" +"parish_091651","canton_0916","091651","TARIFA" +"parish_091850","canton_0918","091850","SANTA LUCIA" +"parish_091901","canton_0919","091901","BOCANA" +"parish_091902","canton_0919","091902","CANDILEJOS" +"parish_091903","canton_0919","091903","CENTRAL" +"parish_091904","canton_0919","091904","PARAISO" +"parish_091905","canton_0919","091905","SAN MATEO" +"parish_091950","canton_0919","091950","EL SALITRE (LAS RAMAS)" +"parish_091951","canton_0919","091951","GENERAL VERNAZA (DOS ESTEROS)" +"parish_091952","canton_0919","091952","LA VICTORIA (ÑAUZA)" +"parish_091953","canton_0919","091953","JUNQUILLAL" +"parish_092050","canton_0920","092050","SAN JACINTO DE YAGUACHI" +"parish_092053","canton_0920","092053","GRAL. PEDRO J. MONTERO (BOLICHE)" +"parish_092055","canton_0920","092055","YAGUACHI VIEJO (CONE)" +"parish_092056","canton_0920","092056","VIRGEN DE FATIMA" +"parish_092150","canton_0921","092150","GENERAL VILLAMIL" +"parish_092250","canton_0922","092250","SIMON BOLIVAR" +"parish_092251","canton_0922","092251","CRNEL. LORENZO DE GARAICOA (PEDREGAL)" +"parish_092350","canton_0923","092350","CORONEL MARCELINO MARIDUEÑA" +"parish_092450","canton_0924","092450","LOMAS DE SARGENTILLO" +"parish_092550","canton_0925","092550","NARCISA DE JESUS" +"parish_092750","canton_0927","092750","GENERAL ANTONIO ELIZALDE (BUCAY)" +"parish_092850","canton_0928","092850","ISIDRO AYORA" +"parish_100101","canton_1001","100101","CARANQUI" +"parish_100102","canton_1001","100102","GUAYAQUIL DE ALPACHACA" +"parish_100103","canton_1001","100103","SAGRARIO" +"parish_100104","canton_1001","100104","SAN FRANCISCO" +"parish_100105","canton_1001","100105","LA DOLOROSA DEL PIORATO" +"parish_100150","canton_1001","100150","IBARRA" +"parish_100151","canton_1001","100151","AMBUQUI" +"parish_100152","canton_1001","100152","ANGOCHAGUA" +"parish_100153","canton_1001","100153","CAROLINA" +"parish_100154","canton_1001","100154","LA ESPERANZA" +"parish_100155","canton_1001","100155","LITA" +"parish_100156","canton_1001","100156","SALINAS" +"parish_100157","canton_1001","100157","SAN ANTONIO" +"parish_100201","canton_1002","100201","ANDRADE MARIN (LOURDES)" +"parish_100202","canton_1002","100202","ATUNTAQUI" +"parish_100250","canton_1002","100250","ATUNTAQUI" +"parish_100251","canton_1002","100251","IMBAYA (SAN LUIS DE COBUENDO)" +"parish_100252","canton_1002","100252","SAN FRANCISCO DE NATABUEL" +"parish_100253","canton_1002","100253","SAN JOSE DE CHALTURA" +"parish_100254","canton_1002","100254","SAN ROQUE" +"parish_100301","canton_1003","100301","SAGRARIO" +"parish_100302","canton_1003","100302","SAN FRANCISCO" +"parish_100350","canton_1003","100350","COTACACHI" +"parish_100351","canton_1003","100351","APUELA" +"parish_100352","canton_1003","100352","GARCIA MORENO (LLURIMAGUA)" +"parish_100353","canton_1003","100353","IMANTAG" +"parish_100354","canton_1003","100354","PEÑAHERRERA" +"parish_100355","canton_1003","100355","PLAZA GUTIERREZ (CALVARIO)" +"parish_100356","canton_1003","100356","QUIROGA" +"parish_100357","canton_1003","100357","6 DE JULIO DE CUELLAJE" +"parish_100358","canton_1003","100358","VACAS GALINDO (EL CHURO)" +"parish_100401","canton_1004","100401","JORDAN" +"parish_100402","canton_1004","100402","SAN LUIS" +"parish_100450","canton_1004","100450","OTAVALO" +"parish_100451","canton_1004","100451","DR. MIGUEL EGAS CABEZAS (PEGUCHE)" +"parish_100452","canton_1004","100452","EUGENIO ESPEJO (CALPAQUI)" +"parish_100453","canton_1004","100453","GONZALEZ SUAREZ" +"parish_100454","canton_1004","100454","PATAQUI" +"parish_100455","canton_1004","100455","SAN JOSÉ DE QUICHINCHE" +"parish_100456","canton_1004","100456","SAN JUAN DE ILUMAN" +"parish_100457","canton_1004","100457","SAN PABLO" +"parish_100458","canton_1004","100458","SAN RAFAEL" +"parish_100459","canton_1004","100459","SELVA ALEGRE" +"parish_100550","canton_1005","100550","PIMAMPIRO" +"parish_100551","canton_1005","100551","CHUGA" +"parish_100552","canton_1005","100552","MARIANO ACOSTA" +"parish_100553","canton_1005","100553","SAN FRANCISCO DE SIGSIPAM" +"parish_100650","canton_1006","100650","URCUQUI" +"parish_100651","canton_1006","100651","CAHUASQUI" +"parish_100652","canton_1006","100652","LA MERCED DE BUENOS AIRES" +"parish_100653","canton_1006","100653","PABLO ARENAS" +"parish_100654","canton_1006","100654","SAN BLAS" +"parish_100655","canton_1006","100655","TUMBABIRO" +"parish_110101","canton_1101","110101","EL SAGRARIO" +"parish_110102","canton_1101","110102","SAN SEBASTIAN" +"parish_110103","canton_1101","110103","SUCRE" +"parish_110104","canton_1101","110104","VALLE" +"parish_110150","canton_1101","110150","LOJA" +"parish_110151","canton_1101","110151","CHANTACO" +"parish_110152","canton_1101","110152","CHUQUIRIBAMBA" +"parish_110153","canton_1101","110153","EL CISNE" +"parish_110154","canton_1101","110154","GUALEL" +"parish_110155","canton_1101","110155","JIMBILLA" +"parish_110156","canton_1101","110156","MALACATOS (VALLADOLID)" +"parish_110157","canton_1101","110157","SAN LUCAS" +"parish_110158","canton_1101","110158","SAN PEDRO DE VILCABAMBA" +"parish_110159","canton_1101","110159","SANTIAGO" +"parish_110160","canton_1101","110160","TAQUIL (MIGUEL RIOFRIO)" +"parish_110161","canton_1101","110161","VILCABAMBA (VICTORIA)" +"parish_110162","canton_1101","110162","YANGANA (ARSENIO CASTILLO)" +"parish_110163","canton_1101","110163","QUINARA" +"parish_110201","canton_1102","110201","CARIAMANGA" +"parish_110202","canton_1102","110202","CHILE" +"parish_110203","canton_1102","110203","SAN VICENTE" +"parish_110250","canton_1102","110250","CARIAMANGA" +"parish_110251","canton_1102","110251","COLAISACA" +"parish_110252","canton_1102","110252","EL LUCERO" +"parish_110253","canton_1102","110253","UTUANA" +"parish_110254","canton_1102","110254","SANGILLIN" +"parish_110301","canton_1103","110301","CATAMAYO" +"parish_110302","canton_1103","110302","SAN JOSE" +"parish_110350","canton_1103","110350","CATAMAYO (LA TOMA)" +"parish_110351","canton_1103","110351","EL TAMBO" +"parish_110352","canton_1103","110352","GUAYQUICHUMA" +"parish_110353","canton_1103","110353","SAN PEDRO DE LA BENDITA" +"parish_110354","canton_1103","110354","ZAMBI" +"parish_110450","canton_1104","110450","CELICA" +"parish_110451","canton_1104","110451","CRUZPAMBA" +"parish_110455","canton_1104","110455","POZUL (SAN JUAN DE POZUL)" +"parish_110456","canton_1104","110456","SABANILLA" +"parish_110457","canton_1104","110457","TNTE. MAXIMILIANO RODRIGUEZ LOAYZA" +"parish_110550","canton_1105","110550","CHAGUARPAMBA" +"parish_110551","canton_1105","110551","BUENAVISTA" +"parish_110552","canton_1105","110552","EL ROSARIO" +"parish_110553","canton_1105","110553","SANTA RUFINA" +"parish_110554","canton_1105","110554","AMARILLOS" +"parish_110650","canton_1106","110650","AMALUZA" +"parish_110651","canton_1106","110651","BELLAVISTA" +"parish_110652","canton_1106","110652","JIMBURA" +"parish_110653","canton_1106","110653","SANTA TERESITA" +"parish_110654","canton_1106","110654","27 DE ABRIL" +"parish_110655","canton_1106","110655","EL INGENIO" +"parish_110656","canton_1106","110656","EL AIRO" +"parish_110750","canton_1107","110750","GONZANAMA" +"parish_110751","canton_1107","110751","CHANGAIMINA (LA LIBERTAD)" +"parish_110753","canton_1107","110753","NAMBACOLA" +"parish_110754","canton_1107","110754","PURUNUMA (EGUIGUREN)" +"parish_110756","canton_1107","110756","SACAPALCA" +"parish_110801","canton_1108","110801","GENERAL ELOY ALFARO (SAN SEBASTIAN)" +"parish_110802","canton_1108","110802","MACARA (MANUEL ENRIQUE RANGEL SUQUILANDA)" +"parish_110850","canton_1108","110850","MACARA" +"parish_110851","canton_1108","110851","LARAMA" +"parish_110852","canton_1108","110852","LA VICTORIA" +"parish_110853","canton_1108","110853","SABIANGO (LA CAPILLA)" +"parish_110901","canton_1109","110901","CATACOCHA" +"parish_110902","canton_1109","110902","LOURDES" +"parish_110950","canton_1109","110950","CATACOCHA" +"parish_110951","canton_1109","110951","CANGONAMA" +"parish_110952","canton_1109","110952","GUACHANAMA" +"parish_110954","canton_1109","110954","LAURO GUERRERO" +"parish_110956","canton_1109","110956","ORIANGA" +"parish_110957","canton_1109","110957","SAN ANTONIO" +"parish_110958","canton_1109","110958","CASANGA" +"parish_110959","canton_1109","110959","YAMANA" +"parish_111050","canton_1110","111050","ALAMOR" +"parish_111051","canton_1110","111051","CIANO" +"parish_111052","canton_1110","111052","EL ARENAL" +"parish_111053","canton_1110","111053","EL LIMO (MARIANA DE JESUS)" +"parish_111054","canton_1110","111054","MERCADILLO" +"parish_111055","canton_1110","111055","VICENTINO" +"parish_111150","canton_1111","111150","SARAGURO" +"parish_111151","canton_1111","111151","EL PARAISO DE CELEN" +"parish_111152","canton_1111","111152","EL TABLON" +"parish_111153","canton_1111","111153","LLUZHAPA" +"parish_111154","canton_1111","111154","MANU" +"parish_111155","canton_1111","111155","SAN ANTONIO DE QUIMBE (CUMBE)" +"parish_111156","canton_1111","111156","SAN PABLO DE TENTA" +"parish_111157","canton_1111","111157","SAN SEBASTIAN DE YULUC" +"parish_111158","canton_1111","111158","SELVA ALEGRE" +"parish_111159","canton_1111","111159","URDANETA (PAQUISHAPA)" +"parish_111160","canton_1111","111160","SUMAYPAMBA" +"parish_111250","canton_1112","111250","SOZORANGA" +"parish_111251","canton_1112","111251","NUEVA FATIMA" +"parish_111252","canton_1112","111252","TACAMOROS" +"parish_111350","canton_1113","111350","ZAPOTILLO" +"parish_111351","canton_1113","111351","MANGAHURCO" +"parish_111352","canton_1113","111352","GARZAREAL" +"parish_111353","canton_1113","111353","LIMONES" +"parish_111354","canton_1113","111354","PALETILLAS" +"parish_111355","canton_1113","111355","BOLASPAMBA" +"parish_111450","canton_1114","111450","PINDAL" +"parish_111451","canton_1114","111451","CHAQUINAL" +"parish_111452","canton_1114","111452","12 DE DICIEMBRE" +"parish_111550","canton_1115","111550","QUILANGA" +"parish_111551","canton_1115","111551","FUNDOCHAMBA" +"parish_111552","canton_1115","111552","SAN ANTONIO DE LAS ARADAS" +"parish_111650","canton_1116","111650","OLMEDO" +"parish_111651","canton_1116","111651","TINGUE" +"parish_120101","canton_1201","120101","CLEMENTE BAQUERIZO" +"parish_120102","canton_1201","120102","DR. CAMILO PONCE" +"parish_120103","canton_1201","120103","BARREIRO" +"parish_120104","canton_1201","120104","EL SALTO" +"parish_120150","canton_1201","120150","BABAHOYO" +"parish_120152","canton_1201","120152","CARACOL" +"parish_120153","canton_1201","120153","FEBRES CORDERO" +"parish_120154","canton_1201","120154","PIMOCHA" +"parish_120155","canton_1201","120155","LA UNION" +"parish_120250","canton_1202","120250","BABA" +"parish_120251","canton_1202","120251","GUARE" +"parish_120252","canton_1202","120252","ISLA DE BEJUCAL" +"parish_120350","canton_1203","120350","MONTALVO" +"parish_120450","canton_1204","120450","PUEBLOVIEJO" +"parish_120451","canton_1204","120451","PUERTO PECHICHE" +"parish_120452","canton_1204","120452","SAN JUAN" +"parish_120501","canton_1205","120501","QUEVEDO" +"parish_120502","canton_1205","120502","SAN CAMILO" +"parish_120504","canton_1205","120504","GUAYACAN" +"parish_120505","canton_1205","120505","NICOLAS INFANTE DIAZ" +"parish_120506","canton_1205","120506","SAN CRISTOBAL" +"parish_120507","canton_1205","120507","SIETE DE OCTUBRE" +"parish_120508","canton_1205","120508","24 DE MAYO" +"parish_120509","canton_1205","120509","VENUS DEL RIO QUEVEDO" +"parish_120510","canton_1205","120510","VIVA ALFARO" +"parish_120550","canton_1205","120550","QUEVEDO" +"parish_120553","canton_1205","120553","SAN CARLOS" +"parish_120555","canton_1205","120555","LAS ESPERANZA" +"parish_120650","canton_1206","120650","CATARAMA" +"parish_120651","canton_1206","120651","RICAURTE" +"parish_120750","canton_1207","120750","VENTANAS" +"parish_120752","canton_1207","120752","ZAPOTAL" +"parish_120850","canton_1208","120850","VINCES" +"parish_120851","canton_1208","120851","ANTONIO SOTOMAYOR" +"parish_120950","canton_1209","120950","PALENQUE" +"parish_121001","canton_1210","121001","SAN JACINTO DE BUENA FÉ" +"parish_121002","canton_1210","121002","7 DE AGOSTO" +"parish_121003","canton_1210","121003","11 DE OCTUBRE" +"parish_121050","canton_1210","121050","SAN JACINTO DE BUENA FE" +"parish_121051","canton_1210","121051","PATRICIA PILAR" +"parish_121150","canton_1211","121150","VALENCIA" +"parish_121250","canton_1212","121250","MOCACHE" +"parish_121350","canton_1213","121350","QUINSALOMA" +"parish_130101","canton_1301","130101","ANDRES DE VERA" +"parish_130102","canton_1301","130102","COLON" +"parish_130103","canton_1301","130103","12 DE MARZO" +"parish_130104","canton_1301","130104","PICOAZA" +"parish_130105","canton_1301","130105","PORTOVIEJO" +"parish_130106","canton_1301","130106","SAN PABLO" +"parish_130107","canton_1301","130107","18 DE OCTUBRE" +"parish_130108","canton_1301","130108","FRANCISCO PACHECO" +"parish_130109","canton_1301","130109","SIMÓN BOLÍVAR" +"parish_130150","canton_1301","130150","PORTOVIEJO" +"parish_130151","canton_1301","130151","ABDON CALDERON (SAN FRANCISCO)" +"parish_130152","canton_1301","130152","ALHAJUELA (BAJO GRANDE)" +"parish_130153","canton_1301","130153","CRUCITA" +"parish_130154","canton_1301","130154","PUEBLO NUEVO" +"parish_130155","canton_1301","130155","RIOCHICO (RIO CHICO)" +"parish_130156","canton_1301","130156","SAN PLACIDO" +"parish_130157","canton_1301","130157","CHIRIJOS" +"parish_130250","canton_1302","130250","CALCETA" +"parish_130251","canton_1302","130251","MEMBRILLO" +"parish_130252","canton_1302","130252","QUIROGA" +"parish_130301","canton_1303","130301","CHONE" +"parish_130302","canton_1303","130302","SANTA RITA" +"parish_130350","canton_1303","130350","CHONE" +"parish_130351","canton_1303","130351","BOYACA" +"parish_130352","canton_1303","130352","CANUTO" +"parish_130353","canton_1303","130353","CONVENTO" +"parish_130354","canton_1303","130354","CHIBUNGA" +"parish_130355","canton_1303","130355","ELOY ALFARO" +"parish_130356","canton_1303","130356","RICAURTE" +"parish_130357","canton_1303","130357","SAN ANTONIO" +"parish_130401","canton_1304","130401","EL CARMEN" +"parish_130404","canton_1304","130404","4 DE DICIEMBRE" +"parish_130450","canton_1304","130450","EL CARMEN" +"parish_130451","canton_1304","130451","WILFRIDO LOOR MOREIRA (MAICITO)" +"parish_130452","canton_1304","130452","SAN PEDRO DE SUMA" +"parish_130550","canton_1305","130550","FLAVIO ALFARO" +"parish_130551","canton_1305","130551","SAN FRANCISCO DE NOVILLO" +"parish_130552","canton_1305","130552","ZAPALLO" +"parish_130601","canton_1306","130601","SAN LORENZO DE JIPIJAPA" +"parish_130602","canton_1306","130602","DR. MIGUEL MORAN LUCIO" +"parish_130603","canton_1306","130603","MANUEL INOCENCIO PARRALES Y GUALE" +"parish_130650","canton_1306","130650","JIPIJAPA" +"parish_130651","canton_1306","130651","AMERICA" +"parish_130652","canton_1306","130652","EL ANEGADO" +"parish_130653","canton_1306","130653","JULCUY" +"parish_130654","canton_1306","130654","LA UNION" +"parish_130656","canton_1306","130656","MEMBRILLAL" +"parish_130657","canton_1306","130657","PEDRO PABLO GOMEZ" +"parish_130658","canton_1306","130658","PUERTO DE CAYO" +"parish_130750","canton_1307","130750","JUNIN" +"parish_130801","canton_1308","130801","LOS ESTEROS" +"parish_130802","canton_1308","130802","MANTA" +"parish_130803","canton_1308","130803","SAN MATEO" +"parish_130804","canton_1308","130804","TARQUI" +"parish_130805","canton_1308","130805","ELOY ALFARO" +"parish_130850","canton_1308","130850","MANTA" +"parish_130851","canton_1308","130851","SAN LORENZO" +"parish_130852","canton_1308","130852","SANTA MARIANITA (BOCA DE PACOCHE)" +"parish_130901","canton_1309","130901","MONTECRISTI" +"parish_130902","canton_1309","130902","ANIBAL SAN ANDRES" +"parish_130950","canton_1309","130950","MONTECRISTI" +"parish_130952","canton_1309","130952","LA PILA" +"parish_131050","canton_1310","131050","PAJAN" +"parish_131051","canton_1310","131051","CAMPOZANO (LA PALMA DE PAJAN)" +"parish_131052","canton_1310","131052","CASCOL" +"parish_131053","canton_1310","131053","GUALE" +"parish_131054","canton_1310","131054","LASCANO" +"parish_131150","canton_1311","131150","PICHINCHA" +"parish_131151","canton_1311","131151","BARRAGANETE" +"parish_131152","canton_1311","131152","SAN SEBASTIAN" +"parish_131250","canton_1312","131250","ROCAFUERTE" +"parish_131301","canton_1313","131301","SANTA ANA" +"parish_131302","canton_1313","131302","LODANA" +"parish_131350","canton_1313","131350","SANTA ANA DE VUELTA LARGA" +"parish_131351","canton_1313","131351","AYACUCHO" +"parish_131352","canton_1313","131352","HONORATO VASQUEZ" +"parish_131353","canton_1313","131353","LA UNION" +"parish_131355","canton_1313","131355","SAN PABLO" +"parish_131401","canton_1314","131401","BAHIA DE CARAQUEZ" +"parish_131402","canton_1314","131402","LEONIDAS PLAZA GUTIERREZ" +"parish_131450","canton_1314","131450","BAHIA DE CARAQUEZ" +"parish_131453","canton_1314","131453","CHARAPOTO" +"parish_131457","canton_1314","131457","SAN ISIDRO" +"parish_131550","canton_1315","131550","TOSAGUA" +"parish_131551","canton_1315","131551","BACHILLERO" +"parish_131552","canton_1315","131552","ANGEL PEDRO GILER" +"parish_131650","canton_1316","131650","SUCRE" +"parish_131651","canton_1316","131651","BELLAVISTA" +"parish_131652","canton_1316","131652","NOBOA" +"parish_131653","canton_1316","131653","ARQ. SIXTO DURAN BALLEN" +"parish_131750","canton_1317","131750","PEDERNALES" +"parish_131751","canton_1317","131751","COJIMIES" +"parish_131752","canton_1317","131752","10 DE AGOSTO" +"parish_131753","canton_1317","131753","ATAHUALPA" +"parish_131850","canton_1318","131850","OLMEDO" +"parish_131950","canton_1319","131950","PUERTO LOPEZ" +"parish_131951","canton_1319","131951","MACHALILLA" +"parish_131952","canton_1319","131952","SALANGO" +"parish_132050","canton_1320","132050","JAMA" +"parish_132150","canton_1321","132150","JARAMIJO" +"parish_132250","canton_1322","132250","SAN VICENTE" +"parish_132251","canton_1322","132251","CANOA" +"parish_140150","canton_1401","140150","MACAS" +"parish_140151","canton_1401","140151","ALSHI" +"parish_140153","canton_1401","140153","GENERAL PROAÑO" +"parish_140156","canton_1401","140156","SAN ISIDRO" +"parish_140157","canton_1401","140157","SEVILLA DON BOSCO" +"parish_140158","canton_1401","140158","SINAI" +"parish_140160","canton_1401","140160","ZUÑA (ZUÑAC)" +"parish_140162","canton_1401","140162","CUCHAENTZA" +"parish_140164","canton_1401","140164","RIO BLANCO" +"parish_140201","canton_1402","140201","GUALAQUIZA" +"parish_140202","canton_1402","140202","MERCEDES MOLINA" +"parish_140250","canton_1402","140250","GUALAQUIZA" +"parish_140251","canton_1402","140251","AMAZONAS (ROSARIO DE CUYES)" +"parish_140252","canton_1402","140252","BERMEJOS" +"parish_140253","canton_1402","140253","BOMBOIZA" +"parish_140254","canton_1402","140254","CHIGÜINDA" +"parish_140255","canton_1402","140255","EL ROSARIO" +"parish_140256","canton_1402","140256","NUEVA TARQUI" +"parish_140257","canton_1402","140257","SAN MIGUEL DE CUYES" +"parish_140258","canton_1402","140258","EL IDEAL" +"parish_140350","canton_1403","140350","GENERAL LEONIDAS PLAZA GUTIERREZ (LIMON)" +"parish_140351","canton_1403","140351","INDANZA" +"parish_140353","canton_1403","140353","SAN ANTONIO" +"parish_140356","canton_1403","140356","SAN MIGUEL DE CONCHAY" +"parish_140357","canton_1403","140357","SANTA SUSANA DE CHIVIAZA" +"parish_140358","canton_1403","140358","YUNGANZA" +"parish_140450","canton_1404","140450","PALORA (METZERA)" +"parish_140451","canton_1404","140451","ARAPICOS" +"parish_140452","canton_1404","140452","CUMANDA" +"parish_140454","canton_1404","140454","SANGAY" +"parish_140455","canton_1404","140455","16 DE AGOSTO" +"parish_140550","canton_1405","140550","SANTIAGO DE MENDEZ" +"parish_140551","canton_1405","140551","COPAL" +"parish_140552","canton_1405","140552","CHUPIANZA" +"parish_140553","canton_1405","140553","PATUCA" +"parish_140554","canton_1405","140554","SAN LUIS DE EL ACHO" +"parish_140556","canton_1405","140556","TAYUZA" +"parish_140557","canton_1405","140557","SAN FRANCISCO DE CHINIMBIMI" +"parish_140650","canton_1406","140650","SUCUA" +"parish_140651","canton_1406","140651","ASUNCION" +"parish_140652","canton_1406","140652","HUAMBI" +"parish_140655","canton_1406","140655","SANTA MARIANITA DE JESUS" +"parish_140750","canton_1407","140750","HUAMBOYA" +"parish_140751","canton_1407","140751","CHIGUAZA" +"parish_140850","canton_1408","140850","SAN JUAN BOSCO" +"parish_140851","canton_1408","140851","PAN DE AZUCAR" +"parish_140852","canton_1408","140852","SAN CARLOS DE LIMON" +"parish_140853","canton_1408","140853","SAN JACINTO DE WAKAMBEIS" +"parish_140854","canton_1408","140854","SANTIAGO DE PANANZA" +"parish_140950","canton_1409","140950","TAISHA" +"parish_140951","canton_1409","140951","HUASAGA" +"parish_140952","canton_1409","140952","MACUMA" +"parish_140953","canton_1409","140953","TUUTINENTZA" +"parish_141050","canton_1410","141050","LOGROÑO" +"parish_141051","canton_1410","141051","YAUPI" +"parish_141052","canton_1410","141052","SHIMPIS" +"parish_141150","canton_1411","141150","PABLO VI" +"parish_141250","canton_1412","141250","SANTIAGO" +"parish_141251","canton_1412","141251","SAN JOSE DE MORONA" +"parish_150150","canton_1501","150150","TENA" +"parish_150151","canton_1501","150151","AHUANO" +"parish_150153","canton_1501","150153","CHONTAPUNTA" +"parish_150154","canton_1501","150154","PANO" +"parish_150155","canton_1501","150155","PUERTO MISAHUALLI" +"parish_150156","canton_1501","150156","PUERTO NAPO" +"parish_150157","canton_1501","150157","TALAG" +"parish_150350","canton_1503","150350","ARCHIDONA" +"parish_150352","canton_1503","150352","COTUNDO" +"parish_150354","canton_1503","150354","SAN PABLO DE USHPAYACU" +"parish_150450","canton_1504","150450","EL CHACO" +"parish_150451","canton_1504","150451","GONZALO DIAZ DE PINEDA (EL BOMBON)" +"parish_150452","canton_1504","150452","LINARES" +"parish_150453","canton_1504","150453","OYACACHI" +"parish_150454","canton_1504","150454","SANTA ROSA" +"parish_150455","canton_1504","150455","SARDINAS" +"parish_150750","canton_1507","150750","BAEZA" +"parish_150751","canton_1507","150751","COSANGA" +"parish_150752","canton_1507","150752","CUYUJA" +"parish_150753","canton_1507","150753","PAPALLACTA" +"parish_150754","canton_1507","150754","SAN FRANCISCO DE BORJA (VIRGILIO DAVILA)" +"parish_150755","canton_1507","150755","SAN JOSE DE PAYAMINO" +"parish_150756","canton_1507","150756","SUMACO" +"parish_150950","canton_1509","150950","CARLOS JULIO AROSEMENA T." +"parish_160150","canton_1601","160150","PUYO" +"parish_160152","canton_1601","160152","CANELOS" +"parish_160154","canton_1601","160154","DIEZ DE AGOSTO" +"parish_160155","canton_1601","160155","FATIMA" +"parish_160156","canton_1601","160156","MONTALVO (ANDOAS)" +"parish_160157","canton_1601","160157","POMONA" +"parish_160158","canton_1601","160158","RIO CORRIENTES" +"parish_160159","canton_1601","160159","RIO TIGRE" +"parish_160161","canton_1601","160161","SARAYACU" +"parish_160162","canton_1601","160162","SIMON BOLIVAR" +"parish_160163","canton_1601","160163","TARQUI" +"parish_160164","canton_1601","160164","TENIENTE HUGO ORTIZ" +"parish_160165","canton_1601","160165","VERACRUZ (INDILLAMA)" +"parish_160166","canton_1601","160166","EL TRIUNFO" +"parish_160250","canton_1602","160250","MERA" +"parish_160251","canton_1602","160251","MADRE TIERRA" +"parish_160252","canton_1602","160252","SHELL" +"parish_160350","canton_1603","160350","SANTA CLARA" +"parish_160351","canton_1603","160351","SAN JOSE" +"parish_160450","canton_1604","160450","ARAJUNO" +"parish_160451","canton_1604","160451","CURARAY" +"parish_170101","canton_1701","170101","ALFARO (CHIMBACALLE)" +"parish_170102","canton_1701","170102","BENALCAZAR" +"parish_170103","canton_1701","170103","COTOCOLLAO" +"parish_170104","canton_1701","170104","CHAUPICRUZ (LA CONCEPCION)" +"parish_170105","canton_1701","170105","CHILLOGALLO" +"parish_170106","canton_1701","170106","EL SALVADOR" +"parish_170107","canton_1701","170107","GONZALEZ SUAREZ" +"parish_170108","canton_1701","170108","GUAPULO" +"parish_170109","canton_1701","170109","LA FLORESTA" +"parish_170110","canton_1701","170110","LA LIBERTAD" +"parish_170111","canton_1701","170111","LA MAGDALENA" +"parish_170112","canton_1701","170112","LA VICENTINA" +"parish_170113","canton_1701","170113","SAN BLAS" +"parish_170114","canton_1701","170114","SAN MARCOS" +"parish_170115","canton_1701","170115","SAN ROQUE" +"parish_170116","canton_1701","170116","SAN SEBASTIAN" +"parish_170117","canton_1701","170117","SANTA BARBARA" +"parish_170118","canton_1701","170118","SANTA PRISCA" +"parish_170119","canton_1701","170119","VILLA FLORA" +"parish_170120","canton_1701","170120","CARCELEN" +"parish_170121","canton_1701","170121","CHIMBACALLE" +"parish_170122","canton_1701","170122","EL BATAN" +"parish_170123","canton_1701","170123","EL BEATERIO" +"parish_170124","canton_1701","170124","EL INCA" +"parish_170125","canton_1701","170125","ELOY ALFARO" +"parish_170126","canton_1701","170126","GUAMANI" +"parish_170127","canton_1701","170127","LA CONCEPCION" +"parish_170128","canton_1701","170128","LAS CUADRAS" +"parish_170135","canton_1701","170135","ATAHUALPA (HABASPAMBA)" +"parish_170150","canton_1701","170150","QUITO" +"parish_170151","canton_1701","170151","ALANGASI" +"parish_170152","canton_1701","170152","AMAGUAÑA" +"parish_170154","canton_1701","170154","CALACALI" +"parish_170155","canton_1701","170155","CALDERON (CARAPUNGO)" +"parish_170156","canton_1701","170156","CONOCOTO" +"parish_170157","canton_1701","170157","CUMBAYA" +"parish_170158","canton_1701","170158","CHAVEZPAMBA" +"parish_170159","canton_1701","170159","CHECA (CHILPA)" +"parish_170160","canton_1701","170160","EL QUINCHE" +"parish_170161","canton_1701","170161","GUALEA" +"parish_170162","canton_1701","170162","GUANGOPOLO" +"parish_170163","canton_1701","170163","GUAYLLABAMBA" +"parish_170164","canton_1701","170164","LA MERCED" +"parish_170165","canton_1701","170165","LLANO CHICO" +"parish_170166","canton_1701","170166","LLOA" +"parish_170168","canton_1701","170168","NANEGAL" +"parish_170169","canton_1701","170169","NANEGALITO" +"parish_170170","canton_1701","170170","NAYON" +"parish_170171","canton_1701","170171","NONO" +"parish_170172","canton_1701","170172","PACTO" +"parish_170174","canton_1701","170174","PERUCHO" +"parish_170175","canton_1701","170175","PIFO" +"parish_170176","canton_1701","170176","PINTAG" +"parish_170177","canton_1701","170177","POMASQUI" +"parish_170178","canton_1701","170178","PUELLARO" +"parish_170179","canton_1701","170179","PUEMBO" +"parish_170180","canton_1701","170180","SAN ANTONIO" +"parish_170181","canton_1701","170181","SAN JOSE DE MINAS" +"parish_170183","canton_1701","170183","TABABELA" +"parish_170184","canton_1701","170184","TUMBACO" +"parish_170185","canton_1701","170185","YARUQUI" +"parish_170186","canton_1701","170186","ZAMBIZA" +"parish_170201","canton_1702","170201","AYORA" +"parish_170202","canton_1702","170202","CAYAMBE" +"parish_170203","canton_1702","170203","JUAN MONTALVO" +"parish_170250","canton_1702","170250","CAYAMBE" +"parish_170251","canton_1702","170251","ASCAZUBI" +"parish_170252","canton_1702","170252","CANGAHUA" +"parish_170253","canton_1702","170253","OLMEDO (PESILLO)" +"parish_170254","canton_1702","170254","OTON" +"parish_170255","canton_1702","170255","SANTA ROSA DE CUZUBAMBA" +"parish_170350","canton_1703","170350","MACHACHI" +"parish_170351","canton_1703","170351","ALOAG" +"parish_170352","canton_1703","170352","ALOASI" +"parish_170353","canton_1703","170353","CUTUGLAHUA" +"parish_170354","canton_1703","170354","EL CHAUPI" +"parish_170355","canton_1703","170355","MANUEL CORNEJO ASTORGA (TANDAPI)" +"parish_170356","canton_1703","170356","TAMBILLO" +"parish_170357","canton_1703","170357","UYUMBICHO" +"parish_170450","canton_1704","170450","TABACUNDO" +"parish_170451","canton_1704","170451","LA ESPERANZA" +"parish_170452","canton_1704","170452","MALCHINGUI" +"parish_170453","canton_1704","170453","TOCACHI" +"parish_170454","canton_1704","170454","TUPIGACHI" +"parish_170501","canton_1705","170501","SANGOLQUI" +"parish_170502","canton_1705","170502","SAN PEDRO DE TABOADA" +"parish_170503","canton_1705","170503","SAN RAFAEL" +"parish_170550","canton_1705","170550","SANGOLQUI" +"parish_170551","canton_1705","170551","COTOGCHOA" +"parish_170552","canton_1705","170552","RUMIPAMBA" +"parish_170750","canton_1707","170750","SAN MIGUEL DE LOS BANCOS" +"parish_170751","canton_1707","170751","MINDO" +"parish_170850","canton_1708","170850","PEDRO VICENTE MALDONADO" +"parish_170950","canton_1709","170950","PUERTO QUITO" +"parish_180101","canton_1801","180101","ATOCHA - FICOA" +"parish_180102","canton_1801","180102","CELIANO MONGE" +"parish_180103","canton_1801","180103","HUACHI CHICO" +"parish_180104","canton_1801","180104","HUACHI LORETO" +"parish_180105","canton_1801","180105","LA MERCED" +"parish_180106","canton_1801","180106","LA PENINSULA" +"parish_180107","canton_1801","180107","LA MATRIZ" +"parish_180108","canton_1801","180108","PISHILATA" +"parish_180109","canton_1801","180109","SAN FRANCISCO" +"parish_180150","canton_1801","180150","AMBATO" +"parish_180151","canton_1801","180151","AMBATILLO" +"parish_180152","canton_1801","180152","ATAHUALPA (CHISALATA)" +"parish_180153","canton_1801","180153","AUGUSTO N. MARTINEZ (MUNDUGLEO)" +"parish_180154","canton_1801","180154","CONSTANTINO FERNANDEZ" +"parish_180155","canton_1801","180155","HUACHI GRANDE" +"parish_180156","canton_1801","180156","IZAMBA" +"parish_180157","canton_1801","180157","JUAN BENIGNO VELA" +"parish_180158","canton_1801","180158","MONTALVO" +"parish_180159","canton_1801","180159","PASA" +"parish_180160","canton_1801","180160","PICAIGUA" +"parish_180161","canton_1801","180161","PILAGUIN (PILAHUIN)" +"parish_180162","canton_1801","180162","QUISAPINCHA (QUIZAPINCHA)" +"parish_180163","canton_1801","180163","SAN BARTOLOME DE PINLLOG" +"parish_180164","canton_1801","180164","SAN FERNANDO (PASA SAN FERNANDO)" +"parish_180165","canton_1801","180165","SANTA ROSA" +"parish_180166","canton_1801","180166","TOTORAS" +"parish_180167","canton_1801","180167","CUNCHIBAMBA" +"parish_180168","canton_1801","180168","UNAMUNCHO" +"parish_180250","canton_1802","180250","BAÑOS DE AGUA SANTA" +"parish_180251","canton_1802","180251","LLIGUA" +"parish_180252","canton_1802","180252","RIO NEGRO" +"parish_180253","canton_1802","180253","RIO VERDE" +"parish_180254","canton_1802","180254","ULBA" +"parish_180350","canton_1803","180350","CEVALLOS" +"parish_180450","canton_1804","180450","MOCHA" +"parish_180451","canton_1804","180451","PINGUILI" +"parish_180550","canton_1805","180550","PATATE" +"parish_180551","canton_1805","180551","EL TRIUNFO" +"parish_180552","canton_1805","180552","LOS ANDES" +"parish_180553","canton_1805","180553","SUCRE" +"parish_180650","canton_1806","180650","QUERO" +"parish_180651","canton_1806","180651","RUMIPAMBA" +"parish_180652","canton_1806","180652","YANAYACU - MOCHAPATA" +"parish_180701","canton_1807","180701","PELILEO" +"parish_180702","canton_1807","180702","PELILEO GRANDE" +"parish_180750","canton_1807","180750","PELILEO" +"parish_180751","canton_1807","180751","BENITEZ (PACHANLICA)" +"parish_180752","canton_1807","180752","BOLIVAR" +"parish_180753","canton_1807","180753","COTALO" +"parish_180754","canton_1807","180754","CHIQUICHA" +"parish_180755","canton_1807","180755","EL ROSARIO (RUMICHACA)" +"parish_180756","canton_1807","180756","GARCIA MORENO (CHUMAQUI)" +"parish_180757","canton_1807","180757","GUAMBALO (HUAMBALO)" +"parish_180758","canton_1807","180758","SALASACA" +"parish_180801","canton_1808","180801","CIUDAD NUEVA" +"parish_180802","canton_1808","180802","PILLARO" +"parish_180850","canton_1808","180850","PILLARO" +"parish_180851","canton_1808","180851","BAQUERIZO MORENO" +"parish_180852","canton_1808","180852","EMILIO MARIA TERAN (RUMIPAMBA)" +"parish_180853","canton_1808","180853","MARCOS ESPINEL (CHACATA)" +"parish_180854","canton_1808","180854","PRESIDENTE URBINA (CHAGRAPAMBA-PATZUCUL)" +"parish_180855","canton_1808","180855","SAN ANDRES" +"parish_180856","canton_1808","180856","SAN JOSE DE POALO" +"parish_180857","canton_1808","180857","SAN MIGUELITO" +"parish_180950","canton_1809","180950","TISALEO" +"parish_180951","canton_1809","180951","QUINCHICOTO" +"parish_190101","canton_1901","190101","LIMON" +"parish_190102","canton_1901","190102","ZAMORA" +"parish_190150","canton_1901","190150","ZAMORA" +"parish_190151","canton_1901","190151","CUMBARATZA" +"parish_190152","canton_1901","190152","GUADALUPE" +"parish_190153","canton_1901","190153","IMBANA (LA VICTORIA DE IMBANA)" +"parish_190155","canton_1901","190155","SABANILLA" +"parish_190156","canton_1901","190156","TIMBARA" +"parish_190158","canton_1901","190158","SAN CARLOS DE LAS MINAS" +"parish_190250","canton_1902","190250","ZUMBA" +"parish_190251","canton_1902","190251","CHITO" +"parish_190252","canton_1902","190252","EL CHORRO" +"parish_190254","canton_1902","190254","LA CHONTA" +"parish_190256","canton_1902","190256","PUCAPAMBA" +"parish_190259","canton_1902","190259","SAN ANDRÉS" +"parish_190350","canton_1903","190350","GUAYZIMI" +"parish_190351","canton_1903","190351","ZURMI" +"parish_190450","canton_1904","190450","28 DE MAYO (SAN JOSE DE YACUAMBI)" +"parish_190451","canton_1904","190451","LA PAZ" +"parish_190452","canton_1904","190452","TUTUPALI" +"parish_190550","canton_1905","190550","YANZATZA" +"parish_190551","canton_1905","190551","CHICAÑA" +"parish_190553","canton_1905","190553","LOS ENCUENTROS" +"parish_190650","canton_1906","190650","EL PANGUI" +"parish_190651","canton_1906","190651","EL GUISMI" +"parish_190652","canton_1906","190652","PACHICUTZA" +"parish_190653","canton_1906","190653","TUNDAYME" +"parish_190750","canton_1907","190750","ZUMBI" +"parish_190850","canton_1908","190850","PALANDA" +"parish_190851","canton_1908","190851","EL PORVENIR DEL CARMEN" +"parish_190852","canton_1908","190852","SAN FRANCISCO DE VERGEL" +"parish_190853","canton_1908","190853","VALLADOLID" +"parish_190950","canton_1909","190950","PAQUISHA" +"parish_190951","canton_1909","190951","BELLAVISTA" +"parish_190952","canton_1909","190952","NUEVO QUITO" +"parish_200150","canton_2001","200150","PUERTO BAQUERIZO MORENO" +"parish_200151","canton_2001","200151","EL PROGRESO" +"parish_200152","canton_2001","200152","ISLA SANTA MARIA (FLOREANA)" +"parish_200250","canton_2002","200250","PUERTO VILLAMIL" +"parish_200251","canton_2002","200251","TOMAS DE BERLANGA (SANTO TOMAS)" +"parish_200350","canton_2003","200350","PUERTO AYORA" +"parish_200351","canton_2003","200351","BELLAVISTA" +"parish_200352","canton_2003","200352","SANTA ROSA" +"parish_210150","canton_2101","210150","NUEVA LOJA" +"parish_210152","canton_2101","210152","DURENO" +"parish_210153","canton_2101","210153","GENERAL FARFAN" +"parish_210155","canton_2101","210155","EL ENO" +"parish_210156","canton_2101","210156","PACAYACU" +"parish_210157","canton_2101","210157","JAMBELI" +"parish_210158","canton_2101","210158","SANTA CECILIA" +"parish_210250","canton_2102","210250","EL DORADO DE CASCALES (LUMBAQUI)" +"parish_210251","canton_2102","210251","EL REVENTADOR" +"parish_210252","canton_2102","210252","GONZALO PIZARRO" +"parish_210254","canton_2102","210254","PUERTO LIBRE" +"parish_210350","canton_2103","210350","PUERTO EL CARMEN DEL PUTUMAYO" +"parish_210351","canton_2103","210351","PALMA ROJA" +"parish_210352","canton_2103","210352","PUERTO BOLIVAR (PUERTO MONTUFAR)" +"parish_210353","canton_2103","210353","PUERTO RODRIGUEZ" +"parish_210354","canton_2103","210354","SANTA ELENA" +"parish_210450","canton_2104","210450","SHUSHUFINDI" +"parish_210451","canton_2104","210451","LIMONCOCHA" +"parish_210452","canton_2104","210452","PAÑACOCHA" +"parish_210453","canton_2104","210453","SAN ROQUE" +"parish_210454","canton_2104","210454","SAN PEDRO DE LOS COFANES" +"parish_210455","canton_2104","210455","SIETE DE JULIO" +"parish_210550","canton_2105","210550","LA BONITA" +"parish_210551","canton_2105","210551","EL PLAYON DE SAN FRANCISCO" +"parish_210552","canton_2105","210552","LA SOFIA" +"parish_210553","canton_2105","210553","ROSA FLORIDA" +"parish_210554","canton_2105","210554","SANTA BARBARA" +"parish_210650","canton_2106","210650","EL DORADO DE CASCALES" +"parish_210651","canton_2106","210651","SANTA ROSA DE SUCUMBIOS" +"parish_210652","canton_2106","210652","SEVILLA" +"parish_210750","canton_2107","210750","TARAPOA" +"parish_210751","canton_2107","210751","CUYABENO" +"parish_210752","canton_2107","210752","AGUAS NEGRAS" +"parish_220150","canton_2201","220150","PUERTO FRANCISCO DE ORELLANA (COCA)" +"parish_220151","canton_2201","220151","ALEJANDRO LABACA" +"parish_220152","canton_2201","220152","DAYUMA" +"parish_220153","canton_2201","220153","EL DORADO" +"parish_220154","canton_2201","220154","EL EDEN" +"parish_220155","canton_2201","220155","GARCIA MORENO" +"parish_220156","canton_2201","220156","INES ARANGO" +"parish_220157","canton_2201","220157","LA BELLEZA" +"parish_220158","canton_2201","220158","NUEVO PARAISO" +"parish_220159","canton_2201","220159","SAN JOSE DE GUAYUSA" +"parish_220160","canton_2201","220160","SAN LUIS DE ARMENIA" +"parish_220161","canton_2201","220161","TARACOA" +"parish_220250","canton_2202","220250","NUEVO ROCAFUERTE" +"parish_220251","canton_2202","220251","CAPITAN AUGUSTO RIVADENEIRA" +"parish_220252","canton_2202","220252","CONONACO" +"parish_220253","canton_2202","220253","SANTA MARIA DE HUIRIRIMA" +"parish_220254","canton_2202","220254","TIPUTINI" +"parish_220255","canton_2202","220255","YASUNI" +"parish_220350","canton_2203","220350","LA JOYA DE LOS SACHAS" +"parish_220351","canton_2203","220351","ENOKANQUI" +"parish_220352","canton_2203","220352","LAGO SAN PEDRO" +"parish_220353","canton_2203","220353","POMPEYA" +"parish_220354","canton_2203","220354","RUMIPAMBA" +"parish_220355","canton_2203","220355","SAN CARLOS" +"parish_220356","canton_2203","220356","SAN SEBASTIAN DEL COCA" +"parish_220357","canton_2203","220357","TRES DE NOVIEMBRE" +"parish_220358","canton_2203","220358","UNION MILAGREÑA" +"parish_220450","canton_2204","220450","LORETO" +"parish_220451","canton_2204","220451","AVILA" +"parish_220452","canton_2204","220452","PUERTO MURIALDO" +"parish_220453","canton_2204","220453","SAN JOSE DEL PAYAMINO" +"parish_220454","canton_2204","220454","SAN JOSE DE DAHUANO" +"parish_220455","canton_2204","220455","SAN VICENTE DE HUATICOCHA" +"parish_230101","canton_2301","230101","ABRAHAM CALAZACÓN" +"parish_230102","canton_2301","230102","BOMBOLI" +"parish_230103","canton_2301","230103","CHIGUILPE" +"parish_230104","canton_2301","230104","RÍO TOACHI" +"parish_230105","canton_2301","230105","RÍO VERDE" +"parish_230106","canton_2301","230106","SANTO DOMINGO DE LOS COLORADOS" +"parish_230107","canton_2301","230107","ZARACAY" +"parish_230150","canton_2301","230150","SANTO DOMINGO" +"parish_230151","canton_2301","230151","ALLURIQUÍN" +"parish_230152","canton_2301","230152","PUERTO LIMÓN" +"parish_230153","canton_2301","230153","LUZ DE AMÉRICA" +"parish_230154","canton_2301","230154","SAN JACINTO DEL BUA" +"parish_230155","canton_2301","230155","VALLE HERMOSO" +"parish_230156","canton_2301","230156","EL ESFUERZO" +"parish_230157","canton_2301","230157","SANTA MARÍA DEL TOACHI" +"parish_230250","canton_2302","230250","LA CONCORDIA" +"parish_230251","canton_2302","230251","MONTERREY" +"parish_230252","canton_2302","230252","LAS VILLEGAS" +"parish_230253","canton_2302","230253","PLAN PILOTO" +"parish_240101","canton_2401","240101","BALLENITA" +"parish_240102","canton_2401","240102","SANTA ELENA" +"parish_240150","canton_2401","240150","SANTA ELENA" +"parish_240151","canton_2401","240151","ATAHUALPA" +"parish_240152","canton_2401","240152","COLONCHE" +"parish_240153","canton_2401","240153","CHANDUY" +"parish_240154","canton_2401","240154","MANGLARALTO" +"parish_240155","canton_2401","240155","SIMÓN BOLÍVAR (JULIO MORENO)" +"parish_240156","canton_2401","240156","SAN JOSÉ DE ANCÓN" +"parish_240250","canton_2402","240250","LA LIBERTAD" +"parish_240301","canton_2403","240301","CARLOS ESPINOZA LARREA" +"parish_240302","canton_2403","240302","GRAL ALBERTO ENRIQUEZ GALLO" +"parish_240303","canton_2403","240303","VICENTE ROCAFUERTE" +"parish_240304","canton_2403","240304","SANTA ROSA" +"parish_240350","canton_2403","240350","SALINAS" +"parish_240351","canton_2403","240351","ANCONCITO" +"parish_240352","canton_2403","240352","JOSÉ LUIS TAMAYO" diff --git a/l10n_ec_ote/data/res.country.state.csv b/l10n_ec_ote/data/res.country.state.csv new file mode 100644 index 00000000..c57f701d --- /dev/null +++ b/l10n_ec_ote/data/res.country.state.csv @@ -0,0 +1,25 @@ +"id","code","name","country_id:id" +"state_ec_01","01","AZUAY","base.ec" +"state_ec_02","02","BOLIVAR","base.ec" +"state_ec_03","03","CAÑAR","base.ec" +"state_ec_04","04","CARCHI","base.ec" +"state_ec_05","05","COTOPAXI","base.ec" +"state_ec_06","06","CHIMBORAZO","base.ec" +"state_ec_07","07","EL ORO","base.ec" +"state_ec_08","08","ESMERALDAS","base.ec" +"state_ec_09","09","GUAYAS","base.ec" +"state_ec_10","10","IMBABURA","base.ec" +"state_ec_11","11","LOJA","base.ec" +"state_ec_12","12","LOS RIOS","base.ec" +"state_ec_13","13","MANABI","base.ec" +"state_ec_14","14","MORONA SANTIAGO","base.ec" +"state_ec_15","15","NAPO","base.ec" +"state_ec_16","16","PASTAZA","base.ec" +"state_ec_17","17","PICHINCHA","base.ec" +"state_ec_18","18","TUNGURAHUA","base.ec" +"state_ec_19","19","ZAMORA CHINCHIPE","base.ec" +"state_ec_20","20","GALAPAGOS","base.ec" +"state_ec_21","21","SUCUMBIOS","base.ec" +"state_ec_22","22","ORELLANA","base.ec" +"state_ec_23","23","SANTO DOMINGO DE LOS TSÁCHILAS","base.ec" +"state_ec_24","24","SANTA ELENA","base.ec" diff --git a/l10n_ec_ote/data/res_country.xml b/l10n_ec_ote/data/res_country.xml new file mode 100644 index 00000000..fb7ea55b --- /dev/null +++ b/l10n_ec_ote/data/res_country.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/l10n_ec_ote/models/__init__.py b/l10n_ec_ote/models/__init__.py new file mode 100644 index 00000000..fd65c164 --- /dev/null +++ b/l10n_ec_ote/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +from . import ote +from . import res_partner +from . import res_company diff --git a/l10n_ec_ote/models/ote.py b/l10n_ec_ote/models/ote.py new file mode 100644 index 00000000..63e20979 --- /dev/null +++ b/l10n_ec_ote/models/ote.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +from openerp import models, fields + + +class Canton(models.Model): + _name = 'l10n_ec_ote.canton' + + state_id = fields.Many2one( + 'res.country.state', ondelete='restrict', string="State", ) + name = fields.Char(string="Canton", ) + code = fields.Char(string="Code", ) + + +class Parish(models.Model): + _name = 'l10n_ec_ote.parish' + + canton_id = fields.Many2one( + 'l10n_ec_ote.canton', ondelete='restrict', string="Canton", ) + name = fields.Char(string="Parish", ) + code = fields.Char(string="Code", ) diff --git a/l10n_ec_ote/models/res_company.py b/l10n_ec_ote/models/res_company.py new file mode 100644 index 00000000..1a1f0112 --- /dev/null +++ b/l10n_ec_ote/models/res_company.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +from openerp import models, fields, api + + +class ResCompany(models.Model): + _inherit = 'res.company' + + @api.multi + @api.onchange("canton_id") + def _onchange_canton_id(self): + for r in self: + if not r.city: + r.city = r.canton_id.name.capitalize() or '' + + country_id = fields.Many2one(default="base.ec", ) + canton_id = fields.Many2one( + 'l10n_ec_ote.canton', ondelete='restrict', string="Canton", + related="partner_id.canton_id", ) + parish_id = fields.Many2one( + 'l10n_ec_ote.parish', ondelete='restrict', string="Parish", + related="partner_id.parish_id", ) diff --git a/l10n_ec_ote/models/res_partner.py b/l10n_ec_ote/models/res_partner.py new file mode 100644 index 00000000..3f12d21e --- /dev/null +++ b/l10n_ec_ote/models/res_partner.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +from openerp import models, fields, api + + +class ResPartner(models.Model): + _inherit = 'res.partner' + + @api.multi + @api.onchange("canton_id") + def _onchange_canton_id(self): + for r in self: + if not r.city: + r.city = r.canton_id.name.capitalize() or '' + + country_id = fields.Many2one(default="base.ec", ) + canton_id = fields.Many2one( + 'l10n_ec_ote.canton', ondelete='restrict', string="Canton", ) + parish_id = fields.Many2one( + 'l10n_ec_ote.parish', ondelete='restrict', string="Parish", ) diff --git a/l10n_ec_ote/security/ir.model.access.csv b/l10n_ec_ote/security/ir.model.access.csv new file mode 100644 index 00000000..e744a446 --- /dev/null +++ b/l10n_ec_ote/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_ec_canton_internal_user","l10n_ec_ote.canton_internal_user","model_l10n_ec_ote_canton","base.group_user",1,0,0,0 +"access_l10n_ec_parish_internal_user","l10n_ec_ote.parish_internal_user","model_l10n_ec_ote_parish","base.group_user",1,0,0,0 diff --git a/l10n_ec_ote/static/description/icon.png b/l10n_ec_ote/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f52e54b07079ec039664c0364e901ecf27f34618 GIT binary patch literal 25790 zcmV)oK%BpcP)hXWirJw!7_iORWx4D^e0EikV^r34#DfWDrD-g;Y7$+dn{&f(ViT2?8XA zqmNXjLe+iuop*odo^$RA!r%P$r!w<&50H#3fBq_8eT_yVUwDlYjYfz@qvP-8DDsu} zwqq9`Fr z3M5H+<^M$lK^z|+;emN73V^pYV+^Nf&9BiLkPrwEQ+txtBh9Q?v-Yk7emGelr z35{gsA^h&YlHPNPEt|K@GvooLXe7d5|M+`xo*h$^>pCM&v&?blMXIZ-=Na-9p?QGZ zia{d-5DBB`YDU8V&N3|@_n)M^ynLQHUjb6gv)~5680tk|z6-->C2sXX^pRFfi$bUh z6L46(>^^)3|4~01H*TC~*8C3g)gr0C6YD4cjTF_#SWCuG40odn+fgmFj!TsU9f7T} z9QW1I+}u3Ruz7%dg(%=h@Qh&)+t6=MM^H+D3~J>S_v;l9#c3HSmiVyYFvrSIFfcGc zG#Z`f-#kDbToQWQ(eC{vvetmdu#m{8AJL@3q`!nQ(~YQ^sFA9R;~0EG&j;oz{-y36 zKK%4!{C@vDBj;_92atk(Oy}Ptw);JXged+{JmKzE)Wud}pI0MlCufyp(IAy2;*(_# z?`gtwFurgnUbllz0B9Y?!)2ufFnmFN=mkokdQFH;^qNzZ-7D3*@VL0 zfe;>--inbfRAcQ3S3FS)oM?=0G!_@y6*dHwG-HB>KwVu2 zU0oX~C|HcaV3=Qd^8lG6ow2J0{i*k`s;be(`w(^GwxWq4o6v4dK@d%Ivw`^|XjG92pJil3$jETva-F2A>MUo@oBDafm)9w1<|e6ph!ub(>aEF+~io?Oy=P= z8f7+Y2vShc$b0YooO9=@5yh1(U0RA#shnSt^8mShyF&lrFGx@v$50qX9F5?sbQ0qk z#{76G2p~xJhEvWI_7G>ix#!Aei}LELgA5Gp=ACy=bL7Zⅈm6DJf}wRn7xsdcYtY z!tl}0NsR0v=FzmP2K9hq6#3K@n?kyGJl0OFk@srT2#34av?+ki7X4y!-!QM`(y|1dE)#>n55$v~mxm-t^DA{8AYYo;J24y|C5@rHzLG7*-PnWH#S=Ylj-^_KS6+*jO8~Yd-7+~+-3Jx3yuyNyNR4NsyoqyX*h>8!SU>wINh5C&;yfRw0~KkhEz^}kc|W?c)b|FoB~vfwSp(Q4t z0BLCv%F233N($57-aa4m^&kQSxO&?CAd*3z{NBofR+5iqapv@$+fZA!xJXa`J%_vC3fz- z{X{FXS?16F%+A|yzsv4_>tsRF7UUcm+@OqAvTXG-L~%ZF`~Cz-N)AK%hY9aFhAF2H zZP|l!P-bvJhVRA+Qwzf;3}=^c@J&Ci4XqfBw=enI+a*ShEahwEKVo5cA?@mR%t15N zmTD@53Rab^nqTerrHUnrcpm#MgDd|JMmo|7U3NS$%ylO#Y1Mjf`kjo39`o)T_V3o+ z_I1KxIQn`adB6G3Jmr6iyl@`dJlj|iTEViBWjMMW^DF&+wm}dCLitN^By1$m;(1`0 z8)glfrP}q~A&Pq~h#y&ad?Q)kwdJROc}I!AewH&G#=jB2j|xw(;!m!hC%& zk%i%@t2S8?Jzqaj%GtA-oQWM~|I;lz^TS~Z3c^elX7&F2S}y(PSJ>M89ZEx`Hyn3S zXc2px_u}*U&}y~wEB<~32tYWZCD=TQx;XB>WTtm-2QR-K6l8C1YN;<>TE=oWg6-m zi29-=WhLFyAu{(wEEa&Q(GgPFh@NjoXY(K$RkL>Os5gupiXte*n|>$U=^`@dBRt@R z>Jfs&UL>0iK@vTG4INLzqNFQTkV?=%)A^W3j2I~iDbT{I` zgG!}BmgPAQy1b`ivA#&bMXPc5w-D<2@Qx~r+)8>y#{xtLyeQhd#5DOx?}D&epetKs zEK7};X+TWWfiQm9XRGv*-6E6TE@KIdvn;`*;F8JBsZBmw(j%-t2H$J6kr2uWzTf|S>fflR##+Ov zvQt<$Sc!{^W7s}Sye*#i_;|ctFFl<-ghC;VW+Q27X)_ui+ECMg{vY+ktK;#QJ#1~? z%7X9$A~g{z8Y*ZqHqn;cMo)4N#a}BXJw2UhG&<)8oc9huq7h;a{Q<>=Genn9%;%Ov zQNsNm6k}oJ3_W7Z?d>j+As_0>P8K`55IVe2Ze!JG99ukzBt$gyN_b7*Z)06RK+}Tu1(4BKTX5Znt(B?WP#Jdk6f8}dcs5j(@oSRB_fGY z4T-KhD=)g#p(A-;5L@WxhlMUNjL1UP1=ij6waS8Jtn6BOb#acJAEWbPCt0B^jIt4c zes@1VJMc4(xQ`H<5=(qyJV{AOlS*@0mT7Nq$7C|0)9G$lYSm;i(XMX4x~ok_8Z?vz z%jkKl2YpD7KjNoOUq|AOd4P;hMihAA@rOA3MkigpZbA*CJS*n#%5&Sv&Q8YV^3wCa zUgLQEFv?^DVyyb6YCzN(B=E^)mIb@mnLWg^^GSW0Oq_Dj0_Gd#br z6Pjf+=HNunVPZ6qm#bc8q-KPEeLvOaYN|I^Q@pmA)YMeGUN0_}3%A=%I25MlCp8pk z3vg$+(QeREQc{9Kp%`x}D$6*XPWt=%F@}w|oLh_>!?#DiJ#M!MPX6`Czfzr4O-V_~ zJU{@_(`|fX;R+5_H)2+%@x2#zke+TE_wpEZd~4GNOvld9-8jm5vmM>m8+&mCqmqbD zMX%RD$Tu(n9ABi&qzIWw5g^1_b0;V48XUFRWQAhr)p!_`{5TVw3@auE6vl-#WcS!e z3F#P8`593Ja0(&Zi4I1^AQ5ALXo?f5PtSsyJRbGmew^8m7+^q5;z{4SS$PgQksNX& zIWPv>$F{Tg_j@^W?hFk%4X6fGB=#pV5Ex)2e}qRy9^qlktB#SMQQI7dH)S3^6pYL zh7!=r(_?$1!pVM35OZ`R$qn6b~h%nSQge_`AfdZp! z_$R2m+E(MMF|9Z=JI97f+3Fs{$y+Ibn)(rV`*6B|m-a zmfy-vjq=>f0~|{(=eOq)Nv+Pjx|;|H$jA(c0ooL9BEm#fu1E55-s&QM_!YkC{o_f) zNoI?zQR|l$kAjqF%5|T;=z9@Iy#tdxGcjP>0^1mPcYu?DljLpABO^0o*1TKy4nQIi zVq&Hq(Ykg`F@M&)p7PU|sS0-!+H6BI-&oIAE{vn9!OW<0j5zb`cY?}Jj*$KG5dDvj z@b=pS{KJV%@K1HS2Q@3t{{UKU#$rc@9Ia6)1Q(@G#nA zTFTw!ly530za$^6R?FbvAc={I)LyJb5CxVlU3$ldo%aMlVh+8<3zlKh(x%@(qq(^Y z(S3^LWkD1Vc<-rvb+_iU`46=b2F1&yW)tu}eU#1Pg4J zX)J2Qr}g1#ad9E-0t;Ff;8wc%^pQ_lzHK@2@$vUBKs3ic;!orH_}(jz-In1sJUoIJ z9(mxw0dS&PPnM;G)ZHQZbM7LBrzN8OLI`Rr!=f*+%7WT1b5#AqTR zLhOBWFO@@;B=1NjCnx8&*4LZ{E2=Ax@Pz#YfB9S~2?@7%_!Sdl;M}=7@)Nt!svlf% z)U+sRtSMzvS{Wm?vBLV^n6cmOFF}Il+s2iYlxD|)mfkvZ2t-kp}xhH}ZHK#t| zYu@wx?@uivJ3Hm})w38q&Y%sqS0vULc_6{z3qVD65+$Zh6eJ{&8y81M(I}lG<(%&x zp<>WTsM|>LXfCTp9>ODdIF$MU@mqTt@H;sBv4$rd&jPSty`Pq%WBAj%u#BXmtIwm< zQATDs6A9^_P@iVP+oohZM5r`WO6lcNE_Yn!*x_T;rPSfhaAU|bkh3J`mg<*cuE6n~ zKm|W~wuIc=JKwo9S``l})wU`)d?p^v*gBT29FH21M3HQ(m29h(jd?i)BN6OwH;w%l z_@wdzYK_RE#WEXn7xPJVGxbsnO^POJl^5w+d6XSn6Ddeoi$4_NY|~B zfrs6XkQdHF%l(;LbxF9ye(Qb;JOvoTMn)B*lmtr1j%1VFpG~koNMCgyE$SAkR#p*w zIY>%M$~^**fDi4-J?wB)^1pp^<&1zsp^%7A&f`#}j&DBf;z22L-qtH|utJNYXE7zQ zWo%lJi+BT%j7pM7F_}m)nOKt@LM2H^SM=?&{8S>}Xy=^$UogZ-yi}M&+?CU4jZ(>m zye!t|%6wE;$N$s#?^LjlobF;uyVmfu`Ec%GmN2zixfd=eIe+RQRKW~1DkzH2 zB+Ft!Jxjd{n+FGZ<3a`1wo9ZGkE>QLdkFEgjik0bB0-rL*~Fs3QZ{-v5f{C8Q=)?e zDc6=`4Oux9dx+M}t>mo9p{S^ca5#)4Nw+*3X{f)_sQL4W@b*iqwrnx=}E)= zELDuMXwlsD0yi3Um@PJj#%9-YUz{6aRetM~4lmn!6(p&%(W&OfXc7d0N3$0aHylei zcJ_3iu!vRAQss|aa%DRmpkSjAo|^}@r}zL@J~Bac;=ah=A1br_5osaw->=1iNM>3 z^t`q&9+zk4LE;Mt1pHcTM&q3G>CxOGGF*uSeN*R^#vswPxq^S(_&5A>>`(Cs_hwyX z0fCaS5(du=UTu6jCjb%rUX}+t`1|i|WbN9;bKY05r^k*~Zo_7YP8%4PqxUatdatxVUaNjhpOh8~o-wO8Z z-Gfr8BqJl^h80-u8bAQL7j5S4y7ySM%8yPrchR5a<#h}+zQuD-OmEx&&8K=Q!{21( z(_ce*C8#Z9;X+0%e@az_hfTf{7_>9zGFGeL>8*Xd^YLda9!noXGx zd6AUU+x-?JG>F2x$PqLU}uzw3hQP#jfoxcM-rN=}isJ&nA)yx9dvBsq)s>l4_%|13{G zwPDU4_Ta!Ei_-crPUHMzXiTKevyS3zk6s1GRYNZ+i3`d#9I33Bv0bEpSj6QOsctf& zmg7*&ahy!7PKV@F;u;APW1D{YPeBk+YJ{urlZ&(jGh1o&wouU@reb$FVS}GbW#yzU z(UGW_C_t5(@vUBC6gkrU9_r&-o^e0R0pmXQJ^31GC0YbgAOf^H>uDI<2ZD^s3>u@v zg|TYRcJJct&UlhL@>p|u3s3l-oDhJyI=Gsp?Mpe|d!A1RKV{_65mv5Tc|&vHu7tb$ zVw0fx0-N(KXy+gXJsOqSyY~c%>PnKV5kg@B)fArhu45Y7luwbdWclPqX{?R<3*GpJ zdr7iJZabVsmf@{~I?k7u(bcjTOJE%@6t5$8j;pU9Xl`b|uNLb9C89Vp_M@Z}Q0YXB z2?_?&+6gZoAU;QP)A2<~Ad>3hxbY~LM!RVhE)!ngjUi5nC<%zt_?TLYh&EP4r4Nj9NGIiB0!n@(+QEp72_WMo{^E58`- zepdh@Yjkv1Um$a=jitr2e-5&1*D>}TKZpZ~@{V}Uv=|6DedMHE9}e#i!1-nspH!t$ z>3fFEvK?r2le?xhIvrtsE;W7GR5ilbz#t1UC-;gtJpwMDh*mB0W#M$ZMn(PkGQL^# zIO{VPk{@rIRX6YFmEON7H4ip7^PasDxxk0kbaTZb=!+rAbv*YM>7-xKGBdGdX5tuH$AP{7#IpWCoLF)hK5XbWIZ&kAjFxX6PGV@ezX&BFhqedk#(6_ z9Byl2uj2y#95<$sY)v@2)NYyL}9|-+|GrL#-VLq%B=XOHfB3$knXF>J}x(Yt3{SUS#FgXA!3fUX5Ol zWXj}tT`X?j7@`2f4w0kH*>q~3W6`7A5G9GqV@GJ&x0j8XmFy@BP}QtLb`(*VlQ8Sx zc&ECW4_uW*a(qY%fx``Tyf+$yH{OeRnF5pc)_SN?BN8_H2!`Ev6&!a9aB0i5>~X$E z?Zxw`lnPoRmq{+k#$+;^G{%<`a~6`*1lWOjaX${oU2EBatW{ z?>$0FX^{AoYemkCu_~Ohfl-%;Miu1`hqRn=J%u8DBe_LI(*_5CTC1gC+ly3PTu4Pz zJCR5joym-G#X^>4WL#BWmTup{Kt~aK&isM1_509;vsf3uVAfC0TkLk;?5e=HF^us_ z?-fJ5f@nB|UO9DRN|XdtsSfVf6g5#2NZ+C$xaJ~*y&>Yp^4Pp#^9|E*XA~f+rt>^$ zuv1p{7y#e<)^@((9ryUmhRb(gV3^B&%{>0~iD{GyrGO#B#;-mbB{1frjcqJ@_B-hB z(50%@YAIN`3b=U>@`Uts2C56la~arLP(;EUoSf&x#jz+hnbtr%TnRuF1OZ9OSB?Zh zK&6vV>!TRF7UJUKX2H!Hjgr}2#UtA$8s)Qf7BWO>Lc{<7AOJ~3K~yj>!uxynVb1bj zRjt0rkSD*N&0u#D4QGZ>RvA&xVvSdi!-3e{&Eq8{7&UWqHY5rH#pV>M`dcx?eFaf5 z*^&(bvUJl3-x&)v5kdiy9i8Oor_F&|H_At!944G_iEV$BI;n0f2m-b=9UGrZN2hM3 z_fpI3d5xk`B)=b(Vs10?3M>i8_FJoVvMl4WhX}YM4>Uj&TJVLOH;wY0F@T6;L*$vI zyKZMpM)mdW3`JU4vorCQ@n0hYeq=F@7>kv!8f96nB&*Cf4QqGyhj5-2i8&jOvr#4z zk{?)p7~&Lk`>QEGdy+^ba(4kD4RlhRY8tP)KFic{sS~{|h@`mr?L;Fodw5(u<3IwkU!+|&XlQa+O*Wdj%S$6v<@Bix?jE#)3>Fdv7@3+%>^bCXD5gPW5 zJ0C@>nyr77f$|HIa%9j?YlD#`o3_pPfn_8d#@^P3J}wSpZ0vRV{76FsTWmHIa|n>r z?d=@zzeGe0?rMRcTgDcQXQd{A(!?~f)2!GG2C8~`sCD#GVAVg6fQUxNBO5+f#T9CS zfb7KWc4M5xyQrALh)DKsq6RbK=pfP91axQikslqR-xI+W9OZj?@bZg~-SzwrS(e$e z`y>g&wQNfiY2EuP^dS#FUMb=Z$^=3_+yR-_S_C{hlQGAuC#Y9~pv7RZ%=o;9ySk`) z|9uv0-+moH+@qsN9UZJ#zI;ZmOtX);HyEV4x0i*w6c#CM6vo*wq^n6Z8m}8G z%W7q%KAZZp9q6qJ6ebz1N%26aT0TdFkwyigQpS`WMrT$K3Cl#)9!{M(#-k5Ef%Z%B zaEeIJpc51x_gJvsBA1;m^CZOQMI*~={a|bZ)Yh; zijgRg{fNT&Ef}wOPcQa`ur4qYW0`oAWwNLcg+Y8S7seR|NnCn5rO!T#agtC4z1fUM zrQ%#y7i+V!?hJ??51$SWlB7_uDK&Mpo*ymU$fe;S>>dvn zy1QwN_To?Wl31X*uK_aF8zSHQ5OLN78rsg%;q1YviNg>Dx5q;$6q+7DbO+w#RrMu) z{KF@ZWf_A(i`(tPU>F}HF>&@hL4JRbPv76qBB`6CnDOgRRsp2l5kXt5pWy11Wtmf- z^dqP;Fx-WF3sI7=-Jqn5-|fb&6FA_tBXx+ZN>9HdVIp!Z*l=1N8}-!fiDZ+BmkBf0Yp(C;EfV=NAWo#=p`-4;EDLqCrB9Y(K8lVmJtIw@`?+{%gdv< zxR{ZV5viU9tB;`9U;E+b;F!vS*33|OLs^#j_3L}kwwLo{ znf9jN8}>xe=qBFQsXcvEo=Bx={WgSIwgcKOT%d4C3YkS2eDKb38Y%{OdBuv`0*O_x z=b5y$St%$Nj6{e=qx3qRNTNt&P-3h~!l+l16l)?g)k^l7I5N^Lh@wFCg>LqIb`ihY zGoe(_y+T266u})!a`JcyDy>#~(~_e%1&B1*&Bo57{NSafSS&Hqp3G;T)i5yNW5tT} z8L5eN=+HTaD-Q7|OKuFfs-7T~PJylzGb<>l3)XHYK5cdnG2Nr11l@xy zdwMOlbQ?(-Nqqd@e^2|!2wB$K+kNi_IQ*dyp=gxL!@~@?T-XC{9D<*)E(#_{Eim!j zhswy$k4K|XV6o^BMPUNS^Yh~ghh={E=_&LHAgdz?!g#!wQa$$-Lvmt5|y#LqnzvrQfD)f`^{9g31V0YJj}#*!n`APVSjbC>$7VBPvFI=uR8!vVUijKl3iA^f9CXvwJ4$6`7lTea zafQOPb4O;Hoc&=+GIFO~IBxQ9D^)ZYvba!tnWUuYOS*?1S~4Rl)~BDA)3N_Ob|yQ? zvQ8YUV>HbE0qE4KF_y-$W@j?73D@h8_8uQ@mmbwEVxYpoAc`pzZwm*5IEROE4h*i&K*^nba5zYBZWVvmZoJptN*6@vgt$#rcb!h}!6!gCiQ1QTeT8W=ubM zZ*qVL0{tc1c(eWwl$MMUA3yz_WG3tnr^7{@Ja!#8+<_=>G=_+ICY#3}O+pm8p_H>G zs>#gnqVf1^D0Bs6Em?{FiUI2Pc<5~LFMrD~`IE=&Zr`PGA$Kk{!1{jgOC@cc971Ec* zvN$P;^z>M?S|u?tbLX0kHE9_b3!^p7tFYy0@o z_wW8eV0n2hZl{aX^dyu@B^75bGBE6B%qpW-U)wG(c?Fg{n=q}y0>)SsYj@gcDQ_k- z6iAgz zP~}E43z(8LWUPrLHzSVNSS==#=8jdQnIxrB;-RuUn%?Up5EmvI9zU$rnxva%B1Xe9 zqGD#(nH1EMQ*?X%)D^c7dAOeV9{+Ukb@D$s&CZ=`?g}%9hQ@gRorCymj*z1CFrV+9xqF@tN7EWp1NVU$-=BGj5-}Z-@l(` zjfVUcE9h%&B{{=#!^Q6!b5Z$WB`TeYl~1iieUnNq`WQXizWpSY%p@eYom6v#>%Q6Q;=DHm&))E4tZP=^w3 z*(m4s00N*;(YfLY{_*s`W3gPMtgLuOndtTU`Ss7=!rFd&cNw6qhT2$)uU{a<0>* zmtI=NV~-VGo%^LrLwt6kh5F0A1cDK=EG9CSSV@XE5eSDU%(Kzc{xw&!V=EmXkjo07RPEsf$ zJKM_o_1XA*A!=%RcxQJNwWm9=TJ^{tB_omtYn~F7?$*0##HA)LxA3;-K4lj}VDUO? zKRm?numhWI=3<%ZYcEk~3L*$Mo{B8XyjAU^qadC~UdftvQL}|>%$(?M;*CQe^UC(8 zrre}v>xvbe?`$QbFypQ+AZwzPF~3A#pOdt-SiTCRok9f_tyanE)tM|0`K z#N<=+`U#x1M)D1h(RnPuTmSGbJ*_=NqtQFQ$Mc6Ph}A|=t0&5M%ALpU5G*GsPpcDhdt5~GhNKBkaM2Pzrv|BTJgZ^Aj^ z-K0f-WoY!8HdHLnlM56*8PlOrRpdNTCC`jNx{%|YJ&30N^ z?3}pROxNWhEZV|J%Zbi7Kw@f+^8I4XU1`V}pOQrPIe|rqH}(+4MZ@&9xJb{xGacPv zRx%bD#^H8jo@Vj3)OZVx-OUsgt^9&+9EZs?HG3vLK7~`wZ_wV*&dGP*Ll>xG^Ftae zmTPX|r=HUC{`(E|_AX%Q(j*EBg6MRrc?3*}zXsyt4Xj<8#iDbG{P^zJFQu z-r5EU1<8^}S-ooEUAeKOlmz-*H{TtSVkG)Iym#(7F(~lJ4g#T@xA+Q2A_TwG%WiXN zDVjhZeSPh>b?vUM7BnV_Qy(8CMOV#JPwB8&q%ZAE0(!lNOPB0d_3U|?KAk?@NkPt9 zwrtsQ$79_RAjkF#dYjRP7B3q=|lI*CN)b*t&~S>~6& zJVQr^kxiR6->{U=i~>Xqcu7!(XXIkHONlWe$qp~gRik$X5QRv}LN&FQFWuN%Cyuvi zP)gEu=OtE?iLtSvNdX|sH(t=AqjnnVD~XQQvTZY{R5x}IWMn898|&ow@ymq6Q3eKF z^z=C9SN{~~op-9aa6!T5%{!;me{e=@kYLtA4xK#C_KU6PbQ%l>EoQR;Ssw2q`?;Nv zk}|G~Yc$i#*y`#UBt~;{@QH%J5^a=^_w=AOD9B!T`|jq%Y&A{CI+100QYkKpB9AUx zhAhk1wM0AL)Py#s_&RW$J-Zu8Qm}maqmzzlvDk>!DalXmBPmIH3kQHecD9H8`;Tzw zP&MGe?T)a0dl@@+ESN{Z4Z%^vg$n|!R&BUryJK1ak@Ybg)fDiP|Nc*`vA78;4fqsB zv{Dot1E?hMMJ42z1VSn!%eOql(xv%yboAr*2eJ3t866rSB`clM(gM_K6>7B-r_)1g zYd7r`<$P@lUd*ygHSQ)Cr+(2y-QqYNeL3@%l@uoKA#hnN=rB#LODq*f%^Khq^5STV#U;?T5hh2jEpEQmz|gxk)EC~ zm6aDLEKDFP%Q}ySFVV4MmpOCB&x#e>Clq0r6@UQvS3k_9o@4w~>_Kv@VSJ%+RmYJ1 z`9g}|4s_Bs66WmtZPe`2qwo$9ql}WEl_}IjX{k~3`bQQ7qZLVSA~HIF(lx*;t%KaS zsV$ss1sayPBmC}E4~<1JEL=1FR?{lAgfTnFnflrr0_2O-*4s;YLo;noShDglVqzvn z5@<9!)~U0tUsC>TbPrY_l(O5v&zpOK-Ywzi+Ds_uD!e2Mn&Z{p-h z4>>u@XB-?;1_&w*X9}O>*XL{av1Js)BuV%NwMcQ2iXxkjaMXudApqA@lx4^S!b3Ry zgSZ1SiK!AQ2_$iPx?+MsVqL0&-Ib#hm054=;4(f#O{mRxbJa2&X4hxO==7>Er zF5STE+Raq=+}uSfiNY0dTu*9+K)gXB%c?-D6p(K7LFZZ&MCyjA`fO-YiS2WTZ~FVb zOMYU+o5z&xI(D2h{jhk=*I8P+>4xCA6$yfX$&^D=)15u2*jSO_Vf)o6*snUBI@Qj{ zANOIiExv2um=-_)Mi;E1%AvWf!eui_u{x2RmME7$>|kWzS`1DkB6D`PpW|Q4;iX`h#vf&T*+KiVzC>QR%}st)!td zC~(}Mnm3G}h4^IEluyZTMJAIKmn#N`;OT`LUOU&vo(?yroEZGxFdBy+w zkdQEfPIqUAtxBc9`t?vzae}wsuK7xVV{FXFYp-3v<4I!i;>ELeUGZioz>`tb?`Jf8 zZxtvmNKmpOUB$9A6=tnSj7B8WqTtWh>PbG|$0t8)!98|O|5s@wWTThHj*dyk8*(@Z zqeP{eIYFS&%#5^8PFApXtxQwXdES1z`YQpBP$R! zFg1fE=%+;JWr0m`-!NDZ1in$K!`3p)$=!WdKVP-oMtD&xzdrEMga(d*U=U|W$@=wA z&dBwn(FnuC=SWMNS;vOeDzR-Fba$8Ylb`J24}U1x2~3x z7q8hGI*o?RI6W6G9G@ZGc?i4x6j@m_ua;`HB9A|=W7)DnB9U{{)EwaLxA*YI8z-r( z?7Z*KOx}3o9M#n-HgDc>TU8Nf$cr_N>V$PCDNu|c2(w#)=IEsWe_L8NeYsZ zpr8Q4VK43NH5@r|fs-dw$j;6tCno`uNkek7>AnC)I2>j7?s^&;L{_g}e_hw7Sq8`y zw;Fp7%ez0LB!701e6cUYPezNVjYf&cBX=~`+AK9Wt_TOuc2nCnN-)oiEp9H#br;Bpojo-B zLQxL%X(=C6@SozUcsT#gubpU=c&S8-HyGw*O)uv?B7IIhwU;lm=S&q|Z5lhC{yH%+ zcV7ETmStS7R+cTB8=Jstl~}Vzx+0bRw6t8{_rJeLVq!i!c9f8xAAe7QH=IXF#j?g1ZNG&`aUbe`ib0 zZ}8f(NDB}0wfI4nuT&z6v&%$55YPqsh?h3+>D48(aJYuQ&uQoJ^Z=O_#hgjN6qCqU zUk{&{*Q0ma*&gq@<6R^ak$Jbq$H~1KGS8&)M<@8hi8Ps+ljsMU9_${jnl zi@v^JuySP=$;nf*Kf>YJ3uV{qMRIZk+-^ISl|zKXYP4DC^4J_g*V@ zyN!(-w-FnAZOE@a?QLT@*lR6eOX7I2-5or?l_BTE0{Nl}n z>t#EJ5ibEDN^^PwgQ_s?v1j?g4qoNmiCjQ`0ENkDo)YSFv*C-BG!!s=7IFpof70GwauHz-YX;>k&`-G-RET z>McLy&#Lm-(s-0_sOosM=J3+_^OHMEKqDAc|A*e0?aL z)X0q;4F*}s54+-d|L6NS)zV4g&PU10T1aecJd&g!91han-bmHqk4X671V0#wCn=&q z$vAI3T_IdTi1!k#oKrf;dMZe6?$jc9b8-ZdlP{pv&Q0|gK@cb`R1pl?`S|0Ln9bT5 z^>TT=LEe4$0yQ;Z($W^QW5*)y2fCrSilpW;kebWe9h<2+`CEo6-s7oaEy1wNm|rHr zAl|YX$#iJc8|7bJ3n*XlJdfA@nwK-Yh=PJ(SSD&T<5$JfH5MVuI&}#f2+REDSb&86 z89eVzMKy)sWi=8n`qHV|*UhP_pK&(PKr}ZUk4b~6*Fi#KA3HjItO=%}{L*-OS%F?w z@c*}W-tkeLXTJZQGeuK0BaM1P4RusNAS20i0Wx6Yf)m?uY_pDIC+mE&n@w`-C%Jc9 zc9Y$^yH2v%wH-U&#IfVp27>`(iZM-?E+hf!LR}h3Gty{!Ip_W%48}BpB#;z6`sfeP zoHK8Ee(zJ>r##=2#_9J5*{QE1F;Tu@nV&Dx-2%rKDL+35hr`UKO-J~~H&zfCIrdx5 zbLV>4y0ro(vo%;bPO3rhx$ME){NBh;UKe87onUkr~q z6E4{rqosL169t_zawqhk?x0`kCDN}ZLee90;|*3JA^>-S5%|Na>&E4_q;<+5_++$opCGOFWPHiTkX`y8LR9!C}x5TvEG`79NO z-r>S$oB4K;8ub|Z$Vsxy&f!=F6XJQX^$(;ZtFSsHOgfQ(3?LA6_A_=wC9tNYg(vcE z4v;sGJMn)M&6D;-h6Eqs@~wMk#EW)Hw4@>0duzodnnH(}ov&c3Qdyan9Xpyhdp3={ zyx3c2?Als0+qXB+-5p9{;o>nDk-l4Wr5EdFq*8-፬q8Q3sLPfiTSa*uTC~g}h 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 N002ovPDHLkV1mS{&T{|& literal 0 HcmV?d00001 diff --git a/l10n_ec_ote/views/res_company.xml b/l10n_ec_ote/views/res_company.xml new file mode 100644 index 00000000..bc2e46d8 --- /dev/null +++ b/l10n_ec_ote/views/res_company.xml @@ -0,0 +1,34 @@ + + + + + + company.view.info.form.inherit + res.company + + + + + + + + + + + + + + + + + + diff --git a/l10n_ec_ote/views/res_partner.xml b/l10n_ec_ote/views/res_partner.xml new file mode 100644 index 00000000..7165f735 --- /dev/null +++ b/l10n_ec_ote/views/res_partner.xml @@ -0,0 +1,33 @@ + + + + + partner.view.info.form.inherit + res.partner + + + + + + + + + + + + + + + + + + From e4b8a52e85ca1e8134e8e7937adbe800d0957065 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Fri, 18 Nov 2016 19:55:41 -0500 Subject: [PATCH 4/9] [NEW MODULE] Add the mandatory chart of account from Supercias (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [NEW MODULE] Add the chart of account from the Superintendencia de Compañías (mandatory in Ecuador) --- l10n_ec/README.rst | 117 ++++++++++ l10n_ec/__init__.py | 1 + l10n_ec/__openerp__.py | 23 ++ l10n_ec/data/account.account.template.csv | 252 ++++++++++++++++++++++ l10n_ec/data/account_chart_template.xml | 19 ++ l10n_ec/data/account_chart_template.yml | 3 + l10n_ec/static/description/icon.png | Bin 0 -> 29093 bytes 7 files changed, 415 insertions(+) create mode 100644 l10n_ec/README.rst create mode 100644 l10n_ec/__init__.py create mode 100644 l10n_ec/__openerp__.py create mode 100644 l10n_ec/data/account.account.template.csv create mode 100644 l10n_ec/data/account_chart_template.xml create mode 100644 l10n_ec/data/account_chart_template.yml create mode 100644 l10n_ec/static/description/icon.png diff --git a/l10n_ec/README.rst b/l10n_ec/README.rst new file mode 100644 index 00000000..e7eee23b --- /dev/null +++ b/l10n_ec/README.rst @@ -0,0 +1,117 @@ +.. 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 + +======================= +Ecuador's Account Chart +======================= + +This module adds the basic chart of account of Ecuador. + * Works with the specifications of the Superintendencia de Compañías (SUPERCIAS). + * It follows the requirements for SMEs. + +Plan de cuentas para Ecuador +============================ + +Agrega el plan de cuentas para Ecuador. + * Utiliza la clasificación de la Superintendencia de Compañías. + * Sigue los requerimientos para las PYMEs + +Installation +============ + +To install this module, you need to: + * Delete the standard l10n_ec module from Odoo addons directory. + * Copy this module on the same folder, replacing the deleted one. + * Install this module, no need to install account first as this module will install and configure it properly. + +Instalación +=========== + +Para instalar este módulo se debe: + * Elimina el módulo l10n_ec de los addons de Odoo. + * Copia este módulo en el mismo directorio, reemplazando el anterior. + * Instalarlo de manera regular, no es necesario instalar account primero, este módulo lo instalará y configurará. + +Configuration +============= + +This module adds all the accounts as said by the Supercias but: + * You should delete the accounts that don't apply to your company. + * You should add the accounts that are not mandatory but you need. + * As Odoo doesn't use total accounts, you need to use the correct coding to group your accounts correctly, + for example, if you need a bank account, and put it inside 10101 account, you should code it as 10101xx. + +Configuración +============= + +Este módulo agrega las cuentas contables según la clasificación de la Supercias, sin embargo: + * Es conveniente eliminar las cuentas contables que no vayan a ser utilizadas por su compañía. + * Debe agregar las cuentas que no son obligatorias, pero desea utilizar. + * Debido a que Odoo no usa cuentas de total, al crear una cuenta, tenga presente la codificación estándar, + por ejemplo, si requiere una cuenta de bancos y colocarla dentro de 10101, su código debe ser 10101xx. + +Demonstration in runbot +======================= + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/repo/github-com-oca-l10n-ecuador-212 + +Known issues / Roadmap +====================== + + * The odoo default journals are been created in English and they also create their respective + accounts, delete or edit them. + * The default transfer account is 1010199, it's not part of Supercias's specification. + * It's better if you remove the account 10101 and create new ones with codes 10101xx for your bank and cash accounts. + +Problemas conocidos y planificación +=================================== + + * Los diarios por defecto de odoo se crean en inglés y crean sus respectivas cuentas contables, + es necesario editarlas o eliminarlas. + * La cuenta de transferencias por defecto usada es la 1010199, la cual no forma parte de la especificación de la Supercias. + * Tendrá mejores resultados si elimina la cuenta 10101 y crea cuentas individuales con códigos 10101xx para las cuentas de bancos y efectivo. + +Bug Tracker / Rastreo de Fallos +=============================== + +Los errores son rastreados en Github, en caso de problemas por favor revisa si ya han sido reportados en el apartado de issues, +si los has detectado primero, por favor reportalos con la informacion debida, al menos debes indicar la versión, +los pasos para reproducir y el comportamiento esperado. + +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 +`here `_. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + + * Fábrica de Software Libre + * Daniel Alejandro Mendieta + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://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... image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 diff --git a/l10n_ec/__init__.py b/l10n_ec/__init__.py new file mode 100644 index 00000000..40a96afc --- /dev/null +++ b/l10n_ec/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/l10n_ec/__openerp__.py b/l10n_ec/__openerp__.py new file mode 100644 index 00000000..76c33f37 --- /dev/null +++ b/l10n_ec/__openerp__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +{ + 'name': "Ecuador - Niif Pymes - Base", + 'summary': """Agrega el plan de cuentas de la Supercias.""", + 'version': '9.0.1.0.0', + 'author': "Fabrica de Software Libre,Odoo Community Association (OCA)", + 'maintainer': 'Fabrica de Software Libre', + 'website': 'http://www.libre.ec', + 'license': 'AGPL-3', + 'category': 'Localization', + 'depends': [ + 'base', + 'account', + ], + 'data': [ + 'data/account_chart_template.xml', + 'data/account.account.template.csv', + 'data/account_chart_template.yml', + ], + 'demo': [], + 'test': [], + 'installable': True, +} diff --git a/l10n_ec/data/account.account.template.csv b/l10n_ec/data/account.account.template.csv new file mode 100644 index 00000000..49708311 --- /dev/null +++ b/l10n_ec/data/account.account.template.csv @@ -0,0 +1,252 @@ +"id","reconcile","code","name","user_type_id/id","chart_template_id:id" +"10101","True","10101","EFECTIVO Y EQUIVALENTES AL EFECTIVO ","account.data_account_type_liquidity","l10n_ec" +"1010201","False","1010201","ACTIVOS FINANCIEROS A VALOR RAZONABLE CON CAMBIOS EN RESULTADOS ","account.data_account_type_current_assets","l10n_ec" +"1010202","False","1010202","ACTIVOS FINANCIEROS DISPONIBLES PARA LA VENTA ","account.data_account_type_current_assets","l10n_ec" +"1010203","False","1010203","ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_current_assets","l10n_ec" +"1010204","False","1010204","(-) PROVISION POR DETERIORO ","account.data_account_type_current_assets","l10n_ec" +"101020501","True","101020501","DE ACTIVIDADES ORDINARIAS QUE GENEREN INTERESES ","account.data_account_type_receivable","l10n_ec" +"101020502","True","101020502","DE ACTIVIDADES ORDINARIAS QUE NO GENEREN INTERESES ","account.data_account_type_receivable","l10n_ec" +"1010206","True","1010206","DOCUMENTOS Y CUENTAS POR COBRAR CLIENTES RELACIONADOS ","account.data_account_type_receivable","l10n_ec" +"1010207","True","1010207","OTRAS CUENTAS POR COBRAR RELACIONADAS ","account.data_account_type_receivable","l10n_ec" +"1010208","True","1010208","OTRAS CUENTAS POR COBRAR ","account.data_account_type_receivable","l10n_ec" +"1010209","False","1010209","(-) PROVISIÓN CUENTAS INCOBRABLES Y DETERIORO ","account.data_account_type_current_assets","l10n_ec" +"1010301","False","1010301","INVENTARIOS DE MATERIA PRIMA ","account.data_account_type_current_assets","l10n_ec" +"1010302","False","1010302","INVENTARIOS DE PRODUCTOS EN PROCESO ","account.data_account_type_current_assets","l10n_ec" +"1010303","False","1010303","INVENTARIOS DE SUMINISTROS O MATERIALES A SER CONSUMIDOS EN EL PROCESO DE PRODUCCIÓN ","account.data_account_type_current_assets","l10n_ec" +"1010304","False","1010304","INVENTARIOS DE SUMINISTROS O MATERIALES A SER CONSUMIDOS EN LA PRESTACIÓN DE SERVICIO ","account.data_account_type_current_assets","l10n_ec" +"1010305","False","1010305","INVENTARIOS DE PRODUCTOS TERMINADOS Y MERCADERIA EN ALMACÉN - PRODUCIDO POR LA COMPAÑÍA ","account.data_account_type_current_assets","l10n_ec" +"1010306","False","1010306","INVENTARIOS DE PRODUCTOS TERMINADOS Y MERCADERIA EN ALMACÉN - COMPRADO DE TERCEROS ","account.data_account_type_current_assets","l10n_ec" +"1010307","False","1010307","MERCADERÍAS EN TRÁNSITO ","account.data_account_type_current_assets","l10n_ec" +"1010308","False","1010308","OBRAS EN CONSTRUCCION ","account.data_account_type_current_assets","l10n_ec" +"1010309","False","1010309","OBRAS TERMINADAS ","account.data_account_type_current_assets","l10n_ec" +"1010310","False","1010310","MATERIALES O BIENES PARA LA CONSTRUCCIÓN ","account.data_account_type_current_assets","l10n_ec" +"1010311","False","1010311","INVENTARIOS REPUESTOS, HERRAMIENTAS Y ACCESORIOS ","account.data_account_type_current_assets","l10n_ec" +"1010312","False","1010312","OTROS INVENTARIOS ","account.data_account_type_current_assets","l10n_ec" +"1010313","False","1010313","(-) PROVISIÓN POR VALOR NETO DE REALIZACIÓN Y OTRAS PÉRDIDAS EN EL INVENTARIO ","account.data_account_type_current_assets","l10n_ec" +"1010401","True","1010401","SEGUROS PAGADOS POR ANTICIPADO ","account.data_account_type_prepayments","l10n_ec" +"1010402","True","1010402","ARRIENDOS PAGADOS POR ANTICIPADO ","account.data_account_type_prepayments","l10n_ec" +"1010403","True","1010403","ANTICIPOS A PROVEEDORES ","account.data_account_type_prepayments","l10n_ec" +"1010404","True","1010404","OTROS ANTICIPOS ENTREGADOS ","account.data_account_type_prepayments","l10n_ec" +"1010501","False","1010501","CRÉDITO TRIBUTARIO A FAVOR DE LA EMPRESA (IVA) ","account.data_account_type_non_current_assets","l10n_ec" +"1010502","False","1010502","CRÉDITO TRIBUTARIO A FAVOR DE LA EMPRESA ( I. R.) ","account.data_account_type_non_current_assets","l10n_ec" +"1010503","False","1010503","ANTICIPO DE IMPUESTO A LA RENTA ","account.data_account_type_non_current_assets","l10n_ec" +"10106","False","10106","ACTIVOS NO CORRIENTES MANTENIDOS PARA LA VENTA Y OPERACIONES DISCONTINUADAS ","account.data_account_type_non_current_assets","l10n_ec" +"10107","False","10107","CONSTRUCCIONES EN PROCESO (NIC 11 Y SECC.23 PYMES) ","account.data_account_type_fixed_assets","l10n_ec" +"10108","False","10108","OTROS ACTIVOS CORRIENTES ","account.data_account_type_non_current_assets","l10n_ec" +"1020101","False","1020101","TERRENOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020102","False","1020102","EDIFICIOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020103","False","1020103","CONTRUCCIONES EN CURSO ","account.data_account_type_fixed_assets","l10n_ec" +"1020104","False","1020104","INSTALACIONES ","account.data_account_type_fixed_assets","l10n_ec" +"1020105","False","1020105","MUEBLES Y ENSERES ","account.data_account_type_fixed_assets","l10n_ec" +"1020106","False","1020106","MAQUINARIA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" +"1020107","False","1020107","NAVES, AERONAVES, BARCAZAS Y SIMILARES ","account.data_account_type_fixed_assets","l10n_ec" +"1020108","False","1020108","EQUIPO DE COMPUTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020109","False","1020109","VEHÍCULOS, EQUIPOS DE TRANSPORTE Y EQUIPO CAMINERO MÓVIL ","account.data_account_type_fixed_assets","l10n_ec" +"1020110","False","1020110","OTROS PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" +"1020111","False","1020111","REPUESTOS Y HERRAMIENTAS ","account.data_account_type_fixed_assets","l10n_ec" +"1020112","False","1020112","(-) DEPRECIACIÓN ACUMULADA PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" +"1020113","False","1020113","(-) DETERIORO ACUMULADO DE PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" +"102011401","False","102011401","ACTIVOS DE EXPLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"102011402","False","102011402","(-) AMORTIZACIÓN ACUMULADA DE ACTIVOS DE EXLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"102011403","False","102011403","(-) DETERIORO ACUMULADO DE ACTIVOS DE EXPLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020201","False","1020201","TERRENOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020202","False","1020202","EDIFICIOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020203","False","1020203","(-) DEPRECIACION ACUMULADA DE PROPIEDADES DE INVERSIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020204","False","1020204","(-) DETERIORO ACUMULADO DE PROPIEDADES DE INVERSIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020301","False","1020301","ANIMALES VIVOS EN CRECIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" +"1020302","False","1020302","ANIMALES VIVOS EN PRODUCCIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020303","False","1020303","PLANTAS EN CRECIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" +"1020304","False","1020304","PLANTAS EN PRODUCCIÓN ","account.data_account_type_fixed_assets","l10n_ec" +"1020305","False","1020305","(-) DEPRECIACIÓN ACUMULADA DE ACTIVOS BIOLÓGICOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020306","False","1020306","(-) DETERIORO ACUMULADO DE ACTIVOS BIOLÓGICOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020401","False","1020401","PLUSVALÍAS ","account.data_account_type_fixed_assets","l10n_ec" +"1020402","False","1020402","MARCAS, PATENTES, DERECHOS DE LLAVE, CUOTAS PATRIMONIALES Y OTROS SIMILARES ","account.data_account_type_fixed_assets","l10n_ec" +"1020403","False","1020403","ACTIVOS DE EXPLORACION Y EXPLOTACION ","account.data_account_type_fixed_assets","l10n_ec" +"1020404","False","1020404","(-) AMORTIZACIÓN ACUMULADA DE ACTIVO INTANGIBLE ","account.data_account_type_fixed_assets","l10n_ec" +"1020405","False","1020405","(-) DETERIORO ACUMULADO DE ACTIVO INTANGIBLE ","account.data_account_type_fixed_assets","l10n_ec" +"1020406","False","1020406","OTROS INTANGIBLES ","account.data_account_type_fixed_assets","l10n_ec" +"10205","False","10205","ACTIVOS POR IMPUESTOS DIFERIDOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020601","False","1020601","ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" +"1020602","False","1020602","(-) PROVISIÓN POR DETERIORO DE ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" +"1020603","False","1020603","DOCUMENTOS Y CUENTAS POR COBRAR ","account.data_account_type_fixed_assets","l10n_ec" +"1020604","False","1020604","(-) PROVISIÓN CUENTAS INCOBRABLES DE ACTIVOS FINANCIEROS NO CORRIENTES ","account.data_account_type_fixed_assets","l10n_ec" +"1020701","False","1020701","INVERSIONES SUBSIDIARIAS ","account.data_account_type_fixed_assets","l10n_ec" +"1020702","False","1020702","INVERSIONES ASOCIADAS ","account.data_account_type_fixed_assets","l10n_ec" +"1020703","False","1020703","INVERSIONES NEGOCIOS CONJUNTOS ","account.data_account_type_fixed_assets","l10n_ec" +"1020704","False","1020704","OTRAS INVERSIONES ","account.data_account_type_fixed_assets","l10n_ec" +"1020705","False","1020705","(-) PROVISIÓN VALUACIÓN DE INVERSIONES ","account.data_account_type_fixed_assets","l10n_ec" +"1020706","False","1020706","OTROS ACTIVOS NO CORRIENTES ","account.data_account_type_fixed_assets","l10n_ec" +"20101","False","20101","PASIVOS FINANCIEROS A VALOR RAZONABLE CON CAMBIOS EN RESULTADO ","account.data_account_type_current_liabilities","l10n_ec" +"20102","False","20102","PASIVOS POR CONTRATOS DE ARRENDAMIENTO FINANCIEROS ","account.data_account_type_current_liabilities","l10n_ec" +"2010301","True","2010301","LOCALES ","account.data_account_type_payable","l10n_ec" +"2010302","True","2010302","DEL EXTERIOR ","account.data_account_type_payable","l10n_ec" +"2010401","False","2010401","LOCALES ","account.data_account_type_current_liabilities","l10n_ec" +"2010402","False","2010402","DEL EXTERIOR ","account.data_account_type_current_liabilities","l10n_ec" +"2010501","False","2010501","LOCALES ","account.data_account_type_current_liabilities","l10n_ec" +"2010502","False","2010502","DEL EXTERIOR ","account.data_account_type_current_liabilities","l10n_ec" +"20106","False","20106","PORCIÓN CORRIENTE DE OBLIGACIONES EMITIDAS ","account.data_account_type_current_liabilities","l10n_ec" +"2010701","False","2010701","CON LA ADMINISTRACIÓN TRIBUTARIA ","account.data_account_type_current_liabilities","l10n_ec" +"2010702","False","2010702","IMPUESTO A LA RENTA POR PAGAR DEL EJERCICIO ","account.data_account_type_current_liabilities","l10n_ec" +"2010703","False","2010703","CON EL IESS ","account.data_account_type_current_liabilities","l10n_ec" +"2010704","False","2010704","POR BENEFICIOS DE LEY A EMPLEADOS ","account.data_account_type_current_liabilities","l10n_ec" +"2010705","False","2010705","PARTICIPACIÓN TRABAJADORES POR PAGAR DEL EJERCICIO ","account.data_account_type_current_liabilities","l10n_ec" +"2010706","False","2010706","DIVIDENDOS POR PAGAR ","account.data_account_type_current_liabilities","l10n_ec" +"20108","False","20108","CUENTAS POR PAGAR DIVERSAS – RELACIONADAS ","account.data_account_type_current_liabilities","l10n_ec" +"20109","False","20109","OTROS PASIVOS FINANCIEROS ","account.data_account_type_current_liabilities","l10n_ec" +"20110","True","20110","ANTICIPOS DE CLIENTES ","account.data_account_type_current_liabilities","l10n_ec" +"20111","False","20111","PASIVOS DIRECTAMENTE ASOCIADOS CON LOS ACTIVOS NO CORRIENTES Y OPERACIONES DISCONTINUADAS ","account.data_account_type_current_liabilities","l10n_ec" +"2011201","False","2011201","JUBILACIÓN PATRONAL ","account.data_account_type_current_liabilities","l10n_ec" +"2011202","False","2011202","OTROS BENEFICIOS A LARGO PLAZO PARA LOS EMPLEADOS ","account.data_account_type_current_liabilities","l10n_ec" +"20113","False","20113","OTROS PASIVOS CORRIENTES ","account.data_account_type_current_liabilities","l10n_ec" +"20201","False","20201","PASIVOS POR CONTRATOS DE ARRENDAMIENTO FINANCIERO ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020201","False","2020201","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020202","False","2020202","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020301","False","2020301","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020302","False","2020302","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020401","False","2020401","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020402","False","2020402","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" +"20205","False","20205","OBLIGACIONES EMITIDAS ","account.data_account_type_non_current_liabilities","l10n_ec" +"20206","True","20206","ANTICIPOS DE CLIENTES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020701","False","2020701","JUBILACIÓN PATRONAL ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020702","False","2020702","OTROS BENEFICIOS NO CORRIENTES PARA LOS EMPLEADOS ","account.data_account_type_non_current_liabilities","l10n_ec" +"20208","False","20208","OTRAS PROVISIONES ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020901","False","2020901","INGRESOS DIFERIDOS ","account.data_account_type_non_current_liabilities","l10n_ec" +"2020902","False","2020902","PASIVOS POR IMPUESTOS DIFERIDOS ","account.data_account_type_non_current_liabilities","l10n_ec" +"20210","False","20210","OTROS PASIVOS NO CORRIENTES ","account.data_account_type_non_current_liabilities","l10n_ec" +"30101","False","30101","CAPITAL SUSCRITO o ASIGNADO ","account.data_account_type_equity","l10n_ec" +"30102","False","30102","(-) CAPITAL SUSCRITO NO PAGADO, ACCIONES EN TESORERÍA ","account.data_account_type_equity","l10n_ec" +"302","False","302","APORTES DE SOCIOS O ACCIONISTAS PARA FUTURA CAPITALIZACIÓN ","account.data_account_type_equity","l10n_ec" +"303","False","303","PRIMA POR EMISION PRIMARIA DE ACCIONES ","account.data_account_type_equity","l10n_ec" +"30401","False","30401","RESERVA LEGAL ","account.data_account_type_equity","l10n_ec" +"30402","False","30402","RESERVAS FACULTATIVA Y ESTATUTARIA ","account.data_account_type_equity","l10n_ec" +"30501","False","30501","SUPERAVIT DE ACTIVOS FINANCIEROS DISPONIBLES PARA LA VENTA ","account.data_account_type_equity","l10n_ec" +"30502","False","30502","SUPERAVIT POR REVALUACIÓN DE PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_equity","l10n_ec" +"30503","False","30503","SUPERAVIT POR REVALUACION DE ACTIVOS INTANGIBLES ","account.data_account_type_equity","l10n_ec" +"30504","False","30504","OTROS SUPERAVIT POR REVALUACION ","account.data_account_type_equity","l10n_ec" +"30601","False","30601","GANACIAS ACUMULADAS ","account.data_account_type_equity","l10n_ec" +"30602","False","30602","(-) PÉRDIDAS ACUMULADAS ","account.data_account_type_equity","l10n_ec" +"30603","False","30603","RESULTADOS ACUMULADOS PROVENIENTES DE LA ADOPCIÓN POR PRIMERA VEZ DE LAS NIIF ","account.data_account_type_equity","l10n_ec" +"30604","False","30604","RESERVA DE CAPITAL ","account.data_account_type_equity","l10n_ec" +"30605","False","30605","RESERVA POR DONACIONES ","account.data_account_type_equity","l10n_ec" +"30606","False","30606","RESERVA POR VALUACIÓN ","account.data_account_type_equity","l10n_ec" +"30607","False","30607","SUPERÁVIT POR REVALUACIÓN DE INVERSIONES ","account.data_account_type_equity","l10n_ec" +"30701","False","30701","GANANCIA NETA DEL PERIODO ","account.data_account_type_equity","l10n_ec" +"30702","False","30702","(-) PÉRDIDA NETA DEL PERIODO ","account.data_account_type_equity","l10n_ec" +"31","False","31","PARTICIPACIÓN NO CONTROLADORA ","account.data_account_type_equity","l10n_ec" +"4101","False","4101","VENTA DE BIENES ","account.data_account_type_revenue","l10n_ec" +"4102","False","4102","PRESTACIÓN DE SERVICIOS ","account.data_account_type_revenue","l10n_ec" +"4103","False","4103","CONTRATOS DE CONSTRUCCIÓN ","account.data_account_type_revenue","l10n_ec" +"4104","False","4104","SUBVENCIONES DEL GOBIERNO ","account.data_account_type_revenue","l10n_ec" +"4105","False","4105","REGALÍAS ","account.data_account_type_revenue","l10n_ec" +"410601","False","410601","INTERESES GENERADOS POR VENTAS A CRÉDITO ","account.data_account_type_revenue","l10n_ec" +"410602","False","410602","OTROS INTERESES GENERADOS ","account.data_account_type_revenue","l10n_ec" +"4107","False","4107","DIVIDENDOS ","account.data_account_type_revenue","l10n_ec" +"4108","False","4108","GANANCIA POR MEDICIÓN A VALOR RAZONABLE DE ACTIVOS BIOLÓGICOS ","account.data_account_type_revenue","l10n_ec" +"4109","False","4109","OTROS INGRESOS DE ACTIVIDADES ORDINARIAS ","account.data_account_type_revenue","l10n_ec" +"4110","False","4110","(-) DESCUENTO EN VENTAS ","account.data_account_type_revenue","l10n_ec" +"4111","False","4111","(-) DEVOLUCIONES EN VENTAS ","account.data_account_type_revenue","l10n_ec" +"4112","False","4112","(-) BONIFICACIÓN EN PRODUCTO ","account.data_account_type_revenue","l10n_ec" +"4113","False","4113","(-) OTRAS REBAJAS COMERCIALES ","account.data_account_type_revenue","l10n_ec" +"4301","False","4301","DIVIDENDOS ","account.data_account_type_other_income","l10n_ec" +"4302","False","4302","INTERESES FINANCIEROS ","account.data_account_type_other_income","l10n_ec" +"4303","False","4303","GANANCIA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS ","account.data_account_type_other_income","l10n_ec" +"4304","False","4304","VALUACIÓN DE INSTRUMENTOS FINANCIEROS A VALOR RAZONABLE CON CAMBIO EN RESULTADOS ","account.data_account_type_other_income","l10n_ec" +"4305","False","4305","OTRAS RENTAS ","account.data_account_type_other_income","l10n_ec" +"510101","False","510101","(+) INVENTARIO INICIAL DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" +"510102","False","510102","(+) COMPRAS NETAS LOCALES DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" +"510103","False","510103","(+) IMPORTACIONES DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" +"510104","False","510104","(-) INVENTARIO FINAL DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" +"510105","False","510105","(+) INVENTARIO INICIAL DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" +"510106","False","510106","(+) COMPRAS NETAS LOCALES DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" +"510107","False","510107","(+) IMPORTACIONES DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" +"510108","False","510108","(-) INVENTARIO FINAL DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" +"510109","False","510109","(+) INVENTARIO INICIAL DE PRODUCTOS EN PROCESO ","account.data_account_type_direct_costs","l10n_ec" +"510110","False","510110","(-) INVENTARIO FINAL DE PRODUCTOS EN PROCESO ","account.data_account_type_direct_costs","l10n_ec" +"510111","False","510111","(+) INVENTARIO INICIAL PRODUCTOS TERMINADOS ","account.data_account_type_direct_costs","l10n_ec" +"510112","False","510112","(-) INVENTARIO FINAL DE PRODUCTOS TERMINADOS ","account.data_account_type_direct_costs","l10n_ec" +"510201","False","510201","SUELDOS Y BENEFICIOS SOCIALES ","account.data_account_type_direct_costs","l10n_ec" +"510202","False","510202","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_direct_costs","l10n_ec" +"510301","False","510301","SUELDOS Y BENEFICIOS SOCIALES ","account.data_account_type_direct_costs","l10n_ec" +"510302","False","510302","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_direct_costs","l10n_ec" +"510401","False","510401","DEPRECIACIÓN PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_direct_costs","l10n_ec" +"510402","False","510402","DETERIORO O PÉRDIDAS DE ACTIVOS BIOLÓGICOS ","account.data_account_type_direct_costs","l10n_ec" +"510403","False","510403","DETERIORO DE PROPIEDAD, PLANTA Y EQUIPO ","account.data_account_type_direct_costs","l10n_ec" +"510404","False","510404","EFECTO VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_direct_costs","l10n_ec" +"510405","False","510405","GASTO POR GARANTÍAS EN VENTA DE PRODUCTOS O SERVICIOS ","account.data_account_type_direct_costs","l10n_ec" +"510406","False","510406","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_direct_costs","l10n_ec" +"510407","False","510407","SUMINISTROS MATERIALES Y REPUESTOS ","account.data_account_type_direct_costs","l10n_ec" +"510408","False","510408","OTROS COSTOS DE PRODUCCIÓN ","account.data_account_type_direct_costs","l10n_ec" +"520101","False","520101","SUELDOS, SALARIOS Y DEMÁS REMUNERACIONES ","account.data_account_type_expenses","l10n_ec" +"520102","False","520102","APORTES A LA SEGURIDAD SOCIAL (incluido fondo de reserva) ","account.data_account_type_expenses","l10n_ec" +"520103","False","520103","BENEFICIOS SOCIALES E INDEMNIZACIONES ","account.data_account_type_expenses","l10n_ec" +"520104","False","520104","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_expenses","l10n_ec" +"520105","False","520105","HONORARIOS, COMISIONES Y DIETAS A PERSONAS NATURALES ","account.data_account_type_expenses","l10n_ec" +"520106","False","520106","REMUNERACIONES A OTROS TRABAJADORES AUTÓNOMOS ","account.data_account_type_expenses","l10n_ec" +"520107","False","520107","HONORARIOS A EXTRANJEROS POR SERVICIOS OCASIONALES ","account.data_account_type_expenses","l10n_ec" +"520108","False","520108","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_expenses","l10n_ec" +"520109","False","520109","ARRENDAMIENTO OPERATIVO ","account.data_account_type_expenses","l10n_ec" +"520110","False","520110","COMISIONES ","account.data_account_type_expenses","l10n_ec" +"520111","False","520111","PROMOCIÓN Y PUBLICIDAD ","account.data_account_type_expenses","l10n_ec" +"520112","False","520112","COMBUSTIBLES ","account.data_account_type_expenses","l10n_ec" +"520113","False","520113","LUBRICANTES ","account.data_account_type_expenses","l10n_ec" +"520114","False","520114","SEGUROS Y REASEGUROS (primas y cesiones) ","account.data_account_type_expenses","l10n_ec" +"520115","False","520115","TRANSPORTE ","account.data_account_type_expenses","l10n_ec" +"520116","False","520116","GASTOS DE GESTIÓN (agasajos a accionistas, trabajadores y clientes) ","account.data_account_type_expenses","l10n_ec" +"520117","False","520117","GASTOS DE VIAJE ","account.data_account_type_expenses","l10n_ec" +"520118","False","520118","AGUA, ENERGÍA, LUZ Y TELECOMUNICACIONES ","account.data_account_type_expenses","l10n_ec" +"520119","False","520119","NOTARIOS Y REGISTRADORES DE LA PROPIEDAD O MERCANTILES ","account.data_account_type_expenses","l10n_ec" +"520120","False","520120","ELIMINADO ","account.data_account_type_expenses","l10n_ec" +"52012101","False","52012101","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" +"52012102","False","52012102","PROPIEDADES DE INVERSIÓN ","account.data_account_type_depreciation","l10n_ec" +"52012201","False","52012201","INTANGIBLES ","account.data_account_type_depreciation","l10n_ec" +"52012202","False","52012202","OTROS ACTIVOS ","account.data_account_type_depreciation","l10n_ec" +"52012301","False","52012301","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" +"52012401","False","52012401","MANO DE OBRA ","account.data_account_type_expenses","l10n_ec" +"52012402","False","52012402","MATERIALES ","account.data_account_type_expenses","l10n_ec" +"52012403","False","52012403","COSTOS DE PRODUCCIÓN ","account.data_account_type_expenses","l10n_ec" +"520125","False","520125","GASTO POR REESTRUCTURACIÓN ","account.data_account_type_expenses","l10n_ec" +"520126","False","520126","VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_expenses","l10n_ec" +"520128","False","520128","OTROS GASTOS ","account.data_account_type_expenses","l10n_ec" +"520201","False","520201","SUELDOS, SALARIOS Y DEMÁS REMUNERACIONES ","account.data_account_type_expenses","l10n_ec" +"520202","False","520202","APORTES A LA SEGURIDAD SOCIAL (incluido fondo de reserva) ","account.data_account_type_expenses","l10n_ec" +"520203","False","520203","BENEFICIOS SOCIALES E INDEMNIZACIONES ","account.data_account_type_expenses","l10n_ec" +"520204","False","520204","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_expenses","l10n_ec" +"520205","False","520205","HONORARIOS, COMISIONES Y DIETAS A PERSONAS NATURALES ","account.data_account_type_expenses","l10n_ec" +"520206","False","520206","REMUNERACIONES A OTROS TRABAJADORES AUTÓNOMOS ","account.data_account_type_expenses","l10n_ec" +"520207","False","520207","HONORARIOS A EXTRANJEROS POR SERVICIOS OCASIONALES ","account.data_account_type_expenses","l10n_ec" +"520208","False","520208","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_expenses","l10n_ec" +"520209","False","520209","ARRENDAMIENTO OPERATIVO ","account.data_account_type_expenses","l10n_ec" +"520210","False","520210","COMISIONES ","account.data_account_type_expenses","l10n_ec" +"520212","False","520212","COMBUSTIBLES ","account.data_account_type_expenses","l10n_ec" +"520213","False","520213","LUBRICANTES ","account.data_account_type_expenses","l10n_ec" +"520214","False","520214","SEGUROS Y REASEGUROS (primas y cesiones) ","account.data_account_type_expenses","l10n_ec" +"520215","False","520215","TRANSPORTE ","account.data_account_type_expenses","l10n_ec" +"520216","False","520216","GASTOS DE GESTIÓN (agasajos a accionistas, trabajadores y clientes) ","account.data_account_type_expenses","l10n_ec" +"520217","False","520217","GASTOS DE VIAJE ","account.data_account_type_expenses","l10n_ec" +"520218","False","520218","AGUA, ENERGÍA, LUZ Y TELECOMUNICACIONES ","account.data_account_type_expenses","l10n_ec" +"520219","False","520219","NOTARIOS Y REGISTRADORES DE LA PROPIEDAD O MERCANTILES ","account.data_account_type_expenses","l10n_ec" +"520220","False","520220","IMPUESTOS, CONTRIBUCIONES Y OTROS ","account.data_account_type_expenses","l10n_ec" +"52022101","False","52022101","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" +"52022102","False","52022102","PROPIEDADES DE INVERSIÓN ","account.data_account_type_depreciation","l10n_ec" +"52022201","False","52022201","INTANGIBLES ","account.data_account_type_expenses","l10n_ec" +"52022202","False","52022202","OTROS ACTIVOS ","account.data_account_type_expenses","l10n_ec" +"52022301","False","52022301","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" +"52022302","False","52022302","INVENTARIOS ","account.data_account_type_depreciation","l10n_ec" +"52022303","False","52022303","INSTRUMENTOS FINANCIEROS ","account.data_account_type_depreciation","l10n_ec" +"52022304","False","52022304","INTANGIBLES ","account.data_account_type_depreciation","l10n_ec" +"52022305","False","52022305","CUENTAS POR COBRAR ","account.data_account_type_depreciation","l10n_ec" +"52022306","False","52022306","OTROS ACTIVOS ","account.data_account_type_depreciation","l10n_ec" +"52022401","False","52022401","MANO DE OBRA ","account.data_account_type_expenses","l10n_ec" +"52022402","False","52022402","MATERIALES ","account.data_account_type_expenses","l10n_ec" +"52022403","False","52022403","COSTOS DE PRODUCCIÓN ","account.data_account_type_expenses","l10n_ec" +"520225","False","520225","GASTO POR REESTRUCTURACIÓN ","account.data_account_type_expenses","l10n_ec" +"520226","False","520226","VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_expenses","l10n_ec" +"520227","False","520227","GASTO IMPUESTO A LA RENTA (ACTIVOS Y PASIVOS DIFERIDOS) ","account.data_account_type_expenses","l10n_ec" +"520228","False","520228","OTROS GASTOS ","account.data_account_type_expenses","l10n_ec" +"520301","False","520301","INTERESES ","account.data_account_type_expenses","l10n_ec" +"520302","False","520302","COMISIONES ","account.data_account_type_expenses","l10n_ec" +"520303","False","520303","GASTOS DE FINANCIAMIENTO DE ACTIVOS ","account.data_account_type_expenses","l10n_ec" +"520304","False","520304","DIFERENCIA EN CAMBIO ","account.data_account_type_expenses","l10n_ec" +"520305","False","520305","OTROS GASTOS FINANCIEROS ","account.data_account_type_expenses","l10n_ec" +"520401","False","520401","PERDIDA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS ","account.data_account_type_expenses","l10n_ec" +"520402","False","520402","OTROS ","account.data_account_type_expenses","l10n_ec" \ No newline at end of file diff --git a/l10n_ec/data/account_chart_template.xml b/l10n_ec/data/account_chart_template.xml new file mode 100644 index 00000000..d1b9638e --- /dev/null +++ b/l10n_ec/data/account_chart_template.xml @@ -0,0 +1,19 @@ + + + + + TRANSFERENCIAS INTERNAS (DE PASO) + 1010199 + + + + + Plan de Cuentas Ecuador - Niif Base + + + + + + + + diff --git a/l10n_ec/data/account_chart_template.yml b/l10n_ec/data/account_chart_template.yml new file mode 100644 index 00000000..13ce9bbf --- /dev/null +++ b/l10n_ec/data/account_chart_template.yml @@ -0,0 +1,3 @@ +- + !python {model: account.chart.template, id: l10n_ec}: | + self[0].try_loading_for_current_company() diff --git a/l10n_ec/static/description/icon.png b/l10n_ec/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..75ebd3a6799ae193a92262ee01c7079fd8b0d3e7 GIT binary patch literal 29093 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 Date: Sat, 19 Nov 2016 02:33:18 +0100 Subject: [PATCH 5/9] [UPD] addons table in README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 02832bd1..b0b09cac 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,13 @@ La presente localización pretende implementar las siguienes soluciones: All the modules you need to run Odoo in Ecuador. [//]: # (addons) +Available addons +---------------- +addon | version | summary +--- | --- | --- +[l10n_ec](l10n_ec/) | 9.0.1.0.0 | Agrega el plan de cuentas de la Supercias. +[l10n_ec_ote](l10n_ec_ote/) | 9.0.1.0.0 | Ecuador's Geopolitical Information. + [//]: # (end addons) Translation Status From 1cf15d7f25d393a14da8f3fbe3c3bf15b722f532 Mon Sep 17 00:00:00 2001 From: OCA Git Bot Date: Sat, 19 Nov 2016 04:34:50 +0100 Subject: [PATCH 6/9] [ADD] setup.py --- setup/l10n_ec/odoo_addons/__init__.py | 1 + setup/l10n_ec/odoo_addons/l10n_ec | 1 + setup/l10n_ec/setup.py | 6 ++++++ setup/l10n_ec_ote/odoo_addons/__init__.py | 1 + setup/l10n_ec_ote/odoo_addons/l10n_ec_ote | 1 + setup/l10n_ec_ote/setup.py | 6 ++++++ 6 files changed, 16 insertions(+) create mode 100644 setup/l10n_ec/odoo_addons/__init__.py create mode 120000 setup/l10n_ec/odoo_addons/l10n_ec create mode 100644 setup/l10n_ec/setup.py create mode 100644 setup/l10n_ec_ote/odoo_addons/__init__.py create mode 120000 setup/l10n_ec_ote/odoo_addons/l10n_ec_ote create mode 100644 setup/l10n_ec_ote/setup.py diff --git a/setup/l10n_ec/odoo_addons/__init__.py b/setup/l10n_ec/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/l10n_ec/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/l10n_ec/odoo_addons/l10n_ec b/setup/l10n_ec/odoo_addons/l10n_ec new file mode 120000 index 00000000..9110623e --- /dev/null +++ b/setup/l10n_ec/odoo_addons/l10n_ec @@ -0,0 +1 @@ +../../../l10n_ec \ No newline at end of file diff --git a/setup/l10n_ec/setup.py b/setup/l10n_ec/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/l10n_ec/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/l10n_ec_ote/odoo_addons/__init__.py b/setup/l10n_ec_ote/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/l10n_ec_ote/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/l10n_ec_ote/odoo_addons/l10n_ec_ote b/setup/l10n_ec_ote/odoo_addons/l10n_ec_ote new file mode 120000 index 00000000..ba59be1a --- /dev/null +++ b/setup/l10n_ec_ote/odoo_addons/l10n_ec_ote @@ -0,0 +1 @@ +../../../l10n_ec_ote \ No newline at end of file diff --git a/setup/l10n_ec_ote/setup.py b/setup/l10n_ec_ote/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/l10n_ec_ote/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From d69f57808050a03e01c7000d60b190665d8b317f Mon Sep 17 00:00:00 2001 From: Daniel Mendieta Date: Mon, 21 Nov 2016 09:24:25 -0500 Subject: [PATCH 7/9] [MIG] Migration to v10 --- l10n_ec/README.rst | 95 ++-- l10n_ec/{__openerp__.py => __manifest__.py} | 4 +- l10n_ec/data/account.account.template.csv | 501 ++++++++++---------- l10n_ec/data/account_chart_template.xml | 2 +- l10n_ec_ote/models/res_company.py | 21 - l10n_ec_ote/views/res_company.xml | 34 -- 6 files changed, 298 insertions(+), 359 deletions(-) rename l10n_ec/{__openerp__.py => __manifest__.py} (85%) delete mode 100644 l10n_ec_ote/models/res_company.py delete mode 100644 l10n_ec_ote/views/res_company.xml diff --git a/l10n_ec/README.rst b/l10n_ec/README.rst index e7eee23b..2285ef1e 100644 --- a/l10n_ec/README.rst +++ b/l10n_ec/README.rst @@ -2,77 +2,72 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -======================= -Ecuador's Account Chart -======================= +====================================================== +Ecuador's Account Chart / Plan de Cuentas para Ecuador +====================================================== This module adds the basic chart of account of Ecuador. - * Works with the specifications of the Superintendencia de Compañías (SUPERCIAS). - * It follows the requirements for SMEs. - -Plan de cuentas para Ecuador -============================ +* Works with the specifications of the Superintendencia de Compañías (SUPERCIAS). +* It follows the requirements for SMEs. Agrega el plan de cuentas para Ecuador. - * Utiliza la clasificación de la Superintendencia de Compañías. - * Sigue los requerimientos para las PYMEs +* Utiliza la clasificación de la Superintendencia de Compañías. +* Sigue los requerimientos para las PYMEs -Installation -============ +Tested on version / Probado en la versión +========================================= +10.0-20161103 -To install this module, you need to: - * Delete the standard l10n_ec module from Odoo addons directory. - * Copy this module on the same folder, replacing the deleted one. - * Install this module, no need to install account first as this module will install and configure it properly. +Installation / Instalación +========================== -Instalación -=========== +To install this module, you need to: +* Delete the standard l10n_ec module from Odoo addons directory. +* Copy this module on the same folder, replacing the deleted one. +* Install this module, no need to install account first as this module will install and configure it properly. Para instalar este módulo se debe: - * Elimina el módulo l10n_ec de los addons de Odoo. - * Copia este módulo en el mismo directorio, reemplazando el anterior. - * Instalarlo de manera regular, no es necesario instalar account primero, este módulo lo instalará y configurará. +* Elimina el módulo l10n_ec de los addons de Odoo. +* Copia este módulo en el mismo directorio, reemplazando el anterior. +* Instalarlo de manera regular, no es necesario instalar account primero, este módulo lo instalará y configurará. -Configuration -============= +Configuration / Configuración +============================= -This module adds all the accounts as said by the Supercias but: - * You should delete the accounts that don't apply to your company. - * You should add the accounts that are not mandatory but you need. - * As Odoo doesn't use total accounts, you need to use the correct coding to group your accounts correctly, - for example, if you need a bank account, and put it inside 10101 account, you should code it as 10101xx. +This module adds all the accounts as said by the Supercias, some recommendations are: +* You should delete the accounts that don't apply to your company. +* You should add the accounts that are not mandatory but you need. +* As Odoo doesn't use total accounts, you need to use the correct coding to group your accounts correctly, for example, if you need a bank account, and put it inside 10101 account, you should code it as 10101xx. +* The account 10101 has been deleted as it's always better to use detail accounts for bank and cash journals, Odoo will create the accounts 000001 and 000002 for the default bank and cash journals, it's reccommended for you to change them to 1010101 and 1010102 or any other number you like, but you need to change the code. -Configuración -============= +Este módulo agrega las cuentas contables según la clasificación de la Supercias, sin embargo, te damos algunas recomendaciones: +* Es conveniente eliminar las cuentas contables que no vayan a ser utilizadas por su compañía. +* Debe agregar las cuentas que no son obligatorias, pero desea utilizar. +* Debido a que Odoo no usa cuentas de total, al crear una cuenta, tenga presente la codificación estándar, por ejemplo, si requiere una cuenta de bancos y colocarla dentro de 10101, su código debe ser 10101xx. +* La cuenta -Este módulo agrega las cuentas contables según la clasificación de la Supercias, sin embargo: - * Es conveniente eliminar las cuentas contables que no vayan a ser utilizadas por su compañía. - * Debe agregar las cuentas que no son obligatorias, pero desea utilizar. - * Debido a que Odoo no usa cuentas de total, al crear una cuenta, tenga presente la codificación estándar, - por ejemplo, si requiere una cuenta de bancos y colocarla dentro de 10101, su código debe ser 10101xx. - -Demonstration in runbot -======================= +Demonstration in runbot / Demostración en runbot +================================================ .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/repo/github-com-oca-l10n-ecuador-212 -Known issues / Roadmap -====================== +Known issues / Problemas conocidos +================================== + +* The default transfer account is 1010199, it's not part of Supercias's specification, but it's recommended so Odoo can use it to internal transfers, unless you know what are you doing, use it. +* This char of accounts doesn't include any tax configuration as it pretends to be compatible with any of the other localizations available. - * The odoo default journals are been created in English and they also create their respective - accounts, delete or edit them. - * The default transfer account is 1010199, it's not part of Supercias's specification. - * It's better if you remove the account 10101 and create new ones with codes 10101xx for your bank and cash accounts. +* La cuenta de transferencias por defecto usada es la 1010199, la cual no forma parte de la especificación de la Supercias, sin embargo, es necesaria para que Odoo pueda realizar las transferencias internas, a menos que sepas lo que haces, no cambies esta configuración. +* Este plan de cuentas no incluye información de impuestos debido a que pretende ser compatible con las demás localizaciónes ecuatorianas disponibles. + +Roadmap / Planificación +======================= -Problemas conocidos y planificación -=================================== +* Default jornals are created in English and their sequences aren't the best for Ecuador, it's on our plans to change the standard Odoo journals. - * Los diarios por defecto de odoo se crean en inglés y crean sus respectivas cuentas contables, - es necesario editarlas o eliminarlas. - * La cuenta de transferencias por defecto usada es la 1010199, la cual no forma parte de la especificación de la Supercias. - * Tendrá mejores resultados si elimina la cuenta 10101 y crea cuentas individuales con códigos 10101xx para las cuentas de bancos y efectivo. +* Los Diarios por defecto son creados en inglés y las secuencias no son las mejores para Ecuador, está en nuestros planes cambiar los Diarios por unos más apropiados. Bug Tracker / Rastreo de Fallos =============================== diff --git a/l10n_ec/__openerp__.py b/l10n_ec/__manifest__.py similarity index 85% rename from l10n_ec/__openerp__.py rename to l10n_ec/__manifest__.py index 76c33f37..1129994d 100644 --- a/l10n_ec/__openerp__.py +++ b/l10n_ec/__manifest__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- { 'name': "Ecuador - Niif Pymes - Base", - 'summary': """Agrega el plan de cuentas de la Supercias.""", - 'version': '9.0.1.0.0', + 'summary': """Chart of Accounts Using S.""", + 'version': '10.0.1.0.0', 'author': "Fabrica de Software Libre,Odoo Community Association (OCA)", 'maintainer': 'Fabrica de Software Libre', 'website': 'http://www.libre.ec', diff --git a/l10n_ec/data/account.account.template.csv b/l10n_ec/data/account.account.template.csv index 49708311..6d7b569f 100644 --- a/l10n_ec/data/account.account.template.csv +++ b/l10n_ec/data/account.account.template.csv @@ -1,252 +1,251 @@ "id","reconcile","code","name","user_type_id/id","chart_template_id:id" -"10101","True","10101","EFECTIVO Y EQUIVALENTES AL EFECTIVO ","account.data_account_type_liquidity","l10n_ec" -"1010201","False","1010201","ACTIVOS FINANCIEROS A VALOR RAZONABLE CON CAMBIOS EN RESULTADOS ","account.data_account_type_current_assets","l10n_ec" -"1010202","False","1010202","ACTIVOS FINANCIEROS DISPONIBLES PARA LA VENTA ","account.data_account_type_current_assets","l10n_ec" -"1010203","False","1010203","ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_current_assets","l10n_ec" -"1010204","False","1010204","(-) PROVISION POR DETERIORO ","account.data_account_type_current_assets","l10n_ec" -"101020501","True","101020501","DE ACTIVIDADES ORDINARIAS QUE GENEREN INTERESES ","account.data_account_type_receivable","l10n_ec" -"101020502","True","101020502","DE ACTIVIDADES ORDINARIAS QUE NO GENEREN INTERESES ","account.data_account_type_receivable","l10n_ec" -"1010206","True","1010206","DOCUMENTOS Y CUENTAS POR COBRAR CLIENTES RELACIONADOS ","account.data_account_type_receivable","l10n_ec" -"1010207","True","1010207","OTRAS CUENTAS POR COBRAR RELACIONADAS ","account.data_account_type_receivable","l10n_ec" -"1010208","True","1010208","OTRAS CUENTAS POR COBRAR ","account.data_account_type_receivable","l10n_ec" -"1010209","False","1010209","(-) PROVISIÓN CUENTAS INCOBRABLES Y DETERIORO ","account.data_account_type_current_assets","l10n_ec" -"1010301","False","1010301","INVENTARIOS DE MATERIA PRIMA ","account.data_account_type_current_assets","l10n_ec" -"1010302","False","1010302","INVENTARIOS DE PRODUCTOS EN PROCESO ","account.data_account_type_current_assets","l10n_ec" -"1010303","False","1010303","INVENTARIOS DE SUMINISTROS O MATERIALES A SER CONSUMIDOS EN EL PROCESO DE PRODUCCIÓN ","account.data_account_type_current_assets","l10n_ec" -"1010304","False","1010304","INVENTARIOS DE SUMINISTROS O MATERIALES A SER CONSUMIDOS EN LA PRESTACIÓN DE SERVICIO ","account.data_account_type_current_assets","l10n_ec" -"1010305","False","1010305","INVENTARIOS DE PRODUCTOS TERMINADOS Y MERCADERIA EN ALMACÉN - PRODUCIDO POR LA COMPAÑÍA ","account.data_account_type_current_assets","l10n_ec" -"1010306","False","1010306","INVENTARIOS DE PRODUCTOS TERMINADOS Y MERCADERIA EN ALMACÉN - COMPRADO DE TERCEROS ","account.data_account_type_current_assets","l10n_ec" -"1010307","False","1010307","MERCADERÍAS EN TRÁNSITO ","account.data_account_type_current_assets","l10n_ec" -"1010308","False","1010308","OBRAS EN CONSTRUCCION ","account.data_account_type_current_assets","l10n_ec" -"1010309","False","1010309","OBRAS TERMINADAS ","account.data_account_type_current_assets","l10n_ec" -"1010310","False","1010310","MATERIALES O BIENES PARA LA CONSTRUCCIÓN ","account.data_account_type_current_assets","l10n_ec" -"1010311","False","1010311","INVENTARIOS REPUESTOS, HERRAMIENTAS Y ACCESORIOS ","account.data_account_type_current_assets","l10n_ec" -"1010312","False","1010312","OTROS INVENTARIOS ","account.data_account_type_current_assets","l10n_ec" -"1010313","False","1010313","(-) PROVISIÓN POR VALOR NETO DE REALIZACIÓN Y OTRAS PÉRDIDAS EN EL INVENTARIO ","account.data_account_type_current_assets","l10n_ec" -"1010401","True","1010401","SEGUROS PAGADOS POR ANTICIPADO ","account.data_account_type_prepayments","l10n_ec" -"1010402","True","1010402","ARRIENDOS PAGADOS POR ANTICIPADO ","account.data_account_type_prepayments","l10n_ec" -"1010403","True","1010403","ANTICIPOS A PROVEEDORES ","account.data_account_type_prepayments","l10n_ec" -"1010404","True","1010404","OTROS ANTICIPOS ENTREGADOS ","account.data_account_type_prepayments","l10n_ec" -"1010501","False","1010501","CRÉDITO TRIBUTARIO A FAVOR DE LA EMPRESA (IVA) ","account.data_account_type_non_current_assets","l10n_ec" -"1010502","False","1010502","CRÉDITO TRIBUTARIO A FAVOR DE LA EMPRESA ( I. R.) ","account.data_account_type_non_current_assets","l10n_ec" -"1010503","False","1010503","ANTICIPO DE IMPUESTO A LA RENTA ","account.data_account_type_non_current_assets","l10n_ec" -"10106","False","10106","ACTIVOS NO CORRIENTES MANTENIDOS PARA LA VENTA Y OPERACIONES DISCONTINUADAS ","account.data_account_type_non_current_assets","l10n_ec" -"10107","False","10107","CONSTRUCCIONES EN PROCESO (NIC 11 Y SECC.23 PYMES) ","account.data_account_type_fixed_assets","l10n_ec" -"10108","False","10108","OTROS ACTIVOS CORRIENTES ","account.data_account_type_non_current_assets","l10n_ec" -"1020101","False","1020101","TERRENOS ","account.data_account_type_fixed_assets","l10n_ec" -"1020102","False","1020102","EDIFICIOS ","account.data_account_type_fixed_assets","l10n_ec" -"1020103","False","1020103","CONTRUCCIONES EN CURSO ","account.data_account_type_fixed_assets","l10n_ec" -"1020104","False","1020104","INSTALACIONES ","account.data_account_type_fixed_assets","l10n_ec" -"1020105","False","1020105","MUEBLES Y ENSERES ","account.data_account_type_fixed_assets","l10n_ec" -"1020106","False","1020106","MAQUINARIA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" -"1020107","False","1020107","NAVES, AERONAVES, BARCAZAS Y SIMILARES ","account.data_account_type_fixed_assets","l10n_ec" -"1020108","False","1020108","EQUIPO DE COMPUTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" -"1020109","False","1020109","VEHÍCULOS, EQUIPOS DE TRANSPORTE Y EQUIPO CAMINERO MÓVIL ","account.data_account_type_fixed_assets","l10n_ec" -"1020110","False","1020110","OTROS PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" -"1020111","False","1020111","REPUESTOS Y HERRAMIENTAS ","account.data_account_type_fixed_assets","l10n_ec" -"1020112","False","1020112","(-) DEPRECIACIÓN ACUMULADA PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" -"1020113","False","1020113","(-) DETERIORO ACUMULADO DE PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_fixed_assets","l10n_ec" -"102011401","False","102011401","ACTIVOS DE EXPLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" -"102011402","False","102011402","(-) AMORTIZACIÓN ACUMULADA DE ACTIVOS DE EXLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" -"102011403","False","102011403","(-) DETERIORO ACUMULADO DE ACTIVOS DE EXPLORACIÓN Y EXPLOTACIÓN ","account.data_account_type_fixed_assets","l10n_ec" -"1020201","False","1020201","TERRENOS ","account.data_account_type_fixed_assets","l10n_ec" -"1020202","False","1020202","EDIFICIOS ","account.data_account_type_fixed_assets","l10n_ec" -"1020203","False","1020203","(-) DEPRECIACION ACUMULADA DE PROPIEDADES DE INVERSIÓN ","account.data_account_type_fixed_assets","l10n_ec" -"1020204","False","1020204","(-) DETERIORO ACUMULADO DE PROPIEDADES DE INVERSIÓN ","account.data_account_type_fixed_assets","l10n_ec" -"1020301","False","1020301","ANIMALES VIVOS EN CRECIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" -"1020302","False","1020302","ANIMALES VIVOS EN PRODUCCIÓN ","account.data_account_type_fixed_assets","l10n_ec" -"1020303","False","1020303","PLANTAS EN CRECIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" -"1020304","False","1020304","PLANTAS EN PRODUCCIÓN ","account.data_account_type_fixed_assets","l10n_ec" -"1020305","False","1020305","(-) DEPRECIACIÓN ACUMULADA DE ACTIVOS BIOLÓGICOS ","account.data_account_type_fixed_assets","l10n_ec" -"1020306","False","1020306","(-) DETERIORO ACUMULADO DE ACTIVOS BIOLÓGICOS ","account.data_account_type_fixed_assets","l10n_ec" -"1020401","False","1020401","PLUSVALÍAS ","account.data_account_type_fixed_assets","l10n_ec" -"1020402","False","1020402","MARCAS, PATENTES, DERECHOS DE LLAVE, CUOTAS PATRIMONIALES Y OTROS SIMILARES ","account.data_account_type_fixed_assets","l10n_ec" -"1020403","False","1020403","ACTIVOS DE EXPLORACION Y EXPLOTACION ","account.data_account_type_fixed_assets","l10n_ec" -"1020404","False","1020404","(-) AMORTIZACIÓN ACUMULADA DE ACTIVO INTANGIBLE ","account.data_account_type_fixed_assets","l10n_ec" -"1020405","False","1020405","(-) DETERIORO ACUMULADO DE ACTIVO INTANGIBLE ","account.data_account_type_fixed_assets","l10n_ec" -"1020406","False","1020406","OTROS INTANGIBLES ","account.data_account_type_fixed_assets","l10n_ec" -"10205","False","10205","ACTIVOS POR IMPUESTOS DIFERIDOS ","account.data_account_type_fixed_assets","l10n_ec" -"1020601","False","1020601","ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" -"1020602","False","1020602","(-) PROVISIÓN POR DETERIORO DE ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO ","account.data_account_type_fixed_assets","l10n_ec" -"1020603","False","1020603","DOCUMENTOS Y CUENTAS POR COBRAR ","account.data_account_type_fixed_assets","l10n_ec" -"1020604","False","1020604","(-) PROVISIÓN CUENTAS INCOBRABLES DE ACTIVOS FINANCIEROS NO CORRIENTES ","account.data_account_type_fixed_assets","l10n_ec" -"1020701","False","1020701","INVERSIONES SUBSIDIARIAS ","account.data_account_type_fixed_assets","l10n_ec" -"1020702","False","1020702","INVERSIONES ASOCIADAS ","account.data_account_type_fixed_assets","l10n_ec" -"1020703","False","1020703","INVERSIONES NEGOCIOS CONJUNTOS ","account.data_account_type_fixed_assets","l10n_ec" -"1020704","False","1020704","OTRAS INVERSIONES ","account.data_account_type_fixed_assets","l10n_ec" -"1020705","False","1020705","(-) PROVISIÓN VALUACIÓN DE INVERSIONES ","account.data_account_type_fixed_assets","l10n_ec" -"1020706","False","1020706","OTROS ACTIVOS NO CORRIENTES ","account.data_account_type_fixed_assets","l10n_ec" -"20101","False","20101","PASIVOS FINANCIEROS A VALOR RAZONABLE CON CAMBIOS EN RESULTADO ","account.data_account_type_current_liabilities","l10n_ec" -"20102","False","20102","PASIVOS POR CONTRATOS DE ARRENDAMIENTO FINANCIEROS ","account.data_account_type_current_liabilities","l10n_ec" -"2010301","True","2010301","LOCALES ","account.data_account_type_payable","l10n_ec" -"2010302","True","2010302","DEL EXTERIOR ","account.data_account_type_payable","l10n_ec" -"2010401","False","2010401","LOCALES ","account.data_account_type_current_liabilities","l10n_ec" -"2010402","False","2010402","DEL EXTERIOR ","account.data_account_type_current_liabilities","l10n_ec" -"2010501","False","2010501","LOCALES ","account.data_account_type_current_liabilities","l10n_ec" -"2010502","False","2010502","DEL EXTERIOR ","account.data_account_type_current_liabilities","l10n_ec" -"20106","False","20106","PORCIÓN CORRIENTE DE OBLIGACIONES EMITIDAS ","account.data_account_type_current_liabilities","l10n_ec" -"2010701","False","2010701","CON LA ADMINISTRACIÓN TRIBUTARIA ","account.data_account_type_current_liabilities","l10n_ec" -"2010702","False","2010702","IMPUESTO A LA RENTA POR PAGAR DEL EJERCICIO ","account.data_account_type_current_liabilities","l10n_ec" -"2010703","False","2010703","CON EL IESS ","account.data_account_type_current_liabilities","l10n_ec" -"2010704","False","2010704","POR BENEFICIOS DE LEY A EMPLEADOS ","account.data_account_type_current_liabilities","l10n_ec" -"2010705","False","2010705","PARTICIPACIÓN TRABAJADORES POR PAGAR DEL EJERCICIO ","account.data_account_type_current_liabilities","l10n_ec" -"2010706","False","2010706","DIVIDENDOS POR PAGAR ","account.data_account_type_current_liabilities","l10n_ec" -"20108","False","20108","CUENTAS POR PAGAR DIVERSAS – RELACIONADAS ","account.data_account_type_current_liabilities","l10n_ec" -"20109","False","20109","OTROS PASIVOS FINANCIEROS ","account.data_account_type_current_liabilities","l10n_ec" -"20110","True","20110","ANTICIPOS DE CLIENTES ","account.data_account_type_current_liabilities","l10n_ec" -"20111","False","20111","PASIVOS DIRECTAMENTE ASOCIADOS CON LOS ACTIVOS NO CORRIENTES Y OPERACIONES DISCONTINUADAS ","account.data_account_type_current_liabilities","l10n_ec" -"2011201","False","2011201","JUBILACIÓN PATRONAL ","account.data_account_type_current_liabilities","l10n_ec" -"2011202","False","2011202","OTROS BENEFICIOS A LARGO PLAZO PARA LOS EMPLEADOS ","account.data_account_type_current_liabilities","l10n_ec" -"20113","False","20113","OTROS PASIVOS CORRIENTES ","account.data_account_type_current_liabilities","l10n_ec" -"20201","False","20201","PASIVOS POR CONTRATOS DE ARRENDAMIENTO FINANCIERO ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020201","False","2020201","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020202","False","2020202","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020301","False","2020301","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020302","False","2020302","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020401","False","2020401","LOCALES ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020402","False","2020402","DEL EXTERIOR ","account.data_account_type_non_current_liabilities","l10n_ec" -"20205","False","20205","OBLIGACIONES EMITIDAS ","account.data_account_type_non_current_liabilities","l10n_ec" -"20206","True","20206","ANTICIPOS DE CLIENTES ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020701","False","2020701","JUBILACIÓN PATRONAL ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020702","False","2020702","OTROS BENEFICIOS NO CORRIENTES PARA LOS EMPLEADOS ","account.data_account_type_non_current_liabilities","l10n_ec" -"20208","False","20208","OTRAS PROVISIONES ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020901","False","2020901","INGRESOS DIFERIDOS ","account.data_account_type_non_current_liabilities","l10n_ec" -"2020902","False","2020902","PASIVOS POR IMPUESTOS DIFERIDOS ","account.data_account_type_non_current_liabilities","l10n_ec" -"20210","False","20210","OTROS PASIVOS NO CORRIENTES ","account.data_account_type_non_current_liabilities","l10n_ec" -"30101","False","30101","CAPITAL SUSCRITO o ASIGNADO ","account.data_account_type_equity","l10n_ec" -"30102","False","30102","(-) CAPITAL SUSCRITO NO PAGADO, ACCIONES EN TESORERÍA ","account.data_account_type_equity","l10n_ec" -"302","False","302","APORTES DE SOCIOS O ACCIONISTAS PARA FUTURA CAPITALIZACIÓN ","account.data_account_type_equity","l10n_ec" -"303","False","303","PRIMA POR EMISION PRIMARIA DE ACCIONES ","account.data_account_type_equity","l10n_ec" -"30401","False","30401","RESERVA LEGAL ","account.data_account_type_equity","l10n_ec" -"30402","False","30402","RESERVAS FACULTATIVA Y ESTATUTARIA ","account.data_account_type_equity","l10n_ec" -"30501","False","30501","SUPERAVIT DE ACTIVOS FINANCIEROS DISPONIBLES PARA LA VENTA ","account.data_account_type_equity","l10n_ec" -"30502","False","30502","SUPERAVIT POR REVALUACIÓN DE PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_equity","l10n_ec" -"30503","False","30503","SUPERAVIT POR REVALUACION DE ACTIVOS INTANGIBLES ","account.data_account_type_equity","l10n_ec" -"30504","False","30504","OTROS SUPERAVIT POR REVALUACION ","account.data_account_type_equity","l10n_ec" -"30601","False","30601","GANACIAS ACUMULADAS ","account.data_account_type_equity","l10n_ec" -"30602","False","30602","(-) PÉRDIDAS ACUMULADAS ","account.data_account_type_equity","l10n_ec" -"30603","False","30603","RESULTADOS ACUMULADOS PROVENIENTES DE LA ADOPCIÓN POR PRIMERA VEZ DE LAS NIIF ","account.data_account_type_equity","l10n_ec" -"30604","False","30604","RESERVA DE CAPITAL ","account.data_account_type_equity","l10n_ec" -"30605","False","30605","RESERVA POR DONACIONES ","account.data_account_type_equity","l10n_ec" -"30606","False","30606","RESERVA POR VALUACIÓN ","account.data_account_type_equity","l10n_ec" -"30607","False","30607","SUPERÁVIT POR REVALUACIÓN DE INVERSIONES ","account.data_account_type_equity","l10n_ec" -"30701","False","30701","GANANCIA NETA DEL PERIODO ","account.data_account_type_equity","l10n_ec" -"30702","False","30702","(-) PÉRDIDA NETA DEL PERIODO ","account.data_account_type_equity","l10n_ec" -"31","False","31","PARTICIPACIÓN NO CONTROLADORA ","account.data_account_type_equity","l10n_ec" -"4101","False","4101","VENTA DE BIENES ","account.data_account_type_revenue","l10n_ec" -"4102","False","4102","PRESTACIÓN DE SERVICIOS ","account.data_account_type_revenue","l10n_ec" -"4103","False","4103","CONTRATOS DE CONSTRUCCIÓN ","account.data_account_type_revenue","l10n_ec" -"4104","False","4104","SUBVENCIONES DEL GOBIERNO ","account.data_account_type_revenue","l10n_ec" -"4105","False","4105","REGALÍAS ","account.data_account_type_revenue","l10n_ec" -"410601","False","410601","INTERESES GENERADOS POR VENTAS A CRÉDITO ","account.data_account_type_revenue","l10n_ec" -"410602","False","410602","OTROS INTERESES GENERADOS ","account.data_account_type_revenue","l10n_ec" -"4107","False","4107","DIVIDENDOS ","account.data_account_type_revenue","l10n_ec" -"4108","False","4108","GANANCIA POR MEDICIÓN A VALOR RAZONABLE DE ACTIVOS BIOLÓGICOS ","account.data_account_type_revenue","l10n_ec" -"4109","False","4109","OTROS INGRESOS DE ACTIVIDADES ORDINARIAS ","account.data_account_type_revenue","l10n_ec" -"4110","False","4110","(-) DESCUENTO EN VENTAS ","account.data_account_type_revenue","l10n_ec" -"4111","False","4111","(-) DEVOLUCIONES EN VENTAS ","account.data_account_type_revenue","l10n_ec" -"4112","False","4112","(-) BONIFICACIÓN EN PRODUCTO ","account.data_account_type_revenue","l10n_ec" -"4113","False","4113","(-) OTRAS REBAJAS COMERCIALES ","account.data_account_type_revenue","l10n_ec" -"4301","False","4301","DIVIDENDOS ","account.data_account_type_other_income","l10n_ec" -"4302","False","4302","INTERESES FINANCIEROS ","account.data_account_type_other_income","l10n_ec" -"4303","False","4303","GANANCIA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS ","account.data_account_type_other_income","l10n_ec" -"4304","False","4304","VALUACIÓN DE INSTRUMENTOS FINANCIEROS A VALOR RAZONABLE CON CAMBIO EN RESULTADOS ","account.data_account_type_other_income","l10n_ec" -"4305","False","4305","OTRAS RENTAS ","account.data_account_type_other_income","l10n_ec" -"510101","False","510101","(+) INVENTARIO INICIAL DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" -"510102","False","510102","(+) COMPRAS NETAS LOCALES DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" -"510103","False","510103","(+) IMPORTACIONES DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" -"510104","False","510104","(-) INVENTARIO FINAL DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA ","account.data_account_type_direct_costs","l10n_ec" -"510105","False","510105","(+) INVENTARIO INICIAL DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" -"510106","False","510106","(+) COMPRAS NETAS LOCALES DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" -"510107","False","510107","(+) IMPORTACIONES DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" -"510108","False","510108","(-) INVENTARIO FINAL DE MATERIA PRIMA ","account.data_account_type_direct_costs","l10n_ec" -"510109","False","510109","(+) INVENTARIO INICIAL DE PRODUCTOS EN PROCESO ","account.data_account_type_direct_costs","l10n_ec" -"510110","False","510110","(-) INVENTARIO FINAL DE PRODUCTOS EN PROCESO ","account.data_account_type_direct_costs","l10n_ec" -"510111","False","510111","(+) INVENTARIO INICIAL PRODUCTOS TERMINADOS ","account.data_account_type_direct_costs","l10n_ec" -"510112","False","510112","(-) INVENTARIO FINAL DE PRODUCTOS TERMINADOS ","account.data_account_type_direct_costs","l10n_ec" -"510201","False","510201","SUELDOS Y BENEFICIOS SOCIALES ","account.data_account_type_direct_costs","l10n_ec" -"510202","False","510202","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_direct_costs","l10n_ec" -"510301","False","510301","SUELDOS Y BENEFICIOS SOCIALES ","account.data_account_type_direct_costs","l10n_ec" -"510302","False","510302","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_direct_costs","l10n_ec" -"510401","False","510401","DEPRECIACIÓN PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_direct_costs","l10n_ec" -"510402","False","510402","DETERIORO O PÉRDIDAS DE ACTIVOS BIOLÓGICOS ","account.data_account_type_direct_costs","l10n_ec" -"510403","False","510403","DETERIORO DE PROPIEDAD, PLANTA Y EQUIPO ","account.data_account_type_direct_costs","l10n_ec" -"510404","False","510404","EFECTO VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_direct_costs","l10n_ec" -"510405","False","510405","GASTO POR GARANTÍAS EN VENTA DE PRODUCTOS O SERVICIOS ","account.data_account_type_direct_costs","l10n_ec" -"510406","False","510406","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_direct_costs","l10n_ec" -"510407","False","510407","SUMINISTROS MATERIALES Y REPUESTOS ","account.data_account_type_direct_costs","l10n_ec" -"510408","False","510408","OTROS COSTOS DE PRODUCCIÓN ","account.data_account_type_direct_costs","l10n_ec" -"520101","False","520101","SUELDOS, SALARIOS Y DEMÁS REMUNERACIONES ","account.data_account_type_expenses","l10n_ec" -"520102","False","520102","APORTES A LA SEGURIDAD SOCIAL (incluido fondo de reserva) ","account.data_account_type_expenses","l10n_ec" -"520103","False","520103","BENEFICIOS SOCIALES E INDEMNIZACIONES ","account.data_account_type_expenses","l10n_ec" -"520104","False","520104","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_expenses","l10n_ec" -"520105","False","520105","HONORARIOS, COMISIONES Y DIETAS A PERSONAS NATURALES ","account.data_account_type_expenses","l10n_ec" -"520106","False","520106","REMUNERACIONES A OTROS TRABAJADORES AUTÓNOMOS ","account.data_account_type_expenses","l10n_ec" -"520107","False","520107","HONORARIOS A EXTRANJEROS POR SERVICIOS OCASIONALES ","account.data_account_type_expenses","l10n_ec" -"520108","False","520108","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_expenses","l10n_ec" -"520109","False","520109","ARRENDAMIENTO OPERATIVO ","account.data_account_type_expenses","l10n_ec" -"520110","False","520110","COMISIONES ","account.data_account_type_expenses","l10n_ec" -"520111","False","520111","PROMOCIÓN Y PUBLICIDAD ","account.data_account_type_expenses","l10n_ec" -"520112","False","520112","COMBUSTIBLES ","account.data_account_type_expenses","l10n_ec" -"520113","False","520113","LUBRICANTES ","account.data_account_type_expenses","l10n_ec" -"520114","False","520114","SEGUROS Y REASEGUROS (primas y cesiones) ","account.data_account_type_expenses","l10n_ec" -"520115","False","520115","TRANSPORTE ","account.data_account_type_expenses","l10n_ec" -"520116","False","520116","GASTOS DE GESTIÓN (agasajos a accionistas, trabajadores y clientes) ","account.data_account_type_expenses","l10n_ec" -"520117","False","520117","GASTOS DE VIAJE ","account.data_account_type_expenses","l10n_ec" -"520118","False","520118","AGUA, ENERGÍA, LUZ Y TELECOMUNICACIONES ","account.data_account_type_expenses","l10n_ec" -"520119","False","520119","NOTARIOS Y REGISTRADORES DE LA PROPIEDAD O MERCANTILES ","account.data_account_type_expenses","l10n_ec" -"520120","False","520120","ELIMINADO ","account.data_account_type_expenses","l10n_ec" -"52012101","False","52012101","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" -"52012102","False","52012102","PROPIEDADES DE INVERSIÓN ","account.data_account_type_depreciation","l10n_ec" -"52012201","False","52012201","INTANGIBLES ","account.data_account_type_depreciation","l10n_ec" -"52012202","False","52012202","OTROS ACTIVOS ","account.data_account_type_depreciation","l10n_ec" -"52012301","False","52012301","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" -"52012401","False","52012401","MANO DE OBRA ","account.data_account_type_expenses","l10n_ec" -"52012402","False","52012402","MATERIALES ","account.data_account_type_expenses","l10n_ec" -"52012403","False","52012403","COSTOS DE PRODUCCIÓN ","account.data_account_type_expenses","l10n_ec" -"520125","False","520125","GASTO POR REESTRUCTURACIÓN ","account.data_account_type_expenses","l10n_ec" -"520126","False","520126","VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_expenses","l10n_ec" -"520128","False","520128","OTROS GASTOS ","account.data_account_type_expenses","l10n_ec" -"520201","False","520201","SUELDOS, SALARIOS Y DEMÁS REMUNERACIONES ","account.data_account_type_expenses","l10n_ec" -"520202","False","520202","APORTES A LA SEGURIDAD SOCIAL (incluido fondo de reserva) ","account.data_account_type_expenses","l10n_ec" -"520203","False","520203","BENEFICIOS SOCIALES E INDEMNIZACIONES ","account.data_account_type_expenses","l10n_ec" -"520204","False","520204","GASTO PLANES DE BENEFICIOS A EMPLEADOS ","account.data_account_type_expenses","l10n_ec" -"520205","False","520205","HONORARIOS, COMISIONES Y DIETAS A PERSONAS NATURALES ","account.data_account_type_expenses","l10n_ec" -"520206","False","520206","REMUNERACIONES A OTROS TRABAJADORES AUTÓNOMOS ","account.data_account_type_expenses","l10n_ec" -"520207","False","520207","HONORARIOS A EXTRANJEROS POR SERVICIOS OCASIONALES ","account.data_account_type_expenses","l10n_ec" -"520208","False","520208","MANTENIMIENTO Y REPARACIONES ","account.data_account_type_expenses","l10n_ec" -"520209","False","520209","ARRENDAMIENTO OPERATIVO ","account.data_account_type_expenses","l10n_ec" -"520210","False","520210","COMISIONES ","account.data_account_type_expenses","l10n_ec" -"520212","False","520212","COMBUSTIBLES ","account.data_account_type_expenses","l10n_ec" -"520213","False","520213","LUBRICANTES ","account.data_account_type_expenses","l10n_ec" -"520214","False","520214","SEGUROS Y REASEGUROS (primas y cesiones) ","account.data_account_type_expenses","l10n_ec" -"520215","False","520215","TRANSPORTE ","account.data_account_type_expenses","l10n_ec" -"520216","False","520216","GASTOS DE GESTIÓN (agasajos a accionistas, trabajadores y clientes) ","account.data_account_type_expenses","l10n_ec" -"520217","False","520217","GASTOS DE VIAJE ","account.data_account_type_expenses","l10n_ec" -"520218","False","520218","AGUA, ENERGÍA, LUZ Y TELECOMUNICACIONES ","account.data_account_type_expenses","l10n_ec" -"520219","False","520219","NOTARIOS Y REGISTRADORES DE LA PROPIEDAD O MERCANTILES ","account.data_account_type_expenses","l10n_ec" -"520220","False","520220","IMPUESTOS, CONTRIBUCIONES Y OTROS ","account.data_account_type_expenses","l10n_ec" -"52022101","False","52022101","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" -"52022102","False","52022102","PROPIEDADES DE INVERSIÓN ","account.data_account_type_depreciation","l10n_ec" -"52022201","False","52022201","INTANGIBLES ","account.data_account_type_expenses","l10n_ec" -"52022202","False","52022202","OTROS ACTIVOS ","account.data_account_type_expenses","l10n_ec" -"52022301","False","52022301","PROPIEDADES, PLANTA Y EQUIPO ","account.data_account_type_depreciation","l10n_ec" -"52022302","False","52022302","INVENTARIOS ","account.data_account_type_depreciation","l10n_ec" -"52022303","False","52022303","INSTRUMENTOS FINANCIEROS ","account.data_account_type_depreciation","l10n_ec" -"52022304","False","52022304","INTANGIBLES ","account.data_account_type_depreciation","l10n_ec" -"52022305","False","52022305","CUENTAS POR COBRAR ","account.data_account_type_depreciation","l10n_ec" -"52022306","False","52022306","OTROS ACTIVOS ","account.data_account_type_depreciation","l10n_ec" -"52022401","False","52022401","MANO DE OBRA ","account.data_account_type_expenses","l10n_ec" -"52022402","False","52022402","MATERIALES ","account.data_account_type_expenses","l10n_ec" -"52022403","False","52022403","COSTOS DE PRODUCCIÓN ","account.data_account_type_expenses","l10n_ec" -"520225","False","520225","GASTO POR REESTRUCTURACIÓN ","account.data_account_type_expenses","l10n_ec" -"520226","False","520226","VALOR NETO DE REALIZACIÓN DE INVENTARIOS ","account.data_account_type_expenses","l10n_ec" -"520227","False","520227","GASTO IMPUESTO A LA RENTA (ACTIVOS Y PASIVOS DIFERIDOS) ","account.data_account_type_expenses","l10n_ec" -"520228","False","520228","OTROS GASTOS ","account.data_account_type_expenses","l10n_ec" -"520301","False","520301","INTERESES ","account.data_account_type_expenses","l10n_ec" -"520302","False","520302","COMISIONES ","account.data_account_type_expenses","l10n_ec" -"520303","False","520303","GASTOS DE FINANCIAMIENTO DE ACTIVOS ","account.data_account_type_expenses","l10n_ec" -"520304","False","520304","DIFERENCIA EN CAMBIO ","account.data_account_type_expenses","l10n_ec" -"520305","False","520305","OTROS GASTOS FINANCIEROS ","account.data_account_type_expenses","l10n_ec" -"520401","False","520401","PERDIDA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS ","account.data_account_type_expenses","l10n_ec" -"520402","False","520402","OTROS ","account.data_account_type_expenses","l10n_ec" \ No newline at end of file +"1010201","False","1010201","ACTIVOS FINANCIEROS A VALOR RAZONABLE CON CAMBIOS EN RESULTADOS","account.data_account_type_current_assets","l10n_ec" +"1010202","False","1010202","ACTIVOS FINANCIEROS DISPONIBLES PARA LA VENTA","account.data_account_type_current_assets","l10n_ec" +"1010203","False","1010203","ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO","account.data_account_type_current_assets","l10n_ec" +"1010204","False","1010204","(-) PROVISION POR DETERIORO","account.data_account_type_current_assets","l10n_ec" +"101020501","True","101020501","DE ACTIVIDADES ORDINARIAS QUE GENEREN INTERESES","account.data_account_type_receivable","l10n_ec" +"101020502","True","101020502","DE ACTIVIDADES ORDINARIAS QUE NO GENEREN INTERESES","account.data_account_type_receivable","l10n_ec" +"1010206","True","1010206","DOCUMENTOS Y CUENTAS POR COBRAR CLIENTES RELACIONADOS","account.data_account_type_receivable","l10n_ec" +"1010207","True","1010207","OTRAS CUENTAS POR COBRAR RELACIONADAS","account.data_account_type_receivable","l10n_ec" +"1010208","True","1010208","OTRAS CUENTAS POR COBRAR","account.data_account_type_receivable","l10n_ec" +"1010209","False","1010209","(-) PROVISIÓN CUENTAS INCOBRABLES Y DETERIORO","account.data_account_type_current_assets","l10n_ec" +"1010301","False","1010301","INVENTARIOS DE MATERIA PRIMA","account.data_account_type_current_assets","l10n_ec" +"1010302","False","1010302","INVENTARIOS DE PRODUCTOS EN PROCESO","account.data_account_type_current_assets","l10n_ec" +"1010303","False","1010303","INVENTARIOS DE SUMINISTROS O MATERIALES A SER CONSUMIDOS EN EL PROCESO DE PRODUCCIÓN","account.data_account_type_current_assets","l10n_ec" +"1010304","False","1010304","INVENTARIOS DE SUMINISTROS O MATERIALES A SER CONSUMIDOS EN LA PRESTACIÓN DE SERVICIO","account.data_account_type_current_assets","l10n_ec" +"1010305","False","1010305","INVENTARIOS DE PRODUCTOS TERMINADOS Y MERCADERIA EN ALMACÉN - PRODUCIDO POR LA COMPAÑÍA","account.data_account_type_current_assets","l10n_ec" +"1010306","False","1010306","INVENTARIOS DE PRODUCTOS TERMINADOS Y MERCADERIA EN ALMACÉN - COMPRADO DE TERCEROS","account.data_account_type_current_assets","l10n_ec" +"1010307","False","1010307","MERCADERÍAS EN TRÁNSITO","account.data_account_type_current_assets","l10n_ec" +"1010308","False","1010308","OBRAS EN CONSTRUCCION","account.data_account_type_current_assets","l10n_ec" +"1010309","False","1010309","OBRAS TERMINADAS","account.data_account_type_current_assets","l10n_ec" +"1010310","False","1010310","MATERIALES O BIENES PARA LA CONSTRUCCIÓN","account.data_account_type_current_assets","l10n_ec" +"1010311","False","1010311","INVENTARIOS REPUESTOS, HERRAMIENTAS Y ACCESORIOS","account.data_account_type_current_assets","l10n_ec" +"1010312","False","1010312","OTROS INVENTARIOS","account.data_account_type_current_assets","l10n_ec" +"1010313","False","1010313","(-) PROVISIÓN POR VALOR NETO DE REALIZACIÓN Y OTRAS PÉRDIDAS EN EL INVENTARIO","account.data_account_type_current_assets","l10n_ec" +"1010401","True","1010401","SEGUROS PAGADOS POR ANTICIPADO","account.data_account_type_prepayments","l10n_ec" +"1010402","True","1010402","ARRIENDOS PAGADOS POR ANTICIPADO","account.data_account_type_prepayments","l10n_ec" +"1010403","True","1010403","ANTICIPOS A PROVEEDORES","account.data_account_type_prepayments","l10n_ec" +"1010404","True","1010404","OTROS ANTICIPOS ENTREGADOS","account.data_account_type_prepayments","l10n_ec" +"1010501","False","1010501","CRÉDITO TRIBUTARIO A FAVOR DE LA EMPRESA (IVA)","account.data_account_type_non_current_assets","l10n_ec" +"1010502","False","1010502","CRÉDITO TRIBUTARIO A FAVOR DE LA EMPRESA ( I. R.)","account.data_account_type_non_current_assets","l10n_ec" +"1010503","False","1010503","ANTICIPO DE IMPUESTO A LA RENTA","account.data_account_type_non_current_assets","l10n_ec" +"10106","False","10106","ACTIVOS NO CORRIENTES MANTENIDOS PARA LA VENTA Y OPERACIONES DISCONTINUADAS","account.data_account_type_non_current_assets","l10n_ec" +"10107","False","10107","CONSTRUCCIONES EN PROCESO (NIC 11 Y SECC.23 PYMES)","account.data_account_type_fixed_assets","l10n_ec" +"10108","False","10108","OTROS ACTIVOS CORRIENTES","account.data_account_type_non_current_assets","l10n_ec" +"1020101","False","1020101","TERRENOS","account.data_account_type_fixed_assets","l10n_ec" +"1020102","False","1020102","EDIFICIOS","account.data_account_type_fixed_assets","l10n_ec" +"1020103","False","1020103","CONTRUCCIONES EN CURSO","account.data_account_type_fixed_assets","l10n_ec" +"1020104","False","1020104","INSTALACIONES","account.data_account_type_fixed_assets","l10n_ec" +"1020105","False","1020105","MUEBLES Y ENSERES","account.data_account_type_fixed_assets","l10n_ec" +"1020106","False","1020106","MAQUINARIA Y EQUIPO","account.data_account_type_fixed_assets","l10n_ec" +"1020107","False","1020107","NAVES, AERONAVES, BARCAZAS Y SIMILARES","account.data_account_type_fixed_assets","l10n_ec" +"1020108","False","1020108","EQUIPO DE COMPUTACIÓN","account.data_account_type_fixed_assets","l10n_ec" +"1020109","False","1020109","VEHÍCULOS, EQUIPOS DE TRANSPORTE Y EQUIPO CAMINERO MÓVIL","account.data_account_type_fixed_assets","l10n_ec" +"1020110","False","1020110","OTROS PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_fixed_assets","l10n_ec" +"1020111","False","1020111","REPUESTOS Y HERRAMIENTAS","account.data_account_type_fixed_assets","l10n_ec" +"1020112","False","1020112","(-) DEPRECIACIÓN ACUMULADA PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_fixed_assets","l10n_ec" +"1020113","False","1020113","(-) DETERIORO ACUMULADO DE PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_fixed_assets","l10n_ec" +"102011401","False","102011401","ACTIVOS DE EXPLORACIÓN Y EXPLOTACIÓN","account.data_account_type_fixed_assets","l10n_ec" +"102011402","False","102011402","(-) AMORTIZACIÓN ACUMULADA DE ACTIVOS DE EXLORACIÓN Y EXPLOTACIÓN","account.data_account_type_fixed_assets","l10n_ec" +"102011403","False","102011403","(-) DETERIORO ACUMULADO DE ACTIVOS DE EXPLORACIÓN Y EXPLOTACIÓN","account.data_account_type_fixed_assets","l10n_ec" +"1020201","False","1020201","TERRENOS","account.data_account_type_fixed_assets","l10n_ec" +"1020202","False","1020202","EDIFICIOS","account.data_account_type_fixed_assets","l10n_ec" +"1020203","False","1020203","(-) DEPRECIACION ACUMULADA DE PROPIEDADES DE INVERSIÓN","account.data_account_type_fixed_assets","l10n_ec" +"1020204","False","1020204","(-) DETERIORO ACUMULADO DE PROPIEDADES DE INVERSIÓN","account.data_account_type_fixed_assets","l10n_ec" +"1020301","False","1020301","ANIMALES VIVOS EN CRECIMIENTO","account.data_account_type_fixed_assets","l10n_ec" +"1020302","False","1020302","ANIMALES VIVOS EN PRODUCCIÓN","account.data_account_type_fixed_assets","l10n_ec" +"1020303","False","1020303","PLANTAS EN CRECIMIENTO","account.data_account_type_fixed_assets","l10n_ec" +"1020304","False","1020304","PLANTAS EN PRODUCCIÓN","account.data_account_type_fixed_assets","l10n_ec" +"1020305","False","1020305","(-) DEPRECIACIÓN ACUMULADA DE ACTIVOS BIOLÓGICOS","account.data_account_type_fixed_assets","l10n_ec" +"1020306","False","1020306","(-) DETERIORO ACUMULADO DE ACTIVOS BIOLÓGICOS","account.data_account_type_fixed_assets","l10n_ec" +"1020401","False","1020401","PLUSVALÍAS","account.data_account_type_fixed_assets","l10n_ec" +"1020402","False","1020402","MARCAS, PATENTES, DERECHOS DE LLAVE, CUOTAS PATRIMONIALES Y OTROS SIMILARES","account.data_account_type_fixed_assets","l10n_ec" +"1020403","False","1020403","ACTIVOS DE EXPLORACION Y EXPLOTACION","account.data_account_type_fixed_assets","l10n_ec" +"1020404","False","1020404","(-) AMORTIZACIÓN ACUMULADA DE ACTIVO INTANGIBLE","account.data_account_type_fixed_assets","l10n_ec" +"1020405","False","1020405","(-) DETERIORO ACUMULADO DE ACTIVO INTANGIBLE","account.data_account_type_fixed_assets","l10n_ec" +"1020406","False","1020406","OTROS INTANGIBLES","account.data_account_type_fixed_assets","l10n_ec" +"10205","False","10205","ACTIVOS POR IMPUESTOS DIFERIDOS","account.data_account_type_fixed_assets","l10n_ec" +"1020601","False","1020601","ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO","account.data_account_type_fixed_assets","l10n_ec" +"1020602","False","1020602","(-) PROVISIÓN POR DETERIORO DE ACTIVOS FINANCIEROS MANTENIDOS HASTA EL VENCIMIENTO","account.data_account_type_fixed_assets","l10n_ec" +"1020603","False","1020603","DOCUMENTOS Y CUENTAS POR COBRAR","account.data_account_type_fixed_assets","l10n_ec" +"1020604","False","1020604","(-) PROVISIÓN CUENTAS INCOBRABLES DE ACTIVOS FINANCIEROS NO CORRIENTES","account.data_account_type_fixed_assets","l10n_ec" +"1020701","False","1020701","INVERSIONES SUBSIDIARIAS","account.data_account_type_fixed_assets","l10n_ec" +"1020702","False","1020702","INVERSIONES ASOCIADAS","account.data_account_type_fixed_assets","l10n_ec" +"1020703","False","1020703","INVERSIONES NEGOCIOS CONJUNTOS","account.data_account_type_fixed_assets","l10n_ec" +"1020704","False","1020704","OTRAS INVERSIONES","account.data_account_type_fixed_assets","l10n_ec" +"1020705","False","1020705","(-) PROVISIÓN VALUACIÓN DE INVERSIONES","account.data_account_type_fixed_assets","l10n_ec" +"1020706","False","1020706","OTROS ACTIVOS NO CORRIENTES","account.data_account_type_fixed_assets","l10n_ec" +"20101","False","20101","PASIVOS FINANCIEROS A VALOR RAZONABLE CON CAMBIOS EN RESULTADO","account.data_account_type_current_liabilities","l10n_ec" +"20102","False","20102","PASIVOS POR CONTRATOS DE ARRENDAMIENTO FINANCIEROS","account.data_account_type_current_liabilities","l10n_ec" +"2010301","True","2010301","LOCALES","account.data_account_type_payable","l10n_ec" +"2010302","True","2010302","DEL EXTERIOR","account.data_account_type_payable","l10n_ec" +"2010401","False","2010401","LOCALES","account.data_account_type_current_liabilities","l10n_ec" +"2010402","False","2010402","DEL EXTERIOR","account.data_account_type_current_liabilities","l10n_ec" +"2010501","False","2010501","LOCALES","account.data_account_type_current_liabilities","l10n_ec" +"2010502","False","2010502","DEL EXTERIOR","account.data_account_type_current_liabilities","l10n_ec" +"20106","False","20106","PORCIÓN CORRIENTE DE OBLIGACIONES EMITIDAS","account.data_account_type_current_liabilities","l10n_ec" +"2010701","False","2010701","CON LA ADMINISTRACIÓN TRIBUTARIA","account.data_account_type_current_liabilities","l10n_ec" +"2010702","False","2010702","IMPUESTO A LA RENTA POR PAGAR DEL EJERCICIO","account.data_account_type_current_liabilities","l10n_ec" +"2010703","False","2010703","CON EL IESS","account.data_account_type_current_liabilities","l10n_ec" +"2010704","False","2010704","POR BENEFICIOS DE LEY A EMPLEADOS","account.data_account_type_current_liabilities","l10n_ec" +"2010705","False","2010705","PARTICIPACIÓN TRABAJADORES POR PAGAR DEL EJERCICIO","account.data_account_type_current_liabilities","l10n_ec" +"2010706","False","2010706","DIVIDENDOS POR PAGAR","account.data_account_type_current_liabilities","l10n_ec" +"20108","False","20108","CUENTAS POR PAGAR DIVERSAS – RELACIONADAS","account.data_account_type_current_liabilities","l10n_ec" +"20109","False","20109","OTROS PASIVOS FINANCIEROS","account.data_account_type_current_liabilities","l10n_ec" +"20110","True","20110","ANTICIPOS DE CLIENTES","account.data_account_type_current_liabilities","l10n_ec" +"20111","False","20111","PASIVOS DIRECTAMENTE ASOCIADOS CON LOS ACTIVOS NO CORRIENTES Y OPERACIONES DISCONTINUADAS","account.data_account_type_current_liabilities","l10n_ec" +"2011201","False","2011201","JUBILACIÓN PATRONAL","account.data_account_type_current_liabilities","l10n_ec" +"2011202","False","2011202","OTROS BENEFICIOS A LARGO PLAZO PARA LOS EMPLEADOS","account.data_account_type_current_liabilities","l10n_ec" +"20113","False","20113","OTROS PASIVOS CORRIENTES","account.data_account_type_current_liabilities","l10n_ec" +"20201","False","20201","PASIVOS POR CONTRATOS DE ARRENDAMIENTO FINANCIERO","account.data_account_type_non_current_liabilities","l10n_ec" +"2020201","False","2020201","LOCALES","account.data_account_type_non_current_liabilities","l10n_ec" +"2020202","False","2020202","DEL EXTERIOR","account.data_account_type_non_current_liabilities","l10n_ec" +"2020301","False","2020301","LOCALES","account.data_account_type_non_current_liabilities","l10n_ec" +"2020302","False","2020302","DEL EXTERIOR","account.data_account_type_non_current_liabilities","l10n_ec" +"2020401","False","2020401","LOCALES","account.data_account_type_non_current_liabilities","l10n_ec" +"2020402","False","2020402","DEL EXTERIOR","account.data_account_type_non_current_liabilities","l10n_ec" +"20205","False","20205","OBLIGACIONES EMITIDAS","account.data_account_type_non_current_liabilities","l10n_ec" +"20206","True","20206","ANTICIPOS DE CLIENTES","account.data_account_type_non_current_liabilities","l10n_ec" +"2020701","False","2020701","JUBILACIÓN PATRONAL","account.data_account_type_non_current_liabilities","l10n_ec" +"2020702","False","2020702","OTROS BENEFICIOS NO CORRIENTES PARA LOS EMPLEADOS","account.data_account_type_non_current_liabilities","l10n_ec" +"20208","False","20208","OTRAS PROVISIONES","account.data_account_type_non_current_liabilities","l10n_ec" +"2020901","False","2020901","INGRESOS DIFERIDOS","account.data_account_type_non_current_liabilities","l10n_ec" +"2020902","False","2020902","PASIVOS POR IMPUESTOS DIFERIDOS","account.data_account_type_non_current_liabilities","l10n_ec" +"20210","False","20210","OTROS PASIVOS NO CORRIENTES","account.data_account_type_non_current_liabilities","l10n_ec" +"30101","False","30101","CAPITAL SUSCRITO o ASIGNADO","account.data_account_type_equity","l10n_ec" +"30102","False","30102","(-) CAPITAL SUSCRITO NO PAGADO, ACCIONES EN TESORERÍA","account.data_account_type_equity","l10n_ec" +"302","False","302","APORTES DE SOCIOS O ACCIONISTAS PARA FUTURA CAPITALIZACIÓN","account.data_account_type_equity","l10n_ec" +"303","False","303","PRIMA POR EMISION PRIMARIA DE ACCIONES","account.data_account_type_equity","l10n_ec" +"30401","False","30401","RESERVA LEGAL","account.data_account_type_equity","l10n_ec" +"30402","False","30402","RESERVAS FACULTATIVA Y ESTATUTARIA","account.data_account_type_equity","l10n_ec" +"30501","False","30501","SUPERAVIT DE ACTIVOS FINANCIEROS DISPONIBLES PARA LA VENTA","account.data_account_type_equity","l10n_ec" +"30502","False","30502","SUPERAVIT POR REVALUACIÓN DE PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_equity","l10n_ec" +"30503","False","30503","SUPERAVIT POR REVALUACION DE ACTIVOS INTANGIBLES","account.data_account_type_equity","l10n_ec" +"30504","False","30504","OTROS SUPERAVIT POR REVALUACION","account.data_account_type_equity","l10n_ec" +"30601","False","30601","GANACIAS ACUMULADAS","account.data_account_type_equity","l10n_ec" +"30602","False","30602","(-) PÉRDIDAS ACUMULADAS","account.data_account_type_equity","l10n_ec" +"30603","False","30603","RESULTADOS ACUMULADOS PROVENIENTES DE LA ADOPCIÓN POR PRIMERA VEZ DE LAS NIIF","account.data_account_type_equity","l10n_ec" +"30604","False","30604","RESERVA DE CAPITAL","account.data_account_type_equity","l10n_ec" +"30605","False","30605","RESERVA POR DONACIONES","account.data_account_type_equity","l10n_ec" +"30606","False","30606","RESERVA POR VALUACIÓN","account.data_account_type_equity","l10n_ec" +"30607","False","30607","SUPERÁVIT POR REVALUACIÓN DE INVERSIONES","account.data_account_type_equity","l10n_ec" +"30701","False","30701","GANANCIA NETA DEL PERIODO","account.data_account_type_equity","l10n_ec" +"30702","False","30702","(-) PÉRDIDA NETA DEL PERIODO","account.data_account_type_equity","l10n_ec" +"31","False","31","PARTICIPACIÓN NO CONTROLADORA","account.data_account_type_equity","l10n_ec" +"4101","False","4101","VENTA DE BIENES","account.data_account_type_revenue","l10n_ec" +"4102","False","4102","PRESTACIÓN DE SERVICIOS","account.data_account_type_revenue","l10n_ec" +"4103","False","4103","CONTRATOS DE CONSTRUCCIÓN","account.data_account_type_revenue","l10n_ec" +"4104","False","4104","SUBVENCIONES DEL GOBIERNO","account.data_account_type_revenue","l10n_ec" +"4105","False","4105","REGALÍAS","account.data_account_type_revenue","l10n_ec" +"410601","False","410601","INTERESES GENERADOS POR VENTAS A CRÉDITO","account.data_account_type_revenue","l10n_ec" +"410602","False","410602","OTROS INTERESES GENERADOS","account.data_account_type_revenue","l10n_ec" +"4107","False","4107","DIVIDENDOS","account.data_account_type_revenue","l10n_ec" +"4108","False","4108","GANANCIA POR MEDICIÓN A VALOR RAZONABLE DE ACTIVOS BIOLÓGICOS","account.data_account_type_revenue","l10n_ec" +"4109","False","4109","OTROS INGRESOS DE ACTIVIDADES ORDINARIAS","account.data_account_type_revenue","l10n_ec" +"4110","False","4110","(-) DESCUENTO EN VENTAS","account.data_account_type_revenue","l10n_ec" +"4111","False","4111","(-) DEVOLUCIONES EN VENTAS","account.data_account_type_revenue","l10n_ec" +"4112","False","4112","(-) BONIFICACIÓN EN PRODUCTO","account.data_account_type_revenue","l10n_ec" +"4113","False","4113","(-) OTRAS REBAJAS COMERCIALES","account.data_account_type_revenue","l10n_ec" +"4301","False","4301","DIVIDENDOS","account.data_account_type_other_income","l10n_ec" +"4302","False","4302","INTERESES FINANCIEROS","account.data_account_type_other_income","l10n_ec" +"4303","False","4303","GANANCIA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS","account.data_account_type_other_income","l10n_ec" +"4304","False","4304","VALUACIÓN DE INSTRUMENTOS FINANCIEROS A VALOR RAZONABLE CON CAMBIO EN RESULTADOS","account.data_account_type_other_income","l10n_ec" +"4305","False","4305","OTRAS RENTAS","account.data_account_type_other_income","l10n_ec" +"510101","False","510101","(+) INVENTARIO INICIAL DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA","account.data_account_type_direct_costs","l10n_ec" +"510102","False","510102","(+) COMPRAS NETAS LOCALES DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA","account.data_account_type_direct_costs","l10n_ec" +"510103","False","510103","(+) IMPORTACIONES DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA","account.data_account_type_direct_costs","l10n_ec" +"510104","False","510104","(-) INVENTARIO FINAL DE BIENES NO PRODUCIDOS POR LA COMPAÑÍA","account.data_account_type_direct_costs","l10n_ec" +"510105","False","510105","(+) INVENTARIO INICIAL DE MATERIA PRIMA","account.data_account_type_direct_costs","l10n_ec" +"510106","False","510106","(+) COMPRAS NETAS LOCALES DE MATERIA PRIMA","account.data_account_type_direct_costs","l10n_ec" +"510107","False","510107","(+) IMPORTACIONES DE MATERIA PRIMA","account.data_account_type_direct_costs","l10n_ec" +"510108","False","510108","(-) INVENTARIO FINAL DE MATERIA PRIMA","account.data_account_type_direct_costs","l10n_ec" +"510109","False","510109","(+) INVENTARIO INICIAL DE PRODUCTOS EN PROCESO","account.data_account_type_direct_costs","l10n_ec" +"510110","False","510110","(-) INVENTARIO FINAL DE PRODUCTOS EN PROCESO","account.data_account_type_direct_costs","l10n_ec" +"510111","False","510111","(+) INVENTARIO INICIAL PRODUCTOS TERMINADOS","account.data_account_type_direct_costs","l10n_ec" +"510112","False","510112","(-) INVENTARIO FINAL DE PRODUCTOS TERMINADOS","account.data_account_type_direct_costs","l10n_ec" +"510201","False","510201","SUELDOS Y BENEFICIOS SOCIALES","account.data_account_type_direct_costs","l10n_ec" +"510202","False","510202","GASTO PLANES DE BENEFICIOS A EMPLEADOS","account.data_account_type_direct_costs","l10n_ec" +"510301","False","510301","SUELDOS Y BENEFICIOS SOCIALES","account.data_account_type_direct_costs","l10n_ec" +"510302","False","510302","GASTO PLANES DE BENEFICIOS A EMPLEADOS","account.data_account_type_direct_costs","l10n_ec" +"510401","False","510401","DEPRECIACIÓN PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_direct_costs","l10n_ec" +"510402","False","510402","DETERIORO O PÉRDIDAS DE ACTIVOS BIOLÓGICOS","account.data_account_type_direct_costs","l10n_ec" +"510403","False","510403","DETERIORO DE PROPIEDAD, PLANTA Y EQUIPO","account.data_account_type_direct_costs","l10n_ec" +"510404","False","510404","EFECTO VALOR NETO DE REALIZACIÓN DE INVENTARIOS","account.data_account_type_direct_costs","l10n_ec" +"510405","False","510405","GASTO POR GARANTÍAS EN VENTA DE PRODUCTOS O SERVICIOS","account.data_account_type_direct_costs","l10n_ec" +"510406","False","510406","MANTENIMIENTO Y REPARACIONES","account.data_account_type_direct_costs","l10n_ec" +"510407","False","510407","SUMINISTROS MATERIALES Y REPUESTOS","account.data_account_type_direct_costs","l10n_ec" +"510408","False","510408","OTROS COSTOS DE PRODUCCIÓN","account.data_account_type_direct_costs","l10n_ec" +"520101","False","520101","SUELDOS, SALARIOS Y DEMÁS REMUNERACIONES","account.data_account_type_expenses","l10n_ec" +"520102","False","520102","APORTES A LA SEGURIDAD SOCIAL (incluido fondo de reserva)","account.data_account_type_expenses","l10n_ec" +"520103","False","520103","BENEFICIOS SOCIALES E INDEMNIZACIONES","account.data_account_type_expenses","l10n_ec" +"520104","False","520104","GASTO PLANES DE BENEFICIOS A EMPLEADOS","account.data_account_type_expenses","l10n_ec" +"520105","False","520105","HONORARIOS, COMISIONES Y DIETAS A PERSONAS NATURALES","account.data_account_type_expenses","l10n_ec" +"520106","False","520106","REMUNERACIONES A OTROS TRABAJADORES AUTÓNOMOS","account.data_account_type_expenses","l10n_ec" +"520107","False","520107","HONORARIOS A EXTRANJEROS POR SERVICIOS OCASIONALES","account.data_account_type_expenses","l10n_ec" +"520108","False","520108","MANTENIMIENTO Y REPARACIONES","account.data_account_type_expenses","l10n_ec" +"520109","False","520109","ARRENDAMIENTO OPERATIVO","account.data_account_type_expenses","l10n_ec" +"520110","False","520110","COMISIONES","account.data_account_type_expenses","l10n_ec" +"520111","False","520111","PROMOCIÓN Y PUBLICIDAD","account.data_account_type_expenses","l10n_ec" +"520112","False","520112","COMBUSTIBLES","account.data_account_type_expenses","l10n_ec" +"520113","False","520113","LUBRICANTES","account.data_account_type_expenses","l10n_ec" +"520114","False","520114","SEGUROS Y REASEGUROS (primas y cesiones)","account.data_account_type_expenses","l10n_ec" +"520115","False","520115","TRANSPORTE","account.data_account_type_expenses","l10n_ec" +"520116","False","520116","GASTOS DE GESTIÓN (agasajos a accionistas, trabajadores y clientes)","account.data_account_type_expenses","l10n_ec" +"520117","False","520117","GASTOS DE VIAJE","account.data_account_type_expenses","l10n_ec" +"520118","False","520118","AGUA, ENERGÍA, LUZ Y TELECOMUNICACIONES","account.data_account_type_expenses","l10n_ec" +"520119","False","520119","NOTARIOS Y REGISTRADORES DE LA PROPIEDAD O MERCANTILES","account.data_account_type_expenses","l10n_ec" +"520120","False","520120","ELIMINADO","account.data_account_type_expenses","l10n_ec" +"52012101","False","52012101","PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_depreciation","l10n_ec" +"52012102","False","52012102","PROPIEDADES DE INVERSIÓN","account.data_account_type_depreciation","l10n_ec" +"52012201","False","52012201","INTANGIBLES","account.data_account_type_depreciation","l10n_ec" +"52012202","False","52012202","OTROS ACTIVOS","account.data_account_type_depreciation","l10n_ec" +"52012301","False","52012301","PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_depreciation","l10n_ec" +"52012401","False","52012401","MANO DE OBRA","account.data_account_type_expenses","l10n_ec" +"52012402","False","52012402","MATERIALES","account.data_account_type_expenses","l10n_ec" +"52012403","False","52012403","COSTOS DE PRODUCCIÓN","account.data_account_type_expenses","l10n_ec" +"520125","False","520125","GASTO POR REESTRUCTURACIÓN","account.data_account_type_expenses","l10n_ec" +"520126","False","520126","VALOR NETO DE REALIZACIÓN DE INVENTARIOS","account.data_account_type_expenses","l10n_ec" +"520128","False","520128","OTROS GASTOS","account.data_account_type_expenses","l10n_ec" +"520201","False","520201","SUELDOS, SALARIOS Y DEMÁS REMUNERACIONES","account.data_account_type_expenses","l10n_ec" +"520202","False","520202","APORTES A LA SEGURIDAD SOCIAL (incluido fondo de reserva)","account.data_account_type_expenses","l10n_ec" +"520203","False","520203","BENEFICIOS SOCIALES E INDEMNIZACIONES","account.data_account_type_expenses","l10n_ec" +"520204","False","520204","GASTO PLANES DE BENEFICIOS A EMPLEADOS","account.data_account_type_expenses","l10n_ec" +"520205","False","520205","HONORARIOS, COMISIONES Y DIETAS A PERSONAS NATURALES","account.data_account_type_expenses","l10n_ec" +"520206","False","520206","REMUNERACIONES A OTROS TRABAJADORES AUTÓNOMOS","account.data_account_type_expenses","l10n_ec" +"520207","False","520207","HONORARIOS A EXTRANJEROS POR SERVICIOS OCASIONALES","account.data_account_type_expenses","l10n_ec" +"520208","False","520208","MANTENIMIENTO Y REPARACIONES","account.data_account_type_expenses","l10n_ec" +"520209","False","520209","ARRENDAMIENTO OPERATIVO","account.data_account_type_expenses","l10n_ec" +"520210","False","520210","COMISIONES","account.data_account_type_expenses","l10n_ec" +"520212","False","520212","COMBUSTIBLES","account.data_account_type_expenses","l10n_ec" +"520213","False","520213","LUBRICANTES","account.data_account_type_expenses","l10n_ec" +"520214","False","520214","SEGUROS Y REASEGUROS (primas y cesiones)","account.data_account_type_expenses","l10n_ec" +"520215","False","520215","TRANSPORTE","account.data_account_type_expenses","l10n_ec" +"520216","False","520216","GASTOS DE GESTIÓN (agasajos a accionistas, trabajadores y clientes)","account.data_account_type_expenses","l10n_ec" +"520217","False","520217","GASTOS DE VIAJE","account.data_account_type_expenses","l10n_ec" +"520218","False","520218","AGUA, ENERGÍA, LUZ Y TELECOMUNICACIONES","account.data_account_type_expenses","l10n_ec" +"520219","False","520219","NOTARIOS Y REGISTRADORES DE LA PROPIEDAD O MERCANTILES","account.data_account_type_expenses","l10n_ec" +"520220","False","520220","IMPUESTOS, CONTRIBUCIONES Y OTROS","account.data_account_type_expenses","l10n_ec" +"52022101","False","52022101","PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_depreciation","l10n_ec" +"52022102","False","52022102","PROPIEDADES DE INVERSIÓN","account.data_account_type_depreciation","l10n_ec" +"52022201","False","52022201","INTANGIBLES","account.data_account_type_expenses","l10n_ec" +"52022202","False","52022202","OTROS ACTIVOS","account.data_account_type_expenses","l10n_ec" +"52022301","False","52022301","PROPIEDADES, PLANTA Y EQUIPO","account.data_account_type_depreciation","l10n_ec" +"52022302","False","52022302","INVENTARIOS","account.data_account_type_depreciation","l10n_ec" +"52022303","False","52022303","INSTRUMENTOS FINANCIEROS","account.data_account_type_depreciation","l10n_ec" +"52022304","False","52022304","INTANGIBLES","account.data_account_type_depreciation","l10n_ec" +"52022305","False","52022305","CUENTAS POR COBRAR","account.data_account_type_depreciation","l10n_ec" +"52022306","False","52022306","OTROS ACTIVOS","account.data_account_type_depreciation","l10n_ec" +"52022401","False","52022401","MANO DE OBRA","account.data_account_type_expenses","l10n_ec" +"52022402","False","52022402","MATERIALES","account.data_account_type_expenses","l10n_ec" +"52022403","False","52022403","COSTOS DE PRODUCCIÓN","account.data_account_type_expenses","l10n_ec" +"520225","False","520225","GASTO POR REESTRUCTURACIÓN","account.data_account_type_expenses","l10n_ec" +"520226","False","520226","VALOR NETO DE REALIZACIÓN DE INVENTARIOS","account.data_account_type_expenses","l10n_ec" +"520227","False","520227","GASTO IMPUESTO A LA RENTA (ACTIVOS Y PASIVOS DIFERIDOS)","account.data_account_type_expenses","l10n_ec" +"520228","False","520228","OTROS GASTOS","account.data_account_type_expenses","l10n_ec" +"520301","False","520301","INTERESES","account.data_account_type_expenses","l10n_ec" +"520302","False","520302","COMISIONES","account.data_account_type_expenses","l10n_ec" +"520303","False","520303","GASTOS DE FINANCIAMIENTO DE ACTIVOS","account.data_account_type_expenses","l10n_ec" +"520304","False","520304","DIFERENCIA EN CAMBIO","account.data_account_type_expenses","l10n_ec" +"520305","False","520305","OTROS GASTOS FINANCIEROS","account.data_account_type_expenses","l10n_ec" +"520401","False","520401","PERDIDA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS","account.data_account_type_expenses","l10n_ec" +"520402","False","520402","OTROS","account.data_account_type_expenses","l10n_ec" \ No newline at end of file diff --git a/l10n_ec/data/account_chart_template.xml b/l10n_ec/data/account_chart_template.xml index d1b9638e..16034a7b 100644 --- a/l10n_ec/data/account_chart_template.xml +++ b/l10n_ec/data/account_chart_template.xml @@ -8,7 +8,7 @@ - Plan de Cuentas Ecuador - Niif Base + Plan de Cuentas Ecuador - Niif Supercias diff --git a/l10n_ec_ote/models/res_company.py b/l10n_ec_ote/models/res_company.py deleted file mode 100644 index 1a1f0112..00000000 --- a/l10n_ec_ote/models/res_company.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -from openerp import models, fields, api - - -class ResCompany(models.Model): - _inherit = 'res.company' - - @api.multi - @api.onchange("canton_id") - def _onchange_canton_id(self): - for r in self: - if not r.city: - r.city = r.canton_id.name.capitalize() or '' - - country_id = fields.Many2one(default="base.ec", ) - canton_id = fields.Many2one( - 'l10n_ec_ote.canton', ondelete='restrict', string="Canton", - related="partner_id.canton_id", ) - parish_id = fields.Many2one( - 'l10n_ec_ote.parish', ondelete='restrict', string="Parish", - related="partner_id.parish_id", ) diff --git a/l10n_ec_ote/views/res_company.xml b/l10n_ec_ote/views/res_company.xml deleted file mode 100644 index bc2e46d8..00000000 --- a/l10n_ec_ote/views/res_company.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - company.view.info.form.inherit - res.company - - - - - - - - - - - - - - - - - - From ade7b3855b86167f746d4480825893b4e5164a06 Mon Sep 17 00:00:00 2001 From: Daniel Mendieta Date: Mon, 21 Nov 2016 09:24:59 -0500 Subject: [PATCH 8/9] [MIG] Migration to V10 --- l10n_ec_ote/README.rst | 2 +- l10n_ec_ote/__openerp__.py | 1 - l10n_ec_ote/models/__init__.py | 1 - l10n_ec_ote/models/ote.py | 2 +- l10n_ec_ote/models/res_partner.py | 5 +- l10n_ec_ote/views/res_partner.xml | 87 ++++++++++++++++++++++++------- 6 files changed, 72 insertions(+), 26 deletions(-) diff --git a/l10n_ec_ote/README.rst b/l10n_ec_ote/README.rst index 0817b1d0..938473ad 100644 --- a/l10n_ec_ote/README.rst +++ b/l10n_ec_ote/README.rst @@ -15,7 +15,7 @@ Este módulo agrega la información de provincias, cantones y parroquias del Ecu Tested on version / Probado en la versión ========================================= -9.0c-20160726 +10.0-20161103 Usage ===== diff --git a/l10n_ec_ote/__openerp__.py b/l10n_ec_ote/__openerp__.py index 9154248d..3da465b1 100644 --- a/l10n_ec_ote/__openerp__.py +++ b/l10n_ec_ote/__openerp__.py @@ -13,7 +13,6 @@ ], 'data': [ 'views/res_partner.xml', - 'views/res_company.xml', 'data/res.country.state.csv', 'data/l10n_ec_ote.canton.csv', 'data/l10n_ec_ote.parish.csv', diff --git a/l10n_ec_ote/models/__init__.py b/l10n_ec_ote/models/__init__.py index fd65c164..537e331e 100644 --- a/l10n_ec_ote/models/__init__.py +++ b/l10n_ec_ote/models/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- from . import ote from . import res_partner -from . import res_company diff --git a/l10n_ec_ote/models/ote.py b/l10n_ec_ote/models/ote.py index 63e20979..5fb60c6d 100644 --- a/l10n_ec_ote/models/ote.py +++ b/l10n_ec_ote/models/ote.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from openerp import models, fields +from odoo import models, fields class Canton(models.Model): diff --git a/l10n_ec_ote/models/res_partner.py b/l10n_ec_ote/models/res_partner.py index 3f12d21e..d693161f 100644 --- a/l10n_ec_ote/models/res_partner.py +++ b/l10n_ec_ote/models/res_partner.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from openerp import models, fields, api +from odoo import models, fields, api class ResPartner(models.Model): @@ -9,10 +9,9 @@ class ResPartner(models.Model): @api.onchange("canton_id") def _onchange_canton_id(self): for r in self: - if not r.city: + if r.canton_id and not r.city: r.city = r.canton_id.name.capitalize() or '' - country_id = fields.Many2one(default="base.ec", ) canton_id = fields.Many2one( 'l10n_ec_ote.canton', ondelete='restrict', string="Canton", ) parish_id = fields.Many2one( diff --git a/l10n_ec_ote/views/res_partner.xml b/l10n_ec_ote/views/res_partner.xml index 7165f735..93e15b70 100644 --- a/l10n_ec_ote/views/res_partner.xml +++ b/l10n_ec_ote/views/res_partner.xml @@ -1,33 +1,82 @@ - - partner.view.info.form.inherit + + OTE view_partner_form inherit res.partner - - - - - + + + + + + + + - - - + - - - + + context="{'canton_id': canton_id}" options='{"no_open": True, "no_create": True}'/> + + + +
+ + + + + + + + +
+ + OTE view_partner_address_form inherit + res.partner + + + + + + + + + + + + + + +
From 168751e1060b44d0b171935929ec1cf6b54a922c Mon Sep 17 00:00:00 2001 From: Daniel Mendieta Date: Wed, 23 Nov 2016 03:44:18 -0500 Subject: [PATCH 9/9] [FIX] Travis errors --- l10n_ec/__manifest__.py | 4 ++-- l10n_ec/data/account.account.template.csv | 2 +- l10n_ec/data/account_chart_template.xml | 9 +++++---- l10n_ec_ote/{__openerp__.py => __manifest__.py} | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) rename l10n_ec_ote/{__openerp__.py => __manifest__.py} (95%) diff --git a/l10n_ec/__manifest__.py b/l10n_ec/__manifest__.py index 1129994d..4f867f80 100644 --- a/l10n_ec/__manifest__.py +++ b/l10n_ec/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { - 'name': "Ecuador - Niif Pymes - Base", - 'summary': """Chart of Accounts Using S.""", + 'name': "Ecuador - NIIF SUPERCIAS", + 'summary': """NIIF SUPERCIAS Accounts.""", 'version': '10.0.1.0.0', 'author': "Fabrica de Software Libre,Odoo Community Association (OCA)", 'maintainer': 'Fabrica de Software Libre', diff --git a/l10n_ec/data/account.account.template.csv b/l10n_ec/data/account.account.template.csv index 6d7b569f..ce09fc19 100644 --- a/l10n_ec/data/account.account.template.csv +++ b/l10n_ec/data/account.account.template.csv @@ -248,4 +248,4 @@ "520304","False","520304","DIFERENCIA EN CAMBIO","account.data_account_type_expenses","l10n_ec" "520305","False","520305","OTROS GASTOS FINANCIEROS","account.data_account_type_expenses","l10n_ec" "520401","False","520401","PERDIDA EN INVERSIONES EN ASOCIADAS / SUBSIDIARIAS Y OTRAS","account.data_account_type_expenses","l10n_ec" -"520402","False","520402","OTROS","account.data_account_type_expenses","l10n_ec" \ No newline at end of file +"520402","False","520402","OTROS","account.data_account_type_expenses","l10n_ec" diff --git a/l10n_ec/data/account_chart_template.xml b/l10n_ec/data/account_chart_template.xml index 16034a7b..4b19afd8 100644 --- a/l10n_ec/data/account_chart_template.xml +++ b/l10n_ec/data/account_chart_template.xml @@ -1,18 +1,19 @@ - + TRANSFERENCIAS INTERNAS (DE PASO) 1010199 - Plan de Cuentas Ecuador - Niif Supercias - + Plan de Cuentas Ecuador - NIIF SUPERCIAS + + - + diff --git a/l10n_ec_ote/__openerp__.py b/l10n_ec_ote/__manifest__.py similarity index 95% rename from l10n_ec_ote/__openerp__.py rename to l10n_ec_ote/__manifest__.py index 3da465b1..3811fd9a 100644 --- a/l10n_ec_ote/__openerp__.py +++ b/l10n_ec_ote/__manifest__.py @@ -2,7 +2,7 @@ { 'name': "O.T.E. - Ecuador", 'summary': """Ecuador's Geopolitical Information.""", - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'author': "Fabrica de Software Libre, Odoo Community Association (OCA)", 'maintainer': 'Fabrica de Software Libre', 'website': 'http://www.libre.ec',