~openerp-dev/openobject-client-web/ir_action_act_url

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/templates/report.mako

  • Committer: vda(Open ERP)
  • Date: 2010-11-25 09:26:47 UTC
  • Revision ID: vda@tinyerp.com-20101125092647-4ycguh7ryv34cv15
[FIX] AppContent data remains when reports or ir.action.act_url(we do not have returned controller).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    </head>
5
5
    <body>
6
6
        <form id="report" action="/openerp/report" method="POST" target="_blank">
 
7
            <input type="hidden" id="is_act_url" value="true">
7
8
            <input type="hidden" name="report_name" value="${name}">
8
9
            % for key, value in data.iteritems():
9
10
                <input type="hidden" name="${key}" value="${value}">