Atik Agewan(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-798696-aag into 
lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)
Related bugs:
  Bug #798696 in OpenERP Addons: "[PS] Undefined partner displayed on the 
reception analysis view"
  https://bugs.launchpad.net/openobject-addons/+bug/798696

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-798696-aag/+merge/66277


Hello

   purchase :In Menu Purchases > Reporting > Reception Analysis user can Group 
By Partner's Name

Thanks
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-798696-aag/+merge/66277
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-798696-aag.
=== modified file 'purchase/report/purchase_report_view.xml'
--- purchase/report/purchase_report_view.xml	2011-05-13 13:24:17 +0000
+++ purchase/report/purchase_report_view.xml	2011-06-29 11:04:33 +0000
@@ -180,7 +180,8 @@
         <field name="res_model">report.stock.move</field>
         <field name="view_type">form</field>
         <field name="view_mode">tree,graph</field>
-        <field name="context">{'search_default_month':1, 'search_default_group_product':1, 'search_default_group_partner':1, 'search_default_done':1, 'search_default_in': 1, 'group_by':[], 'group_by_no_leaf':1}</field>
+        <field name="search_view_id"  ref="stock.view_stock_search"/>
+        <field name="context">{'full':'1','contact_display': 'partner','search_default_done':1, 'search_default_month':1, 'search_default_group_type':1, 'group_by': [], 'group_by_no_leaf':1,}</field>
         <field name="help">Reception Analysis allows you to easily check and analyse your company order receptions and the performance of your supplier's deliveries.</field>
     </record>
     <menuitem action="action_stock_move_report_po" id="menu_action_stock_move_report_po" parent="base.next_id_73" sequence="8"/>

_______________________________________________
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