Browse Source

[IMP] mis_builder: use internal layout for pdf export

pull/86/head
Stéphane Bidoul 9 years ago
parent
commit
39ef3a0a5e
  1. 2
      mis_builder/report/report_mis_report_instance.xml

2
mis_builder/report/report_mis_report_instance.xml

@ -5,7 +5,7 @@
<template id="report_mis_report_instance">
<t t-call="report.html_container">
<t t-foreach="docs" t-as="o">
<t t-call="report.external_layout">
<t t-call="report.internal_layout">
<div class="page">
<h2 t-field="o.name"></h2>
<table>

Loading…
Cancel
Save