← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-781655-mma into lp:openobject-addons

 

Mayur Maheshwari(OpenErp) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-781655-mma into lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)
Related bugs:
  Bug #781655 in OpenERP Addons: "[PS] Impossible to edit generated Sales Forecasts"
  https://bugs.launchpad.net/openobject-addons/+bug/781655

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-781655-mma/+merge/62114





-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-781655-mma/+merge/62114
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-781655-mma.
=== modified file 'stock_planning/wizard/stock_planning_forecast.py'
--- stock_planning/wizard/stock_planning_forecast.py	2011-01-24 16:13:46 +0000
+++ stock_planning/wizard/stock_planning_forecast.py	2011-05-24 12:16:07 +0000
@@ -102,7 +102,7 @@
         return {
             'domain': "[('id','in', ["+','.join(map(str, forecast_lines))+"])]",
             'view_type': 'form',
-            "view_mode": 'tree, form',
+            "view_mode": 'tree,form',
             'res_model': 'stock.sale.forecast',
             'type': 'ir.actions.act_window',
             'search_view_id': id['res_id'],