Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-579908-msh into 
lp:openobject-addons/6.1.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-579908-msh/+merge/127942

Hello,

Fixed the issue of claim_from_delivery act_window which has partner_id in 
context but partner_id is not shown on the view incoming shipment or in 
delivery order.

Currently Web-Client evaluates the context of action(act_window) based on 
fields of current view i.e. fields of current view not based on fields_get, 
What GTK do it reads the record and read all the fields of fields_get but web 
only reads the record with field only displayed on the view, which might be 
design decision, Hence just added partner_id field in the view so that context 
of action evaluated.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-579908-msh/+merge/127942
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-579908-msh.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2012-03-02 15:26:24 +0000
+++ stock/stock_view.xml	2012-10-04 07:12:22 +0000
@@ -895,6 +895,7 @@
                         </group>
                         <group colspan="2" col="2">
                             <field name="date"/>
+                            <field name="partner_id" invisible="1"/>
                             <field name="min_date" readonly="1"/>
                             <field name="stock_journal_id" groups="base.group_extended" widget="selection"/>
                         </group>
@@ -1116,6 +1117,7 @@
                         </group>
                         <group colspan="2" col="2">
                             <field name="date"/>
+                            <field name="partner_id" invisible="1"/>
                             <field name="min_date" readonly="1"/>
                             <field name="stock_journal_id" groups="base.group_extended" widget="selection"/>
                         </group>

_______________________________________________
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