Merge lp:~openerp-dev/openobject-addons/trunk-bug-1011541-mma into lp:openobject-addons

Proposed by Mayur Maheshwari(OpenERP)
Status: Merged
Merged at revision: 7365
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1011541-mma
Merge into: lp:openobject-addons
Diff against target: 25 lines (+2/-2)
2 files modified
stock/product.py (+1/-1)
stock/product_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1011541-mma
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+109635@code.launchpad.net

Description of the change

Hello Sir,

     product : I Have fix the issue of counting of Deliveries in kanban view and improve a action string of Deliver product

Thanks
Mayur

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/product.py'
2--- stock/product.py 2012-05-22 14:54:33 +0000
3+++ stock/product.py 2012-06-21 11:15:26 +0000
4@@ -44,7 +44,7 @@
5 ], ['product_id'], ['product_id'])
6 for move in moves:
7 product_id = move['product_id'][0]
8- res[product_id]['reception_count'] = move['product_id_count']
9+ res[product_id]['delivery_count'] = move['product_id_count']
10 return res
11
12 def get_product_accounts(self, cr, uid, product_id, context=None):
13
14=== modified file 'stock/product_view.xml'
15--- stock/product_view.xml 2012-06-19 08:56:18 +0000
16+++ stock/product_view.xml 2012-06-21 11:15:26 +0000
17@@ -138,7 +138,7 @@
18 </record>
19
20 <record id="action_deliver_move" model="ir.actions.act_window">
21- <field name="name">Receive Products</field>
22+ <field name="name">Deliver Products</field>
23 <field name="res_model">stock.move</field>
24 <field name="type">ir.actions.act_window</field>
25 <field name="view_type">form</field>

Subscribers

People subscribed via source and target branches

to all changes: