~openerp-dev/openobject-client-web/6.0-opw-598313-msh

« back to all changes in this revision

Viewing changes to openerp/rpc.py

  • Committer: ame (Tiny/Axelor)
  • Date: 2009-04-20 18:37:57 UTC
  • Revision ID: ame@tinyerp.com-20090420183757-fb6f9253vjybgry3
* Implemented core i18n & l18n api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
370
370
                raise common.warning(_('You select a timezone but OpenERP could not find pytz library!\nThe timezone functionality will be disable.'))
371
371
 
372
372
        # set locale in session
373
 
        self.locale = self.context.get('lang')
 
373
        self.locale = "fr" #self.context.get('lang')
374
374
 
375
375
    def __convert(self, result):
376
376