Mayur Maheshwari(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-opw-580329-port-mma into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-580329-port-mma/+merge/135066 Hello, I have 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 separator will applied on year. steps :- Human Resources -> Employee -> Attendance by Month, here you can see year value is thousand separated. code is forward port from 6.1 Thanks. Mayur -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-580329-port-mma/+merge/135066 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-opw-580329-port-mma.
=== modified file 'hr_attendance/wizard/hr_attendance_bymonth_view.xml' --- hr_attendance/wizard/hr_attendance_bymonth_view.xml 2012-08-08 12:48:39 +0000 +++ hr_attendance/wizard/hr_attendance_bymonth_view.xml 2012-11-20 06:33:38 +0000 @@ -9,7 +9,7 @@ <form string="Print Attendance Report Monthly" version="7.0"> <group col="4"> <field name="month"/> - <field name="year"/> + <field name="year" widget="char"/> </group> <footer> <button name="print_report" string="Print" type="object" class="oe_highlight"/>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp