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
1=== modified file 'mrp_operations/mrp_operations_view.xml'
2--- mrp_operations/mrp_operations_view.xml 2010-07-29 08:18:47 +0000
3+++ mrp_operations/mrp_operations_view.xml 2010-08-03 08:05:59 +0000
4@@ -362,6 +362,11 @@
5 </calendar>
6 </field>
7 </record>
8-
9+<act_window
10+ domain="[('production_id', '=', active_id)]"
11+ id="act_ops"
12+ name="Work orders"
13+ res_model="mrp.production.workcenter.line"
14+ src_model="mrp.production"/>
15 </data>
16 </openerp>

Subscribers

People subscribed via source and target branches

to all changes: