Files
account-financial-tools/account_credit_control/report/report.xml
2013-07-12 08:26:03 +02:00

17 lines
545 B
XML

<openerp>
<data>
<report auto="False"
id="report_webkit_html"
model="credit.control.communication"
name="credit_control_summary"
file="account_credit_control/report/credit_control_summary.html.mako"
string="Credit Summary"
report_type="webkit"
webkit_header="report_webkit.ir_header_webkit_basesample0"/>
<record model="ir.actions.report.xml" id="report_webkit_html">
<field name="precise_mode" eval="True"/>
</record>
</data>
</openerp>