Activity log for bug #1003999

Date Who What changed Old value New value Message
2012-05-24 15:26:20 Romain Deheele - Camptocamp bug added bug
2012-05-24 16:54:23 Romain Deheele - Camptocamp description Hello, client6.1 : rev 2062 web 6. : rev 2331 server6.1: rev 4175 addon6.1: rev 6807 On wizard stock_partial_picking, stock_partial_picking.py and stock_partial_picking_view.xml reveal a behavior difference between two clients. In stock_partial_picking.py, the field hide_tracking is declared : 'hide_tracking': fields.function(_hide_tracking, string='Tracking', type='boolean', help='This field is for internal purpose. It is used to decide if the column prodlot has to be shown on the move_ids field or not'), On stock_partial_picking_view.xml (line 20), hide_tracking is used by context. <field name="move_ids" colspan="4" nolabel="1" mode="tree,form" width="550" height="200" context="{'hide_tracking': hide_tracking}"> It's used after to hide/show prodlot_id (on line 26): <field name="prodlot_id" domain="[('product_id', '=', product_id)]" invisible="context.get('hide_tracking',False)" attrs="{'required':[('tracking','=',True)]}"/> GTK client seems to work correctly, while web client has an anormal behavior : GTK client hides prodlot_id because used products are not tracked but Web client still shows prodlot_id! Cancel this bug
2012-05-24 17:05:00 Romain Deheele - Camptocamp description Cancel this bug Hello, client6.1 : rev 2062 web 6. : rev 2331 server6.1: rev 4175 addon6.1: rev 6807 On wizard stock_partial_picking, stock_partial_picking.py and stock_partial_picking_view.xml reveal a behavior difference between two clients. In stock_partial_picking.py, the field hide_tracking is declared : 'hide_tracking': fields.function(_hide_tracking, string='Tracking', type='boolean', help='This field is for internal purpose. It is used to decide if the column prodlot has to be shown on the move_ids field or not'), On stock_partial_picking_view.xml (line 20), hide_tracking is used by context. <field name="move_ids" colspan="4" nolabel="1" mode="tree,form" width="550" height="200" context="{'hide_tracking': hide_tracking}"> It's used after to hide/show prodlot_id (on line 26): <field name="prodlot_id" domain="[('product_id', '=', product_id)]" invisible="context.get('hide_tracking',False)" attrs="{'required':[('tracking','=',True)]}"/> GTK client seems to work correctly, while web client has an anormal behavior : GTK client hides prodlot_id because used products are not tracked but Web client still shows prodlot_id!
2012-05-25 06:40:57 Amit Parik summary behaviors difference between GTK and web clients hide_tracking doesn'r working correctly, problem faced on webclient
2012-05-25 06:41:27 Amit Parik openobject-addons: importance Undecided Medium
2012-05-25 06:41:27 Amit Parik openobject-addons: status New Confirmed
2012-05-25 06:41:27 Amit Parik openobject-addons: assignee OpenERP R&D Addons Team 2 (openerp-dev-addons2)
2012-05-25 08:55:22 Romain Deheele - Camptocamp summary hide_tracking doesn'r working correctly, problem faced on webclient hide_tracking doesn't working correctly, problem faced on webclient
2012-06-21 11:55:10 Saurang Suthar(OpenERP) openobject-addons: status Confirmed In Progress
2012-06-22 11:13:32 Saurang Suthar(OpenERP) branch linked lp:~openerp-dev/openobject-addons/trunk-bug-1003999-ssu
2012-06-22 11:17:26 Saurang Suthar(OpenERP) openobject-addons: status In Progress Fix Committed