Jigar Amin  (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-825008-jam into 
lp:openobject-addons.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)
Related bugs:
  Bug #825008 in OpenERP Addons: "[project_issue] : Can't find field 
'last_action_date' in the following view parts composing the view of object 
model 'project.issue'"
  https://bugs.launchpad.net/openobject-addons/+bug/825008

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-825008-jam/+merge/71313

Changes :
   1) Bug #825008 - [project_issue] : Can't find field 'last_action_date' in 
the following view parts composing the view of object model 'project.issue' has 
been fixed
Kindly Review this
Thank You


-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-825008-jam/+merge/71313
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-825008-jam.
=== modified file 'project_issue/project_issue_view.xml'
--- project_issue/project_issue_view.xml	2011-08-09 10:37:36 +0000
+++ project_issue/project_issue_view.xml	2011-08-12 08:32:17 +0000
@@ -153,7 +153,7 @@
                             <field name="write_date" />
                             <field name="date_closed"/>
                             <field name="date_open"/>
-                            <field name="last_action_date"/>
+                            <field name="date_action_last"/>
                             </group>
                             <group colspan="2" col="2">
                             <separator string="Statistics" colspan="2" col="2"/>

_______________________________________________
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

Reply via email to