Merge lp:~openerp-dev/openobject-addons/trunk-bug-1085410-psa into lp:openobject-addons

Proposed by Paramjit Singh Sahota(OpenERP)
Status: Merged
Merged at revision: 8208
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1085410-psa
Merge into: lp:openobject-addons
Diff against target: 21 lines (+2/-2)
1 file modified
stock/board_warehouse_view.xml (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1085410-psa
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+137782@code.launchpad.net

Description of the change

Hello,

Fixed the issue of "Error in Reporting Dashboard of Warehouse".

Thankz You.
 -PSA

To post a comment you must log in.
Revision history for this message
Victor Tabuenca (OpenERP) (vta-openerp) wrote :

Merged at:
Revision 8208
Revision ID: <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/board_warehouse_view.xml'
2--- stock/board_warehouse_view.xml 2012-11-29 16:05:16 +0000
3+++ stock/board_warehouse_view.xml 2012-12-04 09:35:27 +0000
4@@ -19,7 +19,7 @@
5 <field name="res_model">report.stock.move</field>
6 <field name="view_type">form</field>
7 <field name="view_mode">graph,tree</field>
8- <field name="domain">[('type','=','in'),('day','&lt;=', time.strftime('%Y-%m-%d')),('day','&gt;',(context_today().today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))]</field>
9+ <field name="domain">[('type','=','in'),('day','&lt;=', time.strftime('%Y-%m-%d')),('day','&gt;',(context_today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))]</field>
10 <field name="view_id" ref="view_stock_graph_board"></field>
11 <field name="context">{'search_default_in':1}</field>
12 </record>
13@@ -28,7 +28,7 @@
14 <field name="res_model">report.stock.move</field>
15 <field name="view_type">form</field>
16 <field name="view_mode">graph,tree</field>
17- <field name="domain">[('type','=','out'),('day','&lt;=', time.strftime('%Y-%m-%d')),('day','&gt;',(context_today().today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))]</field>
18+ <field name="domain">[('type','=','out'),('day','&lt;=', time.strftime('%Y-%m-%d')),('day','&gt;',(context_today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))]</field>
19 <field name="view_id" ref="view_stock_graph_board"></field>
20 <field name="context">{'search_default_out':1}</field>
21 </record>

Subscribers

People subscribed via source and target branches

to all changes: