This question has been flagged

I Have Multi companies scenario .when i am creating chart of account using xml  data file that will only created for child companies not for parent because Indian chart of account already installed for parent.Below is the xml code for chart of account.I want to create customise chart of account (mentioned below)for the parent.


<record model="account.account.template" id="wc400102">
<field name="name">Courier Service Charges</field>
<field name="code">400102</field>
<field name="user_type_id" ref="account.data_account_type_other_income"/>
<field name="reconcile" eval="False"/>
<field name="chart_template_id" ref="l10n_in.indian_chart_template_standard"/>
</record>
<record model="account.account.template" id="wc400105">
<field name="name">Storage Charges</field>
<field name="code">400105</field>
<field name="user_type_id" ref="account.data_account_type_other_income"/>
<field name="reconcile" eval="False"/>
<field name="chart_template_id" ref="l10n_in.indian_chart_template_standard"/>
</record>
Avatar
Discard