~openerp-dev/openobject-server/saas-4-fixes-tde

« back to all changes in this revision

Viewing changes to openerp/addons/base/ir/ir_qweb.py

  • Committer: Thibault Delavallée
  • Date: 2014-05-19 16:15:32 UTC
  • Revision ID: tde@openerp.com-20140519161532-pjwi1c1ph10ewlqq
[IMP] ir_qweb: contact widget: handle website info in the contact widget.

Show diffs side-by-side

added added

removed removed

Lines of Context:
847
847
            'fax': field_browse.fax,
848
848
            'city': field_browse.city,
849
849
            'country_id': field_browse.country_id and field_browse.country_id.name_get()[0][1],
 
850
            'website': field_browse.website,
850
851
            'email': field_browse.email,
851
852
            'fields': opf,
852
853
            'object': field_browse,