Skip to content

Commit

Permalink
[FIX] Travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
damendieta committed Nov 23, 2016
1 parent ade7b38 commit 168751e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions l10n_ec/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion l10n_ec/data/account.account.template.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"520402","False","520402","OTROS","account.data_account_type_expenses","l10n_ec"
9 changes: 5 additions & 4 deletions l10n_ec/data/account_chart_template.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="l10n_ec_transfer" model="account.account.template">
<record id="trans" model="account.account.template">
<field name="name">TRANSFERENCIAS INTERNAS (DE PASO)</field>
<field name="code">1010199</field>
<field name="reconcile" eval="True"/>
<field name="user_type_id" ref="account.data_account_type_current_assets"/>
</record>
<record id="l10n_ec" model="account.chart.template">
<field name="name">Plan de Cuentas Ecuador - Niif Supercias</field>
<field name="transfer_account_id" ref="l10n_ec_transfer"/>
<field name="name">Plan de Cuentas Ecuador - NIIF SUPERCIAS</field>
<field name="transfer_account_id" ref="trans"/>
<field name="currency_id" ref="base.USD"/>
<field name="spoken_languages" eval="'es_EC'"/>
</record>
<record id="l10n_ec_transfer" model="account.account.template">
<record id="trans" model="account.account.template">
<field name="chart_template_id" ref="l10n_ec"/>
</record>
</data>
Expand Down
2 changes: 1 addition & 1 deletion l10n_ec_ote/__openerp__.py → l10n_ec_ote/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 168751e

Please sign in to comment.