Priyesh (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons-issues3-accounting into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues3-accounting/+merge/118354

Hello,

Task: Addons-issues3

Skipped set option wizard after installation of belgium COA.
Improved tooltip.

Kindly review this.

Thanks,
Priyesh
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues3-accounting/+merge/118354
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons-issues3-accounting.
=== modified file 'account/installer.py'
--- account/installer.py	2012-06-22 06:57:56 +0000
+++ account/installer.py	2012-08-06 13:33:35 +0000
@@ -119,6 +119,15 @@
         self.execute_simple(cr, uid, ids, context)
         super(account_installer, self).execute(cr, uid, ids, context=context)
 
+    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)
+
     def execute_simple(self, cr, uid, ids, context=None):
         if context is None:
             context = {}

=== modified file 'project/project_view.xml'
--- project/project_view.xml	2012-08-06 05:55:19 +0000
+++ project/project_view.xml	2012-08-06 13:33:35 +0000
@@ -550,7 +550,7 @@
                                     <img t-att-src="kanban_image('res.users', 'avatar', record.user_id.raw_value[0])" t-att-title="record.user_id.value" width="24" height="24" class="oe_kanban_avatar"/>
                                 </div>
                                 <div class="oe_kanban_footer_left">
-                                    <span groups="project.group_time_work_estimation_tasks">
+                                    <span groups="project.group_time_work_estimation_tasks" title="Remaining hours">
                                         <span class="oe_e">N</span>
                                         <t t-esc="Math.round(record.remaining_hours.raw_value)"/>
                                     </span>

_______________________________________________
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