[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / addons / l10n_ma / l10n_ma_wizard.xml
1 <openerp>
2     <data>
3
4     <record id="config_call_account_template_ma" model="ir.actions.todo">
5         <field name="action_id" ref="account.action_wizard_multi_chart"/>
6         <field name="type">automatic</field>
7         <field name="category_id" ref="account.category_accounting_configuration"/>
8     </record>
9
10     </data>
11 </openerp>