~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to l10n_chart_lv/l10n_chart_lv_wizard.xml

account_indian is a branch of the trunk addons
make account_indian up to date with the trunk-extra-addons

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
                <record id="config_call_account_template_lv" model="ir.actions.todo">
 
6
                <field name="name">Generate Chart of Accounts from a Chart Template</field>
 
7
                <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.
 
8
        This is the same wizard that runs from Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.</field>
 
9
                <field name="action_id" ref="account.action_wizard_multi_chart"/>
 
10
                <field name="state">open</field>
 
11
        </record>
 
12
 
 
13
    </data>
 
14
</openerp>
 
 
b'\\ No newline at end of file'