ajay javiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons-issues5-coa-l10nbe-aja into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues5-coa-l10nbe-aja/+merge/125967

Hello,
Installation of belgian chart of account should redirect user to latest 
application install.
Thank You
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues5-coa-l10nbe-aja/+merge/125967
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons-issues5-coa-l10nbe-aja.
=== modified file 'account/installer.py'
--- account/installer.py	2012-09-12 17:16:36 +0000
+++ account/installer.py	2012-09-24 10:40:39 +0000
@@ -122,11 +122,8 @@
     def action_next(self, cr, uid, ids, context=None):
         next = self.execute(cr, uid, ids, context=context)
         for installer in self.browse(cr, uid, ids, context=context):
-            if installer.charts == 'l10n_be':
-                return {'type': 'ir.actions.act_window_close'}
-            else :
-                if next : return next
-                return self.next(cr, uid, ids, context=context)
+            if next : return next
+            return self.next(cr, uid, ids, context=context)
 
     def execute_simple(self, cr, uid, ids, context=None):
         if context is None:

=== modified file 'account/res_config_view.xml'
--- account/res_config_view.xml	2012-09-14 13:32:53 +0000
+++ account/res_config_view.xml	2012-09-24 10:40:39 +0000
@@ -229,6 +229,8 @@
                                     class="oe_inline oe_link"/>
                                 <field name="company_footer"/>
                             </div>
+                            <label for="company_footer"/>
+                            <field name="company_footer"/>
                             <div>
                                 <label for="paypal_account"/>
                                 <field name="paypal_account" placeholder="e.g. [email protected]" class="oe_inline"/>

=== modified file 'l10n_be/__openerp__.py'
--- l10n_be/__openerp__.py	2012-08-22 13:02:32 +0000
+++ l10n_be/__openerp__.py	2012-09-24 10:40:39 +0000
@@ -60,6 +60,7 @@
         'account_coda',
     ],
     'data': [
+        'l10_be_installer_data.xml',
         'account_financial_report.xml',
         'account_pcmn_belgium.xml',
         'account_tax_code_template.xml',

=== added file 'l10n_be/l10_be_installer_data.xml'
--- l10n_be/l10_be_installer_data.xml	1970-01-01 00:00:00 +0000
+++ l10n_be/l10_be_installer_data.xml	2012-09-24 10:40:39 +0000
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<openerp>
+    <data noupdate="1">
+        <record id="account.action_wizard_multi_chart_todo" model="ir.actions.todo">
+            <field name="state">done</field>
+        </record>
+    </data>
+</openerp>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to