Mayur Maheshwari(OpenErp) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-790784-mma into
lp:openobject-addons.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
Related bugs:
Bug #790784 in OpenERP Addons: "Icon for DONE or FINISHED in manufacturing
operations is confusing"
https://bugs.launchpad.net/openobject-addons/+bug/790784
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-790784-mma/+merge/63516
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-790784-mma/+merge/63516
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-790784-mma.
=== modified file 'mrp/report/mrp_production_order_view.xml'
--- mrp/report/mrp_production_order_view.xml 2011-01-14 00:11:01 +0000
+++ mrp/report/mrp_production_order_view.xml 2011-06-06 05:35:43 +0000
@@ -63,7 +63,7 @@
<separator orientation="vertical"/>
<filter string="Current" icon="terp-check" domain="[('state','in',('open','draft'))]"/>
<filter icon="terp-check" string="In Production" domain="[('state','=','in_production')]"/>
- <filter icon="terp-dialog-close" string="Done" domain="[('state','=','done')]"/>
+ <filter icon="terp-camera_test" string="Done" domain="[('state','=','done')]"/>
<separator orientation="vertical"/>
<field name="location_src_id" />
<field name="location_dest_id" />
=== modified file 'mrp_operations/mrp_operations_view.xml'
--- mrp_operations/mrp_operations_view.xml 2011-05-13 13:24:17 +0000
+++ mrp_operations/mrp_operations_view.xml 2011-06-06 05:35:43 +0000
@@ -117,7 +117,7 @@
<button name="button_start_working" string="Start" states="draft" icon="terp-gtk-jump-to-ltr"/>
<button name="button_resume" string="Resume" states="pause" icon="gtk-media-pause"/>
<button name="button_pause" string="Pause" states="startworking" icon="gtk-media-pause"/>
- <button name="button_done" string="Finished" states="startworking" icon="terp-dialog-close"/>
+ <button name="button_done" string="Finished" states="startworking" icon="terp-check"/>
</group>
</page>
</notebook>
=== modified file 'mrp_operations/report/mrp_workorder_analysis_view.xml'
--- mrp_operations/report/mrp_workorder_analysis_view.xml 2011-02-18 08:58:56 +0000
+++ mrp_operations/report/mrp_workorder_analysis_view.xml 2011-06-06 05:35:43 +0000
@@ -62,7 +62,7 @@
<separator orientation="vertical"/>
<filter string="Current" icon="terp-check" domain="[('state','not in',('draft','cancel','done'))]"/>
<filter icon="terp-check" string="Started" domain="[('state','=','startworking')]"/>
- <filter icon="terp-dialog-close" string="Done" domain="[('state','=','done')]"/>
+ <filter icon="terp-camera_test" string="Done" domain="[('state','=','done')]"/>
<separator orientation="vertical"/>
<field name="product_id" />
<field name="workcenter_id"/>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp