From: Martin Trigaux Date: Tue, 13 Aug 2013 12:28:35 +0000 (+0200) Subject: [MERGE] [ADD] l10n_be: l10n_be inherits from l10n_multilang, remove yml for automatic... X-Git-Tag: InsPy_master01~464^2~523^2~7 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=8806b2406ff59407e7b6396da46f67bf2edbd51a;p=odoo%2Fodoo.git [MERGE] [ADD] l10n_be: l10n_be inherits from l10n_multilang, remove yml for automatic account assignment and replace it by the more common wizard in open state bzr revid: mat@openerp.com-20130813122835-bvue248y36zkottt --- 8806b2406ff59407e7b6396da46f67bf2edbd51a diff --cc addons/l10n_be/l10n_be_wizard.yml index 0b16827,0b16827..0000000 deleted file mode 100644,100644 --- a/addons/l10n_be/l10n_be_wizard.yml +++ /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'})