~mikel-martin/+junk/openerp-web-rb

« back to all changes in this revision

Viewing changes to openerp/widgets/templates/many2one.mako

  • Committer: mikel
  • Date: 2010-11-10 01:43:48 UTC
  • mfrom: (2855.1.18 web)
  • Revision ID: mikel@pcl2-20101110014348-fkthcwe0efu5zr04
Cambios no conocidos

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        <tr>
4
4
            <td>
5
5
                <input type="hidden" id="${name}" name="${name}" class="${css_class}" value="${value}"
6
 
                    ${py.attrs(attrs, kind=kind, domain=domain, context=ctx, relation=relation)}/>
 
6
                    ${py.attrs(attrs, kind=kind, domain=domain, context=ctx, relation=relation, link=link)}/>
7
7
                <input type="text" id="${name}_text" class="${css_class}"
8
 
                    ${py.attrs(attrs, kind=kind, relation=relation, value=text)}/>
 
8
                    ${py.attrs(attrs, kind=kind, relation=relation, value=text, link=link)}/>
9
9
                % if error:
10
10
                <span class="fielderror">${error}</span>
11
11
                % endif