Yogesh(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-905142-ysa into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #905142 in OpenERP Web: "physical inventory alignment"
  https://bugs.launchpad.net/openerp-web/+bug/905142

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-905142-ysa/+merge/86018
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-905142-ysa/+merge/86018
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-905142-ysa.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2011-12-13 15:13:17 +0000
+++ stock/stock_view.xml	2011-12-16 10:40:30 +0000
@@ -116,7 +116,7 @@
                     <page string="General Informations">
                         <field colspan="4" name="inventory_line_id" nolabel="1" widget="one2many_list">
                             <tree string="Products" editable="bottom">
-                                <field colspan="4" domain="[('usage','=','internal')]" name="location_id"/>
+                                <field domain="[('usage','=','internal')]" name="location_id"/>
                                 <field context="{'location':location_id, 'uom':product_uom, 'to_date':parent.date}" name="product_id" on_change="on_change_product_id(location_id,product_id,product_uom,parent.date)"  domain="[('type','&lt;&gt;','service')]"/>
                                 <field name="product_qty"/>
                                 <field name="product_uom"/>

_______________________________________________
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