mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: portal folio report iframe
This commit is contained in:
@@ -275,7 +275,22 @@
|
||||
</t>
|
||||
<!-- main content-->
|
||||
<div t-attf-class="card col-8 p-3" id="portal_folio_content">
|
||||
<div t-call="pms.report_folio_document" />
|
||||
<div class="o_portal_html_view shadow p-3">
|
||||
<div class="o_portal_html_loader text-center">
|
||||
<i
|
||||
class="fa fa-circle-o-notch fa-spin fa-2x fa-fw text-black-50"
|
||||
/>
|
||||
</div>
|
||||
<iframe
|
||||
id="report_html"
|
||||
class="mt8 mb8"
|
||||
width="100%"
|
||||
height="1000px"
|
||||
frameborder="0"
|
||||
scrolling="yes"
|
||||
t-att-src="folio.get_portal_url(report_type='html')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- chatter -->
|
||||
<div class="col-3" />
|
||||
|
||||
Reference in New Issue
Block a user