~openerp-dev/openerp-web/7.0-bug-1092846-nwi

« back to all changes in this revision

Viewing changes to addons/web/static/src/xml/base.xml

  • Committer: Olivier Dony
  • Date: 2013-02-21 13:10:06 UTC
  • Revision ID: odo@openerp.com-20130221131006-l8aerp2vg0rqf43d
[FIX] web: avoid translating technical URL in qweb template

Show diffs side-by-side

added added

removed removed

Lines of Context:
1300
1300
            <span class='oe_attach_label'>File</span>
1301
1301
            <t t-call="HiddenInputFile">
1302
1302
                <t t-set="fileupload_id" t-value="widget.fileupload_id"/>
1303
 
                <t t-set="fileupload_action">/web/binary/upload_attachment</t>
 
1303
                <t t-set="fileupload_action" t-translation="off">/web/binary/upload_attachment</t>
1304
1304
                <input type="hidden" name="model" t-att-value="widget.view.model"/>
1305
1305
                <input type="hidden" name="id" value="0"/>
1306
1306
                <input type="hidden" name="session_id" t-att-value="widget.session.session_id"/>