Harry (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons-issues5-account-pso 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-account-pso/+merge/122455
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues5-account-pso/+merge/122455
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons-issues5-account-pso.
=== modified file 'account/installer.py'
--- account/installer.py	2012-08-07 12:04:51 +0000
+++ account/installer.py	2012-09-03 07:23:24 +0000
@@ -123,6 +123,7 @@
         next = self.execute(cr, uid, ids, context=context)
         for installer in self.browse(cr, uid, ids, context=context):
             if installer.charts == 'l10n_be':
+                self.next(cr, uid, ids, context=context)
                 return {'type': 'ir.actions.act_window_close'}
             else :
                 if next : return next

=== modified file 'account/res_config_view.xml'
--- account/res_config_view.xml	2012-08-13 16:06:57 +0000
+++ account/res_config_view.xml	2012-09-03 07:23:24 +0000
@@ -224,9 +224,9 @@
                                     icon="gtk-go-forward"
                                     type="action"
                                     class="oe_inline oe_link"/>
-                                <label for="company_footer"/>
-                                <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"/>

_______________________________________________
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