[FIX] Some no-brain fixed due to odony comments on

MP : https://code.launchpad.net/~vauxoo/openobject-addons/trunk-l10n_co/+merge/137752
Solved point 1 and 2

bzr revid: nhomar@gmail.com-20121204193439-aasfyfr4o8uxuf62
This commit is contained in:
Nhomar Hernandez 2012-12-04 15:04:39 -04:30
parent 457795bece
commit 63765ce9e1
6 changed files with 12 additions and 21 deletions

View File

@ -65,10 +65,10 @@ After installing this module, the Configuration wizard for accounting is launche
"demo" : [
],
"data" : [
"account_tax_code.xml",
"account_chart.xml",
"account_tax.xml",
"l10n_chart_mx_wizard.xml"
"data/account_tax_code.xml",
"data/account_chart.xml",
"data/account_tax.xml",
"data/l10n_chart_mx_wizard.xml"
],
"active": False,
"installable": True,

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record id="account.action_wizard_multi_chart_todo" model="ir.actions.todo">
<field name="state">open</field>
</record>
</data>
</openerp>

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="config_call_account_template_vauxoo_mx_chart" model="ir.actions.todo">
<field name="name">Generate Chart of Accounts from a Chart Template</field>
<field name="note">Generate Chart of Accounts from a Chart Template. You will be asked to pass the name of the company, the chart template to follow, the no. of digits to generate the code for your accounts and Bank account, currency to create Journals. Thus,the pure copy of chart Template is generated.
This is the same wizard that runs from Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.
Genere el Plan de cuentas de una Plantilla de Carta. Le pedirán pasar el nombre de la compania, la plantilla de carta para seguir, el no. de digitos para generar el codigo para sus cuentas y cuenta Bancaria, dinero para crear Diarios. Asi, la copia pura de la carta la Plantilla es generada.
Esto es el mismo wizard que corre de la Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.
</field>
<field name="action_id" ref="account.action_wizard_multi_chart"/>
<field name="restart">onskip</field>
</record>
</data>
</openerp>