Merge lp:~shipilov555/openobject-addons/work-orders2 into lp:openobject-addons

Proposed by vrsb
Status: Merged
Merge reported by: Fabien (Open ERP)
Merged at revision: not available
Proposed branch: lp:~shipilov555/openobject-addons/work-orders2
Merge into: lp:openobject-addons
Diff against target: 16 lines (+6/-1)
1 file modified
mrp_operations/mrp_operations_view.xml (+6/-1)
To merge this branch: bzr merge lp:~shipilov555/openobject-addons/work-orders2
Reviewer Review Type Date Requested Status
Fabien (Open ERP) Approve
Review via email: mp+31616@code.launchpad.net

Description of the change

Hello. I think it would be nice if one could view the list of operations(work orders) with start/finish buttons related to particular production order.
I mean the aditional window action "Work Orders" in the Productions Order form view, displaying them.

So one can view related work orders in a new tree view. It's more convinient in Gtk client.

To post a comment you must log in.
Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote :

seems to be a good improvement.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'mrp_operations/mrp_operations_view.xml'
--- mrp_operations/mrp_operations_view.xml 2010-07-29 08:18:47 +0000
+++ mrp_operations/mrp_operations_view.xml 2010-08-03 08:05:59 +0000
@@ -362,6 +362,11 @@
362 </calendar>362 </calendar>
363 </field>363 </field>
364 </record>364 </record>
365365<act_window
366 domain="[('production_id', '=', active_id)]"
367 id="act_ops"
368 name="Work orders"
369 res_model="mrp.production.workcenter.line"
370 src_model="mrp.production"/>
366</data>371</data>
367</openerp>372</openerp>

Subscribers

People subscribed via source and target branches

to all changes: