Mohammed Shekha(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-573807-msh into
lp:openobject-addons/6.1.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573807-msh/+merge/103664
Hello,
Fixed the issue of sign_in_out_wizard action which returns tree by default as a
first view even though we have not defined tree on hr.sign.in/out.project
object.
Demo :- Go to Human Resources -> Attendance -> Sign in / out by project ->
start working here you will see, you will get a tree view.
Expected :- Form view for Sign in or Sign out.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573807-msh/+merge/103664
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-573807-msh.
=== modified file 'hr_timesheet/wizard/hr_timesheet_sign_in_out.py'
--- hr_timesheet/wizard/hr_timesheet_sign_in_out.py 2011-12-21 10:52:14 +0000
+++ hr_timesheet/wizard/hr_timesheet_sign_in_out.py 2012-04-26 11:12:24 +0000
@@ -147,7 +147,7 @@
'view_type': 'form',
'view_mode': 'tree,form',
'res_model': 'hr.sign.%s.project' % in_out,
- 'views': [(False,'tree'), (resource_id,'form')],
+ 'views': [(resource_id,'form')],
'type': 'ir.actions.act_window',
'target': 'new'
}
_______________________________________________
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