[MERGE] [ADD] l10n_be: l10n_be inherits from l10n_multilang, remove yml for automatic...
authorMartin Trigaux <mat@openerp.com>
Tue, 13 Aug 2013 12:28:35 +0000 (14:28 +0200)
committerMartin Trigaux <mat@openerp.com>
Tue, 13 Aug 2013 12:28:35 +0000 (14:28 +0200)
bzr revid: mat@openerp.com-20130813122835-bvue248y36zkottt

1  2 
addons/l10n_be/l10n_be_wizard.yml

diff --cc addons/l10n_be/l10n_be_wizard.yml
index 0b16827,0b16827..0000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,14 -1,14 +1,0 @@@
---
--  !python {model: ir.actions.todo}: |
--    install_todo = self.browse(cr, uid, ref('account.action_wizard_multi_chart_todo'))
--    if install_todo.state == 'open':
--        wiz = self.pool.get('wizard.multi.charts.accounts')
--        values = {
--            'chart_template_id': ref('l10n_be.l10nbe_chart_template')
--        }
--        values.update(
--            wiz.onchange_chart_template_id(cr, uid, False, ref('l10n_be.l10nbe_chart_template')).get('value', {})
--        )
--        wiz_id = wiz.create(cr, uid, values)
--        wiz.execute(cr, uid, [wiz_id])
--        install_todo.write({'state':'done'})