Hello, Fixed the issue date and datetime fields in treegrid which do not support language specific date format.
Demo :- Install two language for e.g. en_us and en_gb which have different date format, add one date or datetime field in chart of account treegrid view for testing purpose, and test the chart of account view from Accounting -> Charts -> Chat of Accounts -> Open chart. You will see in both the language the date will be shown in same format. Reason :- We have not used format_datetime method in treegrid instead we show the treegrid date or datetime field in server_format. Changed the code accordingly. Thanks. -- https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-30826WidgetAttrs-msh/+merge/82866 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-client-web/6.0-opw-30826WidgetAttrs-msh. _______________________________________________ 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

