Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-580329-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-580329-msh/+merge/129142

Hello,

Fixed the usability issue in year field of view_hr_attendance_month wizard, 
field is integer and displaying year so set widget=char otherwise thousand and 
decimal seperator will applied on year.

Demo :- Human Resources -> Employee -> Attendance by Month, here you can see 
year value is thousand separated.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-580329-msh/+merge/129142
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-580329-msh.
=== modified file 'hr_attendance/wizard/hr_attendance_bymonth_view.xml'
--- hr_attendance/wizard/hr_attendance_bymonth_view.xml	2011-11-16 11:58:10 +0000
+++ hr_attendance/wizard/hr_attendance_bymonth_view.xml	2012-10-11 10:23:21 +0000
@@ -9,7 +9,7 @@
             <field name="arch" type="xml">
             <form string="Print Attendance Report Monthly">
                 <field name="month"/>
-                <field name="year"/>
+                <field name="year" widget="char"/>
                 <newline/>
                 <separator colspan="4"/>
                 <button special="cancel"  string="Cancel" icon='gtk-cancel'/>

_______________________________________________
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